Hemachandrahemachandra.hashnode.dev·Aug 18, 2024Disabling GIL - Unleashing the True Power of PythonIntroduction Python is finally getting rid of its major limitation, the Global Interpreter Lock (GIL), which it has had since 1991. Before explaining what the GIL is, let's understand how computers and programming languages were designed in the 1990s...Discuss·10 likes·101 readsNoGIL
Sadra Yahyapourblog.imsadra.me·Aug 16, 2024Python 3.13 - New Features & DeprecationsWe introduced several cool typing and interactive interpreting features in Python 3.12. I discussed all of them here: https://blog.imsadra.me/python312-is-happening Before we go ahead, this is the full patch note about this new release.The biggest ...Discuss·387 readspython 3.13