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