add 学习指南 section and resources

pull/2/head
tangyouhua 2016-04-02 15:29:10 +08:00
parent 737089ff33
commit ed32b33a9e
1 changed files with 12 additions and 1 deletions

View File

@ -224,6 +224,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* docoptPython 风格的命令行参数解析器。[官网](http://docopt.org/) * docoptPython 风格的命令行参数解析器。[官网](http://docopt.org/)
* Gooey一条命令将命令行程序变成一个 GUI 程序。[官网](https://github.com/chriskiehl/Gooey) * Gooey一条命令将命令行程序变成一个 GUI 程序。[官网](https://github.com/chriskiehl/Gooey)
* python-prompt-toolkit一个用于构建强大的交互式命令行程序的库。[官网](https://github.com/jonathanslenders/python-prompt-toolkit) * python-prompt-toolkit一个用于构建强大的交互式命令行程序的库。[官网](https://github.com/jonathanslenders/python-prompt-toolkit)
* [Pythonpy](http://hao.jobbole.com/pythonpy/)在命令行中直接执行任何Python指令。[官网](http://github.com/Russell91/pythonpy/wiki)
* 生产力工具 * 生产力工具
* aws-cliAmazon Web Services 的通用命令行界面。[官网](https://github.com/aws/aws-cli) * aws-cliAmazon Web Services 的通用命令行界面。[官网](https://github.com/aws/aws-cli)
* bashplotlib在终端中进行基本绘图。[官网](https://github.com/glamp/bashplotlib) * bashplotlib在终端中进行基本绘图。[官网](https://github.com/glamp/bashplotlib)
@ -1058,7 +1059,7 @@ MapReduce 框架和库。
Python 实现的算法和设计模式。 Python 实现的算法和设计模式。
* algorithms一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms) * [algorithms](http://hao.jobbole.com/algorithms/):一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms)
* python-patternsPython 设计模式的集合。[官网](https://github.com/faif/python-patterns) * python-patternsPython 设计模式的集合。[官网](https://github.com/faif/python-patterns)
* sortedcontainers快速纯 Python 实现的SortedListSortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/) * sortedcontainers快速纯 Python 实现的SortedListSortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/)
@ -1136,6 +1137,16 @@ Python 实现的算法和设计模式。
* [@pythontrending](https://twitter.com/pythontrending) * [@pythontrending](https://twitter.com/pythontrending)
* [@PythonWeekly](https://twitter.com/PythonWeekly) * [@PythonWeekly](https://twitter.com/PythonWeekly)
### 学习指南
* [Scipy-lecture-notes](http://hao.jobbole.com/scipy-lecture-notes/)如何用Python来做学术[官网](https://github.com/scipy-lectures/scipy-lecture-notes)
* [SScientific-python-lectures](http://hao.jobbole.com/scientific-python-lectures/)Python科学计算的资料。[官网](https://github.com/jrjohansson/scientific-python-lectures)
* [Mario-Level-1](http://hao.jobbole.com/mario-level-1/)用Python和Pygame写的超级马里奥第一关。[官网](https://github.com/justinmeister/Mario-Level-1)
* [Python Koans](http://hao.jobbole.com/python-koans/)Python的交互式学习工具。[官网](https://github.com/gregmalcolm/python_koans)
* [Minecraft](http://hao.jobbole.com/minecraft-python/)用python写的Minecraft游戏。[官网](https://github.com/fogleman/Minecraft)
* [pycrumbs](http://hao.jobbole.com/python-pycrumbs/)Python资源大全。[官网](https://github.com/kirang89/pycrumbs/blob/master/pycrumbs.md)
* [python-patterns](http://hao.jobbole.com/python-patterns/)使用python实现设计模式。[官网](https://github.com/faif/python-patterns)
* [Projects](http://hao.jobbole.com/python-projects/)Python项目大集合。[官网](https://github.com/karan/Projects)
* [The Hitchhikers Guide to Python](http://hao.jobbole.com/the-hitchhikers-guide-to-python/)旅行者的Python学习指南。[官网](http://docs.python-guide.org/en/latest/)
<h3 id="websites">知名网站</h3> <h3 id="websites">知名网站</h3>
*值得关注的 Python 技术站点。* *值得关注的 Python 技术站点。*