学习资源 - xiashj96/jike GitHub Wiki
Python和爬虫
书籍:
- Learn Python the hard way很适合学过C语言的入门者。
- Automate the Boring Stuff with Python的第十一章详细讲解了爬虫,前面的章节也很适合入门Python。
- Dive into Python这本讲的内容稍微高级一点。
工具:
数据库
http://www.cs186berkeley.net/
http://web.stanford.edu/class/cs145/
web development
http://web.stanford.edu/class/cs142/index.html http://web.stanford.edu/class/cs193x/ http://callbackjs.me/
数据可视化
https://magrawala.github.io/cs448b-fa17/ http://www.cs171.org/2017/index.html http://dataviz.media.mit.edu/ https://cn.udacity.com/course/data-visualization-and-d3js--ud507