News

Bottle Bottle is a lightweight and simple WSGI micro web framework for API development. It’s a single-file module that has no dependencies other than the Python Standard Library.
Python 3 deprecated __cmp__ () in favor of these new methods, so functools provides tools to make it easier to write Python 2 classes that comply with the new comparison requirements in Python 3. Rich ...
An initiative to remove outdated and unmaintained modules from Python’s standard library has been approved as Python Enhancement Proposal (PEP) 594. The modules being pruned are all antiquated ...
Learn which Python standard library modules are headed for the boneyard in Python 3.13, and how to replace them. Python’s been around in one form or another for over 30 years. Over that time, it ...
The Python standard library includes rgbimg, a module for reading SGI imglib (.rgb) files. While this may seem like an obscure format, its simplicity allows its inclusion in Python's standard library ...
Since Python 3.6, the recommended library to get the Olson database is dateutil.tz, but it used to be pytz. They might seem similar, but, in some situations, their approaches to handling time ...
Pierre Glaser from INRIA gave this talk at EuroPython 2019. "Modern hardware is multi-core. It is crucial for Python to provide high-performance parallelism. This talk will expose to both ...
The new version of 'google-cloud-logging', v3.0 on GitHub, gives Python developers real-time insights into the performance of an application hosted on Google Cloud's compute infrastructure.