#global-interpreter-lock-gil

[ follow ]
Python
fromRealpython
5 days ago

Memory Management in Python Quiz - Real Python

A 10-question Python memory management quiz covers allocation, freeing, the GIL, and CPython memory organization into arenas, pools, and blocks.
fromRealpython
1 month ago

Speed Up Python With Concurrency Quiz - Real Python

You'll explore how I/O-bound programs face latency, which concurrency patterns to use, the differences between threading, asyncio, and multiprocessing, and how the Global Interpreter Lock (GIL) affects Python programs.
Python
[ Load more ]