You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Best tips and tricks to make your `Python` code run immensely faster.
4
+
5
+
## Run notebooks
6
+
7
+
Notebook | Colab link
8
+
--- | ---
9
+
[`pandas` vs `numpy` performance test](https://nbviewer.jupyter.org/github/tomcis/fast-python/blob/master/notebooks/01_pandas-numpy.ipynb) | [](https://colab.research.google.com/github/tomcis/fast-python/blob/master/notebooks/01_pandas-numpy.ipynb)
10
+
[`numba.jit` function decoration](https://nbviewer.jupyter.org/github/tomcis/fast-python/blob/master/notebooks/02_numba-jit.ipynb) | [](https://colab.research.google.com/github/tomcis/fast-python/blob/master/notebooks/02_numba-jit.ipynb)
0 commit comments