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

怎么用最短时间高效而踏实地学习 Python?

2016-10-15 09:10 274 查看
作者:飞绝眷岭

链接:https://www.zhihu.com/question/28530832/answer/58656332

来源:知乎

著作权归作者所有,转载请联系作者获得授权。

Dataquest(https://www.dataquest.io/courses)这个网站上提供了一系列和数据分析相关的python教程,从python基本语法到data
analysis的基本函数,到PANDAS包的使用方法,到machine learning里常用的Python指令,甚至还有手把手教你玩Kaggle,简直不能更贴心~当然这个只是入门级教程,高级技巧就一点点的在实战项目里积累吧~

<img src="https://pic4.zhimg.com/00fb373ed5c75f07f346cd9b9ff54b93_b.png" data-rawwidth="1091" data-rawheight="1019" class="origin_image zh-lightbox-thumb" width="1091" data-original="https://pic4.zhimg.com/00fb373ed5c75f07f346cd9b9ff54b93_r.png">


再补充一个coursera上的python课程,https://www.coursera.org/learn/hipython/home/welcome,

用Python玩转数据,by Nanjing University,也非常方便贴心,而且是中文教程,老师讲的也很风趣幽默~

<img src="https://pic3.zhimg.com/110816953932abb1c6b48b7bd5f944ca_b.png" data-rawwidth="287" data-rawheight="257" class="content_image" width="287">


<img src="https://pic2.zhimg.com/429be83cbf48114d4d0ebac4826676b5_b.png" data-rawwidth="547" data-rawheight="661" class="origin_image zh-lightbox-thumb" width="547" data-original="https://pic2.zhimg.com/429be83cbf48114d4d0ebac4826676b5_r.png">


Last one, for those who are interested in machine learning and data-mining,
Data Science Course
GitHub - justmarkham/DAT4: General Assembly's Data Science course in Washington, DC

You got all the python codes to play with and a very detailed tutorial to understand the material. And it's free!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐