python学习资料整理

python语法熟悉入门

中文教程
廖雪峰python教程

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

进阶应用教材,选自Coursera上密歇根大学的网课,有模仿案例,梯度小
语法为python2

http://www.pythonlearn.com
https://www.coursera.org/specializations/python

新的python3语法

http://do1.dr-chuck.com/pythonlearn/EN_us/pythonlearn.pdf

爬虫

https://www.coursera.org/learn/python-network-data
http://scrapy.org/

数据库

https://www.coursera.org/learn/python-databases
http://docs.sqlalchemy.org/en/rel_1_0/
http://www.tutorialspoint.com/sql/sql-primary-key.htm

代码测试

https://docs.python.org/3.4/library/unittest.html
http://docs.python-guide.org/en/latest/writing/tests/

debug

https://www.coursera.org/learn/principles-of-computing-1/lecture/wQx0c/debugging

自动处理

http://pyautogui.readthedocs.io/en/latest/

如果想研究深度学习,神经网络
理论基础入门

https://www.coursera.org/learn/machine-learning

谷歌tensorflow开源框架教程

https://www.tensorflow.org

第三方库

https://awesome-python.com

你可能感兴趣的:(python学习资料整理)