๐ก Python radar - October/November 2023
A personal selection of Python-related news and projects that caught my attention this month (note: leading emojis are mine).
๐ Python 3.12: Cool New Features for You to Try (realpython.com)
The big event in October was the release of Python 3.12; hereโs a review of the new features.
๐ฌ Python 3.12 Preview: Subinterpreters (realpython.com)
A deep dive into the inner workings of Python (specifically CPython) to understand "subinterpreters," the key to "true" parallelism in Python that has been hindered for ages by the infamous Global Interpreter Lock (GIL). Itโs technical and lengthy; I admit I didnโt read everything...
โฑ๏ธ 5 Ways to Measure Execution Time in Python (superfastpython.com)
Itโs easy โ just use time.time()... actually, no. This article presents other more reliable standard functions to measure the execution time of a piece of code.
๐ Python 3.12: what didnโt make the headlines (bitecode.dev)
More on Python 3.12, this time featuring some little nuggets that flew under the radar.