Today, I will be talking about the Debian patching of Python, more specifically, the Debian patching of the Python install locations and interpreter initialization in specific.As some of you may know, the Python shipped by Debian is not exactly the same P... (more…)
Read more »
PEP 661 proposes adding a utility for defining sentinel values in the Python standard library. In this article, you'll get a PEP 661 summary, learn what sentinel objects are (with real-world examples), how to use them with type hints, and a bit about why ... (more…)
Read more »
Aircraft radar display with retro styling. Visualises real-time aircraft positions and information from an ADS-B feed. - nicespoon/retro-adsb-radar... (more…)
Read more »
This talk will introduce the area of NLP (Natural Language Processing) and a basic introduction of its principles. It will use Python and some of its fundamental NLP packages, such as NLTK, to illustrate examples and topics, demonstrating how to get start... (more…)
Read more »
Unlock the inner workings of the Python language, compile the Python interpreter from source code, and participate in the development of CPython. The "CPython Internals" book shows you exactly how. (more…)
Read more »