您的位置:首页 > 编程语言 > Python开发

Python学习资料推荐

2016-06-10 20:39 555 查看
为了方便兴趣者快速入门,下面推荐了一些web资源和已经出版的书籍。
建议英语能力比较好的,优先看英文版,因为很多都是翻译过来的,
难免会出现很多问题,尤其是一些标准库的翻译和框架的翻译!
养成良好的英文阅读习惯也有利于优先接触新的知识。
另外,有空也可以泡泡国外的Stack Overflow(http://stackoverflow.com/)。

基础部分:

1、廖雪峰Python教程(基础语法)

http://www.liaoxuefeng.com/wiki/0014316089557264a6b34

2、菜鸟教程-Python(基础语法)

http://www.runoob.com/python/python-lists.html

3、Style Guide for Python Code(python代码风格)

https://www.python.org/dev/peps/pep-0008/

4、Python标准库

http://python.usyiyi.cn/python_278/library/index.html

5、书籍《Python核心编程》

6、书籍《编写高质量代码 改善Python程序的91个建议》

网络爬虫:

1、requests 拓展库

http://cn.python-requests.org/zh_CN/latest/user/quickstart.html

Requests is an elegant and simple HTTP library for Python, built for human beings. 
You are currently looking at the documentation of the development release.

2、scrapy 框架

http://scrapy.org/

An open source and collaborative framework for extracting the data you need from websites.

In a fast, simple, yet extensible way.

其他 :
PyPI - the Python Package

https://pypi.python.org/pypi
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: