A collection of jupyter notebooks with Python code snippets
Current Notebooks:
| Notebook | Description |
|---|---|
| Binary Search | binary search implementation |
| Quicksort | quicksort implementation |
| List Snippets | basic list operations (concatenation, comprehensions, compute all subsets of [1..n]), etc. |
| Matplotlib .dat plots | Scatter plots and histograms of space-separated files with matplotlib |
| Matplotlib inline | plotting a 3D plot inline with matplotlib |
| permutation with inversion vectors | implementation of a list permutation using inversion vectors. Original article |
| Ipywidget Interact | Example using ipywidget interact, as well as dynamically plotting with matplotlib |