News

Python 2 finally reached end of life (EOL) at the start of 2020. Python 2 EOL means that version of the language will no longer receive any sort of updates, including security updates.
Python 3.9.1 is the first maintenance release of Python 3.9, which introduced a number of new features over version 3.8. When Apple announced its non-Intel chip, it outlined plans to support both ...
How a GIL-free Python will work The current proposals for a no-GIL edition of Python use a mix of techniques to make reference counting thread-safe, and leave the speed of single-threaded programs ...
The plan was to mark them as deprecated for 3.11 and 3.12, and then remove them entirely in Python 3.13. As of now, those “dead batteries” (as they’ve been called) are now permanently removed.
Under the hood, Tinkerstellar 2.0 comes with many improvements, such as support for Python 3.10 and improved stability. But more than that, the new version also adds multiple new tutorials.