Python in 2025 is different. Threads really are about to run in parallel, installs finish before your coffee cools, and containers are the default. In this episode, we count down 38 things to learn this year: free-threaded CPython, uv for packaging, ...
PEP 810 proposes "explicit lazy imports" for Python 3.15: Lazy imports defer the loading and execution of a module until the first time the imported name is used, in contrast to 'normal' imports, which eagerly load and execute a module at the point ...
I compared execution time of code - which included CPU & I/O bound scripts and a WSGI app using the default and free-threaded Python 3.14 interpreters. This was for my talk: "Goodbye GIL - Exploring Free Threaded Mode in Python" at PyCon JP 2025.
Depuis fin septembre, j'ai commencé une formation sur le développement en intelligence artificielle chez Alyra. Un retour passionnant vers les bases du machine learning et du deep learning, entre mathématiques, code et plaisir d'apprendre.