Don't assume Python is slow. These are some of the best ways to turn python into a language that is comparable for runtime performance to other known fast languages. Here, we look at six different approaches to turn your python code into some of the fastest code out there.
of these, my favorite is using pypy, which I think is one of the easiest ways to get more performance.
Source code: https://github.com/dreamsofcode-io/py...
#python #fast #coding #developer #programming #optimizing #concurrency #pypy
00:00 Intro
00:15 Built-in functions
00:52 Be Lazy with Generators
01:47 Use Concurrency
02:39 Cython
03:24 Using Compiled Frameworks
03:52 pypy
04:40 outro