https://github.com/anthonydb/python-training
A collection of Python notebooks for learning
https://github.com/anthonydb/python-training
python
Last synced: about 1 year ago
JSON representation
A collection of Python notebooks for learning
- Host: GitHub
- URL: https://github.com/anthonydb/python-training
- Owner: anthonydb
- Created: 2019-09-12T20:29:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T13:22:16.000Z (about 5 years ago)
- Last Synced: 2025-04-17T04:18:56.144Z (about 1 year ago)
- Topics: python
- Language: Jupyter Notebook
- Size: 94.7 KB
- Stars: 9
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Training
A collection of Python notebooks for learning the language.
1. [learning-python.ipynb](https://github.com/anthonydb/python-training/blob/master/learning-python.ipynb): Python basics, starting with the building blocks of the language (lists, dictionaries, variables) and working up to reading and writing files, working with CSV files, basic data analysis and web scraping.