Python performance tips

The article covers many traps which people fall prey to when programming Python, such as repeating tasks too often, fetching too much data, and treating Python as if it were C. It shows how to recognize these mistakes when they occur, and how to fix them when they do. If you do any Python scripting, you should give this article a look.

Advertisement