Tag Dev Tools

Developer tools for building, debugging, and optimizing code, e.g., conda, poetry, flake8, flutter, makefile, sphinx, mkdocs, pytest, doctest etc.

Python GIL, Multithreading & Multiprocessing

Preface When buying computers, we often hear often, e.g., Laptop 16 inch with i7-13700K Processor (13th Generation), 16 cores. From this, we generally know that one CPU may contain multiple cores. But what about processes and treads? In my daily…