Tag: python 🐍
All the articles with the tag "python 🐍".
-
Threading limitations in Python
Why Python threads can't speed up CPU-bound work, how multiprocessing helps, and how Rust's Rayon achieves true parallelism without a GIL.
-
Managing internal Python packages with Poetry
Efficiently hosting py projects across an organisation