Skip to content

threads

How many snakes do you need? - An introduction to concurrency and parallelism in Python

Performance matters

At some point, every Python developer wonders if it's their program that is slow, or Python that is slow. In most cases, it is their program itself. Although Python gets a bad rap for being slower than compiled languages like C, C++, developers can utilize concurrency and parallelism to see significant gains.