LearnPython/README.md

19 lines
764 B
Markdown
Raw Normal View History

2016-10-13 10:31:24 +08:00
# LearnPython
2016-10-19 17:03:28 +08:00
以撸代码的形式学习Python, 具体说明在[知乎专栏-撸代码,学知识](https://zhuanlan.zhihu.com/pythoner)
2016-10-16 20:26:43 +08:00
============================================================
2016-10-14 16:26:26 +08:00
### python_base.py: 千行代码入门Python
2016-10-14 13:39:32 +08:00
2016-10-14 16:26:26 +08:00
### python_visual.py: 15张图入门Matplotlib
2016-10-16 10:05:18 +08:00
### python_spider.py: 一个很“水”的Python爬虫入门代码文件
2016-10-19 17:03:28 +08:00
2016-10-20 16:20:00 +08:00
### python_weibo.py: “史上最详细”的Python模拟登录新浪微博流程
2016-10-21 15:47:10 +08:00
### python_lda.py: 玩点高级的--带你入门Topic模型LDA小改进+附源码)
2016-10-25 13:25:11 +08:00
### python_sqlalchemy.py: 作为一个Pythoner不会SQLAlchemy都不好意思跟同行打招呼
2016-10-16 20:26:43 +08:00
============================================================
### 您可以fork该项目,并在修改后提交Pull request