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
A popular argument against Python is that its architecture hampers performance of CPU-bound tasks. But there's an alternative solution: Python multipr
[Twisted-Python] Integrating Twisted with ZeroMQ Christopher Armstrong radix at twistedmatrix.com Sun Jun 6 14:18:11 MDT 2010 Previous message (by thread): [Twisted-Python] Integrating Twisted with ZeroMQ Next message (by thread): [Twisted-Python] Integrating Twisted with ZeroMQ Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] On Sun, Jun 6, 2010 at 2:59 PM, Laurens Van Houtven < lvh at laurensvh.be > wrote: > A potential option for Twisted, which some people don't quite like, > would be to ha
# [Python-Dev] The current dict is not an "OrderedDict" Steven D'Aprano steve at pearwood.info Tue Nov 7 09:56:42 EST 2017 - Previous message (by thread): [Python-Dev] The current dict is not an "OrderedDict" - Next message (by thread): [Python-Dev] The current dict is not an "OrderedDict" - Messages sorted by: - [ date ] - [ thread ] - [ subject ] - [ author ] On Tue, Nov 07, 2017 at 03:32:29PM +0100, Antoine Pitrou wrote: [...] > > "Insertion ordered until the first key removal" is the only guarantee
Architectures In Python (Debugging with ROCGDB
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
[mod_python] Approaches to handling input forms. Graham Dumpleton grahamd at dscpl.com.au Tue Oct 19 19:51:43 EDT 2004 Previous message: [mod_python] "File" class object in form fields. Next message: [mod_python] Approaches to handling input forms. Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] A question on what people perceive as being best practice as far as dealing with forms when using mod_python. Imagine there is a form for logging into a site and its url is at "login". I've ignored ex
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
> 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
Graphene framework for Python