最近在学 Python,也摘取笔者看过的一些资料,希望对你有所帮助。

基础(建议直接学习Python3)

  1. The Python Tutorial

  2. Python 3 Patterns, Recipes and Idioms

  3. 《Python 核心编程》 ed.3 —- 第二版包含语言基础部分,第三版无

  4. 《Fluent Python - Clear, Concise, and Effective Programming》

flask

  1. Tutorial

  2. API

  3. Explore Flask

线程

  1. Inside the Python GIL

  2. Understanding the Python GIL

  3. Python Concurrency From the Ground Up

异步编程

dangers

  1. Eval really is dangerous


持续更新…