Skip to content

Instantly share code, notes, and snippets.

@linw1995
Last active February 25, 2019 05:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save linw1995/c5caff8ab98869564d0dc038cc9cb878 to your computer and use it in GitHub Desktop.
Save linw1995/c5caff8ab98869564d0dc038cc9cb878 to your computer and use it in GitHub Desktop.
阅读清单
  1. 李金的 Python 笔记

    Python2.7版本的,不过2.7在2020年就不支持了。现在不是很推荐 可以看: 01. Python 工具 到 02. Python 基础

  2. Python 编程导论

    MIT 编程导论课的教材翻译版。这个旨在激发编程兴趣。 强烈推荐看完整本!!!

  3. Python 基础教程

    第二版我看了三四遍,很不错。多看多练,就能熟练掌握了基本的语法了。 建议看完 1~11、13~16章,其它随意。

  4. Flask Web 开发:基于 Python 的 Web 应用开发实战

    Python程序员称之为“狗书”,服务端开发,后端开发入门。python中最热门框架之一Flask,且是最好上手的框架! 后端必看

  5. 流畅的 Python

    进阶的Python教程,难度大,适合熟练使用Python的读者。 进阶必看

  6. Python Cookbook(第3版)中文版

    介绍 Python 各领域的一些使用技巧,看了才知道 Python 不能干的事情真少。 运维必看

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment