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.
- Host: GitHub
- URL: https://github.com/thombashi/pythonexamples
- Owner: thombashi
- License: mit
- Created: 2016-03-27T10:54:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T15:59:57.000Z (over 8 years ago)
- Last Synced: 2024-10-30T05:58:43.113Z (about 1 year ago)
- Topics: examples, jupyter-notebook, python
- Language: Jupyter Notebook
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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