└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Python for Data Science 2 | 3 | 无论是机器学习还是数据分析,很多同学都想知道如何快速掌握python这门编程语言。这里罗列一些对大家有帮助的资源,每个人根据自身情况各取所需。 4 | 5 | ### 在线资源 6 | 7 | - [LearnPython.org interactive Python tutorial](http://www.learnpython.org/) 8 | - [Python | Codecademy](https://www.codecademy.com/learn/python) 英文课程,边写边学。 9 | - [Introduction to Computer Science and Programming Using Python | edX](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-9) 10 | MIT经典计算机科学入门课程,1月开课,可以跟学! 11 | - [CS231n Python Numpy Tutorial](http://cs231n.github.io/python-numpy-tutorial/) 针对英文基础较好,有其它编程语言经验,可以在这里快速入门python 12 | - [DataCamp Learning Python](https://www.datacamp.com/) 13 | - [PythonLearn](http://www.pythonlearn.com/) 14 | - [Intro to Computer Science | Udacity](https://www.udacity.com/course/intro-to-computer-science--cs101) Udacity经典的计算机科学入门,课程讲解十分详细,中间还穿插了计算机科学发展史当中很多有趣的小故事 15 | - [Intro to Python Programming Course | Udacity](https://cn.udacity.com/course/programming-foundations-with-python--ud036) Udacity经典课程,通过生动的讲解让你理解什么是python面向对象的特性 16 | - [Learn Python the Hard Way](https://learnpythonthehardway.org/book/) 一本经典的免费在线书籍 17 | - [廖雪峰 Python教程](http://www.liaoxuefeng.com/wiki/0014316089557264a6b348958f449949df42a6d3a2e542c000) 中文! 18 | - [Intro to Data Analysis | Udacity](https://cn.udacity.com/course/intro-to-data-analysis--ud170) 学习numpy和pandas 19 | 20 | 21 | ### 书籍 22 | 23 | - [Python核心编程(第二版)](https://book.douban.com/subject/3112503/) 24 | - [Python for Data Analysis](https://book.douban.com/subject/25779298/) 25 | 26 | 27 | 学习一门编程语言与学习计算机科学并不相同,但都要求大家多动手。如果有问题,可以去Udacity[中文论坛](http://discussions.youdaxue.com/c/standalone-courses)提问。此外,Udacity自己也有一个学习python的[主页](https://www.udacity.com/learn/python),上面也罗列了一些资源。 28 | 29 | ### App 30 | 31 | - [Learn Python Pro](https://itunes.apple.com/us/app/learn-python-pro/id953972812?mt=8) 32 | 33 | ### Debug 34 | 35 | - [Python Tutor](http://www.pythontutor.com/visualize.html) 很好的在线debug代码工具。 36 | 37 | 注:排名不分先后。 38 | # Archival Note 39 | This repository is deprecated; therefore, we are going to archive it. However, learners will be able to fork it to their personal Github account but cannot submit PRs to this repository. If you have any issues or suggestions to make, feel free to: 40 | - Utilize the https://knowledge.udacity.com/ forum to seek help on content-specific issues. 41 | - Submit a support ticket along with the link to your forked repository if (learners are) blocked for other reasons. Here are the links for the [retail consumers](https://udacity.zendesk.com/hc/en-us/requests/new) and [enterprise learners](https://udacityenterprise.zendesk.com/hc/en-us/requests/new?ticket_form_id=360000279131). --------------------------------------------------------------------------------