[Contents] Python learning path Day1 basic syntax Day2 data type and file operation Day3 function programming

Python Learning Path

Day1 basic syntax

  1. Introduction and classification of programming languages
  2. Introduction and development trend of Python
  3. Basic data types
  4. Format printing
  5. Operator
  6. If ... else of process control
  7. Flow control while loop

Day2 data types and file operations

  1. Variable creation process
  2. Identity computing and None 
  3. type of data
    1. List 
    2. dictionary
    3. set
    4. Tuple
    5. String
  4.  Binary
  5. Character Encoding 
  6. Hex 
  7. what is hash
  8. Python operation file  
  9.  Exercises & Assignments in this Chapter 

Day3 function programming

  1. function 
  2. Function return value and scope 
  3. Nested & anonymous & higher-order functions
  4. Function recursion 
  5. Built-in functions
  6. Namespace  
  7. What is a closure? 
  8. Function Advanced-Decorator
  9. List generation 
  10.  Builder 
  11. Iterator
  12. Exercises & homework  

 

 

 

 

 

  1. Introduction and classification of programming languages
  2. Introduction and development trend of Python
  3. Basic data types
  4. Format printing
  5. Operator
  6. If ... else of process control
  7. Flow control while loop
  1. Variable creation process
  2. Identity computing and None 
  3. type of data
    1. List 
    2. dictionary
    3. set
    4. Tuple
    5. String
  4.  Binary
  5. Character Encoding 
  6. Hex 
  7. what is hash
  8. Python operation file  
  9.  Exercises & Assignments in this Chapter 
  1. function 
  2. Function return value and scope 
  3. Nested & anonymous & higher-order functions
  4. Function recursion 
  5. Built-in functions
  6. Namespace  
  7. What is a closure? 
  8. Function Advanced-Decorator
  9. List generation 
  10.  Builder 
  11. Iterator
  12. Exercises & homework  

 

 

 

 

 

Guess you like

Origin www.cnblogs.com/wenyule/p/12728167.html