An open API service indexing awesome lists of open source software.

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.

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)