Showing results 2821-2830 of >2,898 (page 283)
https://mail.python.org/pipermail/python-dev/2018-October/155568.html

[Python-Dev] "Deprecation" of os.system in favor of subprocess? Calvin Spealman cspealma at redhat.com Wed Oct 24 09:34:34 EDT 2018 Previous message (by thread): [Python-Dev] "Deprecation" of os.system in favor of subprocess? Next message (by thread): [Python-Dev] "Deprecation" of os.system in favor of subprocess? Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] In the spirit of "There should be one-- and preferably only one --obvious way to do it." this makes perfect sense. The distinction be

https://twisted.org/pipermail/twisted-python/2008-February/049430.html

[Twisted-Python] Factory question Gabriel Rossetti mailing_lists at evotex.ch Fri Feb 29 03:34:46 MST 2008 Previous message (by thread): [Twisted-Python] Factory question Next message (by thread): [Twisted-Python] How to get an unused port Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Gabriel Rossetti wrote: > Drew Smathers wrote: >> On Thu, Feb 28, 2008 at 9:42 AM, Gabriel Rossetti >> < mailing_lists at evotex.ch > wrote: >> >>> Drew Smathers wrote: >>> > On Wed, Feb 27, 2008 at 3:32 AM, G

https://modpython.org/pipermail/mod_python/2004-July/015847.html

[mod_python] Subinterpreters and index.py Nicolas Lehuen nicolas at lehuen.com Thu Jul 1 13:02:07 EDT 2004 Previous message: [mod_python] Module Import Next message: [mod_python] Subinterpreters and index.py Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] Hi, I'm encoutering an unexpected behaviours while using the publisher handlers and two index.py, one in /app/index.py and one in /app/subdir/index.py. When I first call http://localhost/app/, /app/index.py is called. Then if I call http://l

https://datalust.co/docs/tracing-from-python

Account What is Seq? Pricing Documentation Roadmap Blog Discussions Support Download 2026.1 Hide table of contents An Overview of Seq Getting Started What's New in 2026.1? Upgrading Seq Getting Logs into Seq Logging from .NET Serilog Microsoft.Extensions.Logging NLog log4net OpenTelemetry .NET SDK Logging from Node.js Logging from Python Logging from Java Logging from Ruby Logging from Go Logging from OpenTelemetry Ingestion with HTTP Ingestion with GELF Collecting Docker Container Logs Collecting Kubernete

https://www.theserverside.com/blog/Coffee-Talk-Java-News-Stories-and-Opinions/How-Python-multiprocessing-can-boost-performance

A popular argument against Python is that its architecture hampers performance of CPU-bound tasks. But there's an alternative solution: Python multipr

https://rocm.docs.amd.com/projects/ROCgdb/en/latest/ROCgdb/gdb/doc/gdb/Architectures-In-Python.html

Architectures In Python (Debugging with ROCGDB

https://dirtsimple.org/2004/12/python-is-not-java.html

I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performance issues (like a 30-second startup time). In examining the code, I found that they had done lots of things that make sense in Java, but which suck terribly in Python. Not because “Python is slower than Java”, but because there are easier ways to

https://stackabuse.com/observer-design-pattern-in-python/

The Observer Design Pattern is an event based system, where one observable sends messages to the observers that are subscribed. Let's implement this pattern in Python

https://tonybaloney.github.io/posts/python-gets-a-jit.html

> tonybaloney_ # Python 3.13 gets a JIT by Anthony Shaw, January 9, 2024 Happy New Year everyone! In late December 2023 (Christmas Day to be precise), CPython core developer Brandt Bucher submitted a little pull-request to the Python 3.13 branch adding a JIT compiler. This change, once accepted would be one of the biggest changes to the CPython Interpreter since the Specializing Adaptive Interpreter added in Python 3.11 (which was also from Brandt along with Mark Shannon). In this blog post, we’re goin

https://docs.graphene-python.org/en/latest/types/list-and-nonnull/

Graphene framework for Python

‹ Prev Next ›