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

https://github.com/thombashi/pythonexamples

:notebook_with_decorative_cover: Learning Python libraries by examples.
https://github.com/thombashi/pythonexamples

examples jupyter-notebook python

Last synced: 9 months ago
JSON representation

:notebook_with_decorative_cover: Learning Python libraries by examples.

Awesome Lists containing this project

README

          

# Summary
:notebook_with_decorative_cover: Learning python libraries by examples.

# Examples
## Python Built-in Libraries
### [csv](https://docs.python.org/3/library/csv.html)
- https://github.com/thombashi/PythonExamples/blob/master/csv/README.md

### [ipaddress](https://docs.python.org/3/library/ipaddress.html)
- Examples: Jupyter Notebook
- http://nbviewer.jupyter.org/github/thombashi/PythonExamples/blob/master/ipaddress.ipynb

## Third Party Libraries
### [path.py](https://github.com/jaraco/path.py)
- Examples: Jupyter Notebook
- http://nbviewer.jupyter.org/github/thombashi/PythonExamples/blob/master/path.py.ipynb

### [voluptuous](https://github.com/alecthomas/voluptuous)
- Examples: Jupyter Notebook
- http://nbviewer.jupyter.org/github/thombashi/PythonExamples/blob/master/voluptuous.ipynb

### [workalendar](https://github.com/novafloss/workalendar)
- Examples: Jupyter Notebook
- http://nbviewer.jupyter.org/github/thombashi/PythonExamples/blob/master/workalendar.ipynb