If you want your Python code to run really fast you can get dramatic performance improvements if you are willing to write some of your code in C/C++. There are several ways to do this from traditional Python C extensions to using environments such as Cython or Pybind11. This help desk is here so you can choose the best approach to achieve that magical 100x performance increase without pain.