Skip to content

Commit ed32b33

Browse files
committed
add 学习指南 section and resources
1 parent 737089f commit ed32b33

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
224224
* docopt:Python 风格的命令行参数解析器。[官网](http://docopt.org/)
225225
* Gooey:一条命令,将命令行程序变成一个 GUI 程序。[官网](https://github.com/chriskiehl/Gooey)
226226
* python-prompt-toolkit:一个用于构建强大的交互式命令行程序的库。[官网](https://github.com/jonathanslenders/python-prompt-toolkit)
227+
* [Pythonpy](http://hao.jobbole.com/pythonpy/):在命令行中直接执行任何Python指令。[官网](http://github.com/Russell91/pythonpy/wiki)
227228
* 生产力工具
228229
* aws-cli:Amazon Web Services 的通用命令行界面。[官网](https://github.com/aws/aws-cli)
229230
* bashplotlib:在终端中进行基本绘图。[官网](https://github.com/glamp/bashplotlib)
@@ -1058,7 +1059,7 @@ MapReduce 框架和库。
10581059

10591060
Python 实现的算法和设计模式。
10601061

1061-
* algorithms:一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms)
1062+
* [algorithms](http://hao.jobbole.com/algorithms/):一个 Python 算法模块。[官网](https://github.com/nryoung/algorithms)
10621063
* python-patterns:Python 设计模式的集合。[官网](https://github.com/faif/python-patterns)
10631064
* sortedcontainers:快速,纯 Python 实现的SortedList,SortedDict 和 SortedSet 类型。[官网](http://www.grantjenks.com/docs/sortedcontainers/)
10641065

@@ -1136,6 +1137,16 @@ Python 实现的算法和设计模式。
11361137
* [@pythontrending](https://twitter.com/pythontrending)
11371138
* [@PythonWeekly](https://twitter.com/PythonWeekly)
11381139

1140+
### 学习指南
1141+
* [Scipy-lecture-notes](http://hao.jobbole.com/scipy-lecture-notes/):如何用Python来做学术?[官网](https://github.com/scipy-lectures/scipy-lecture-notes)
1142+
* [SScientific-python-lectures](http://hao.jobbole.com/scientific-python-lectures/):Python科学计算的资料。[官网](https://github.com/jrjohansson/scientific-python-lectures)
1143+
* [Mario-Level-1](http://hao.jobbole.com/mario-level-1/):用Python和Pygame写的超级马里奥第一关。[官网](https://github.com/justinmeister/Mario-Level-1)
1144+
* [Python Koans](http://hao.jobbole.com/python-koans/):Python的交互式学习工具。[官网](https://github.com/gregmalcolm/python_koans)
1145+
* [Minecraft](http://hao.jobbole.com/minecraft-python/):用python写的Minecraft游戏。[官网](https://github.com/fogleman/Minecraft)
1146+
* [pycrumbs](http://hao.jobbole.com/python-pycrumbs/):Python资源大全。[官网](https://github.com/kirang89/pycrumbs/blob/master/pycrumbs.md)
1147+
* [python-patterns](http://hao.jobbole.com/python-patterns/):使用python实现设计模式。[官网](https://github.com/faif/python-patterns)
1148+
* [Projects](http://hao.jobbole.com/python-projects/):Python项目大集合。[官网](https://github.com/karan/Projects)
1149+
* [The Hitchhiker’s Guide to Python](http://hao.jobbole.com/the-hitchhikers-guide-to-python/):旅行者的Python学习指南。[官网](http://docs.python-guide.org/en/latest/)
11391150

11401151
<h3 id="websites">知名网站</h3>
11411152
*值得关注的 Python 技术站点。*

0 commit comments

Comments
 (0)