
Welcome to another exciting edition of Python news and updates! This month, Python 3.13’s “no-GIL” or “free-threaded” version has been released, promising true multithreading capabilities. If you’re eager to try it out, you can get your hands on it right now! Additionally, we’ll dive into Anaconda’s Python distribution for data science and explore the world of Python-powered generative AI projects. Let’s jump in!
Top picks for Python readers on InfoWorld
Get started with the free-threaded build of Python 3.13
Experience the power of true multithreading in Python with the latest release of Python 3.13. Learn how to implement it in your programs and take advantage of this long-awaited feature.
Life without Python’s ‘dead batteries’
Python 3.13 has done some spring cleaning, removing outdated standard library offerings. Discover how to replace these missing pieces with updated alternatives to keep your projects running smoothly.