Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.02 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.02 KB

Python3 学习

参考廖雪峰 python 教程

学习过程

  1. 类型标注:类型标注。
  2. 2023-06-20:Python 简介、程序结构、输入与输出、数据类型
  3. 2023-06-21:Python 简介、程序结构、输入与输出、数据类型 和变量、字符串编码。
  4. 2023-06-21:list 和 tuple,条件控制、循环。
  5. 2023-06-25:dict、set、不可变对象、函数定义、函数参数。
  6. 2023-06-27:高级特性(切片)
  7. 2023-06-28:高级特性(迭代)
  8. 2023-06-29:高级特性(列表生成式,生成器,迭代器)
  9. 2023-07-04:函数式编程(高阶函数、map/reduce)。
  10. 2023-07-05:函数式编程(filter、sorted)
  11. 2023-07-06:函数式编程(返回函数、匿名函数)。