美文网首页
python一定要懂的基础

python一定要懂的基础

作者: abelweiwencai | 来源:发表于2017-07-02 10:41 被阅读20次

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

基础的模块

必须懂的概念与函数

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

爬虫框架

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

相关文章

网友评论

      本文标题:python一定要懂的基础

      本文链接:https://www.haomeiwen.com/subject/cnsncxtx.html