Plurrrr

Tue 14 Jan 2020

Making Python Programs Blazingly Fast

Python haters always say, that one of reasons they don't want to use it, is that it's slow. Well, whether specific program - regardless of programming language used - is fast or slow is very much dependant on developer who wrote it and their skill and ability to write optimized and fast programs.

So, let's prove some people wrong and let's see how we can improve performance of our Python programs and make them really fast!

Source: Making Python Programs Blazingly Fast, an article by Martin Heinz.