Real Python Tutorials
Bypassing the GIL for Parallel Processing in Python
In this tutorial, you'll take a deep dive into parallel processing in Python. You'll learn about a few traditional and several novel ways of sidestepping the global interpreter lock (GIL) to achieve genuine shared-memory parallelism of your CPU-bound tasks.
Explore Real Python
Generate Beautiful QR Codes With Python
Sep 06, 2023 intermediate
Python News: What's New From August 2023
Sep 04, 2023 community
Replacing a String in Python
Aug 22, 2023 basics best-practices
Python News: What's New From July 2023
Aug 07, 2023 community