realpython / python-guide

Python best practices guidebook, written for humans.
https://docs.python-guide.org
Other
28.17k stars 5.82k forks source link

Would a section on performance be of interest? #1110

Open Anders-E opened 2 years ago

Anders-E commented 2 years ago

I feel like a section on common performance pitfalls in Python could be highly useful, not only to new Python programmers but also as a reference for intermediate programmers and up.

Potentially such a section could also include tips on how to profile and/or benchmark Python code.

Would this fit within the scope of this guide?