modified from (https://github.com/jerry-git/learn-python3)
This repository contains a collection of materials for teaching/learning Python 3 (3.5+).
You may use the provided links to
- Clone or download this repository.
- Run
jupyter notebookcommand in your command line in the repository directory. - Jupyter Notebook session will open in the browser and you can start navigating through the materials.
- Strings [notebook] [exercise]
- Numbers [notebook] [exercise]
- Conditionals [notebook] [exercise]
- Lists [notebook] [exercise]
- Dictionaries [notebook] [exercise]
- For loops [notebook] [exercise]
- Functions [notebook] [exercise]
This is modified from (https://github.com/jerry-git/learn-python3)