We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bf572 commit fc18b4eCopy full SHA for fc18b4e
README.md
@@ -22,6 +22,7 @@
22
* [廖雪峰的python教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
23
* https://github.com/Yixiaohan/codeparkshare
24
* [老齐的教程](https://github.com/qiwsir/ITArticles/blob/master/BasicPython/index.md)
25
+* [Python的神奇方法指南](http://article.yeeyan.org/view/311527/287706)
26
27
### 英文资源
28
* [dive into python](http://www.diveintopython.net/toc/index.html)
@@ -44,6 +45,7 @@
44
45
46
## 包管理
47
可以使用 [pip](https://pip.pypa.io/en/latest/user_guide.html)进行包管理。
48
+
49
1. 项目根路径下创建`requirements.txt`
50
1. 内容类似例如
51
```
0 commit comments