larsius.github.io

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

  1. Clone or download this repository.
  2. Run jupyter notebook command in your command line in the repository directory.
  3. Jupyter Notebook session will open in the browser and you can start navigating through the materials.

overview

  1. Strings [notebook] [exercise]
  2. Numbers [notebook] [exercise]
  3. Conditionals [notebook] [exercise]
  4. Lists [notebook] [exercise]
  5. Dictionaries [notebook] [exercise]
  6. For loops [notebook] [exercise]
  7. Functions [notebook] [exercise]

Credits

This is modified from (https://github.com/jerry-git/learn-python3)