Stay tuned to my Github codebase for python tutorials

Github.com/ZhiyuSun/py…

1. Data types and data structures

  • Integer, floating point, string, Boolean, null
  • Variables and constants
  • List, tuple
  • Dictionaries, collections

2. The control flow

  • conditions
  • cycle

3 function

  • A function call
  • Parameter, return value, variable parameter, keyword parameter

4 the python senior

  • slice
  • List generator
  • Iterators, generators
  • Map, Reduce, Filter, sorted
  • Anonymous functions
  • A decorator
  • Partial function

Module 5.

  • Use the module
  • datetime
  • collections
  • requests
  • .

6. Object oriented

  • Class and instance
  • Access restrictions
  • Inheritance and polymorphism

7. Advanced

  • python2 vs python3
  • Error handling
  • debugging
  • The log