Speed up your Python code going native
We all know that today, Python is one of the favorite language for big-data, scientific computation and intensive programming. Except that Python can be -very- slow. There are many way to speed up a python code. But one of the most efficient and probably the easiest library to use is Numba, a LLVM based library. This talk will introduce the tool to beginners, people having performance issues, and python lovers 😉