https://github.com/yeraydiazdiaz/notebooks
A collection of Jupyter notebooks and code examples on specific subjects.
https://github.com/yeraydiazdiaz/notebooks
Last synced: 5 months ago
JSON representation
A collection of Jupyter notebooks and code examples on specific subjects.
- Host: GitHub
- URL: https://github.com/yeraydiazdiaz/notebooks
- Owner: yeraydiazdiaz
- Created: 2016-11-29T15:17:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T12:50:16.000Z (about 8 years ago)
- Last Synced: 2025-01-03T21:39:04.620Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 5.41 MB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notebooks
A collection of Jupyter notebooks and code examples on specific subjects.
- Asyncio:
+ [Asyncio for the Working Python Developer - London Python March 2017](Asyncio%20for%20the%20Working%20Python%20Developer%20-%20London%20Python%20March%202017/Asyncio%20for%20the%20Working%20Python%20Developer%20-%20London%20Python%20March%202017.ipynb)
+ [Functions vs Coroutines vs Futures vs Tasks](Asyncio%20Functions%20vs%20Coroutines%20vs%20Futures%20vs%20Tasks/Asyncio%20Functions%20vs%20Coroutines%20vs%20Futures%20vs%20Tasks.ipynb)
+ [Wait vs Gather](Asyncio%20Wait%20vs%20Gather/Asyncio%20Wait%20vs%20Gather.ipynb)
+ [Await, yield and the event loop](Asyncio%20await%2C%20yield%20and%20the%20event%20loop/Asyncio%20await%2C%20yield%20and%20the%20event%20loop.ipynb)
- [Generators](Generators/Generators.ipynb)