python一定要懂的基础

不要只是知道这个东西,要多练习几遍,做到信手拈来
推荐进阶 python cookbook
https://zhuanlan.zhihu.com/p/22246193?refer=python-cn

基础的模块

  • collections
  • functools
  • itertools
  • multiprocessing
  • os
  • py3的协程
  • logging

必须懂的概念与函数

  • 装饰器, 闭包
  • 偏函数
  • lambda,map,reduce,filter,zip
  • 深拷贝浅拷贝
  • 类变量与实例变量
  • python全局锁

爬虫框架

  • scrapy以及相关的拓展了插件

你可能感兴趣的:(python一定要懂的基础)