Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vickumar1981/functional_python
Functional Programming in Python: PyCon 2022 Jupyter notebook
https://github.com/vickumar1981/functional_python
functional-programming jupyter-notebook pycon2022
Last synced: 1 day ago
JSON representation
Functional Programming in Python: PyCon 2022 Jupyter notebook
- Host: GitHub
- URL: https://github.com/vickumar1981/functional_python
- Owner: vickumar1981
- Created: 2022-04-09T16:58:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-06T20:08:50.000Z (about 2 years ago)
- Last Synced: 2024-12-27T18:23:09.090Z (4 days ago)
- Topics: functional-programming, jupyter-notebook, pycon2022
- Language: HTML
- Homepage:
- Size: 9.02 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Functional Programming in Python
#### By Vic Kumar | [https://github.com/vickumar1981/functional_python](https://github.com/vickumar1981/functional_python)
##### Salt Lake City, UT | PyCon 2022 | [Video](https://www.youtube.com/watch?v=x7sQVLO3JJA)
![Functional Programming Image](img/fp-img.png)
This presentation uses Jupyter notebooks. You can either install jupyter locally or use a notebook in the cloud.
### Installing Jupyter Notebooks Locally
- `pip install notebook`
- Run: `jupyter notebook functional-python.ipynb`**Note**:
If you use `pipx`, then the program is `jupyter-notebook`, i.e.:
`jupyter-notebook functional-python.ipynb`
### Viewing the Slide Show
- Run: `./run-slideshow.sh` (on Linux/Mac)
- Run: `jupyter nbconvert functional-python.ipynb --to slides --post serve` (on Windows)### Using Jupyter Notebooks in the Cloud
Alternatively, you can use cloud based services and not have to install jupyter locally.
- [Google Collab](https://colab.research.google.com/)
- [Goto code](https://gotocode.io)