前言
学习python,主要是实用。本书打算从几方面入手,以实用为主
- 爬虫实践,裸写或者使用scrapy框架
- 机器学习实践,由于很多机器学习框架都有python版本,所以希望可以略懂一下
- 量化学习实践
- 其他再看吧
另外gitbook使用也说下。由于同步慢的原因,现在只能手工git了
- gitbook编辑 -> git同步到github -> gitbook从github同步 http://www.chengweiyang.cn/gitbook/gitbook.com/config/github.html
- Mac上文档位置如下 /Users/jingang/GitBook/Library/Import/python
- https://help.gitbook.com/books/how-can-i-use-git.html
> git status
On branch master
Your branch is ahead of 'github/master' by 6 commits.
(use "git push" to publish your local commits)
nothing to commit, working directory clean
> git push -u github master