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

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

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.