10 Python Optimization Tips and Issues

Following my previous post on Optimizing Javascript, I thought I’d write a similar post regarding Python optimization. Before going on to the more interesting stuff, there are a few issues that need to be addressed: 0. Basics Know the basics – especially profiling! Just by looking at the profiling output, you can tell where does … Continue reading 10 Python Optimization Tips and Issues