News

Python’s native libraries and third-party web frameworks provide fast and convenient ways to create everything from simple REST APIs in a few lines of code to full-blown, data-driven sites.
Reflex has built an open source framework to make it easy to turn Python code into a we app. Today it announced a $5M seed investment.
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.
The Python project Cython has similar limitations. Transforming Python code into C with Cython doesn’t much speed things up unless your transformed code uses C types rather than Python objects.
An example of how simple community projects can have an outsized impact on Python are Type Hints, a Python 3.5 feature that was inspired by the mypy project launched by a PhD student back in 2012.
Micro Python currently supports 32-bit ARM processors like the STM32F405 (168MHz Cortex-M4, 1MB flash, 192KB ram) shown in the picture above and will be open source once the already successful ...
Python recently celebrated its 30th birthday, and pioneers of the language have been reflecting on its significance as an open source project By Calvin Hendryx-Parker Published: 27 Apr 2021 ...