Lucylucy26.hashnode.dev·Oct 21, 2024What's New in Python 3.13: Performance Improvements and Python REPLIntroduction Python is a web programming language with a clear syntax and is very easy to learn. It has a lot of uses and applications like web development, game development and desktop GUI, it is very popular in data science, AI and ML and has an aw...DiscussPython REPL
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·208 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·420 readspython 3.13