/jupyter-nbs

Jupyter Notebooks for Python Tutorials

Primary LanguageJupyter Notebook

Jupyter Notebooks for Python Tutorials

Python 3 is used here, but Python 2 usage might be mentioned. The learning path is as follows:

Environment Preparation

  1. Anaconda Installation
  2. GitHub for Newbies
  3. Introduction to Python
  4. Hands-on with IPython

Basic Data Types

  1. Numbers and Strings
  2. Lists and Tuples
  3. Dictionaries and Sets
  4. Functions

Modules and Packages

  1. The import Statement
  2. Global Scope and Local Scope
  3. Useful Special Variables
  4. The Module Search Path

Tips and Practices

  1. List Comprehension
  2. Pickle
  3. File Read and Write
  4. requests