Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 972e531

Browse files
committed
Add table of contents with links to execute notebooks
1 parent ebd89dd commit 972e531

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# fast-python
22

33
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/assets/colab-badge.svg)](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/assets/colab-badge.svg)](https://colab.research.google.com/github/tomcis/fast-python/blob/master/notebooks/02_numba-jit.ipynb)
11+
[`pandas` dataframe optimization](https://nbviewer.jupyter.org/github/tomcis/fast-python/blob/master/notebooks/03_pandas_optimization.ipynb) | [![](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/tomcis/fast-python/blob/master/notebooks/03_pandas_optimization.ipynb)

0 commit comments

Comments
 (0)