|
13 | 13 | ---
|
14 | 14 | >**以下为本期内容**|[点击查看往期内容](https://github.com/521xueweihan/HelloGitHub)|每个月 28 号发布最新一期,首发在我的 [GitHub](https://github.com/521xueweihan) 上。
|
15 | 15 |
|
16 |
| -#### 中文项目 |
17 |
| -- [廖老师的python 入门实践](https://github.com/michaelliao/awesome-python-webapp):[教程](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001397616003925a3d157284cd24bc0952d6c4a7c9d8c55000) |
| 16 | +#### Python项目 |
| 17 | +1、[awesome-python-webapp](https://github.com/michaelliao/awesome-python-webapp):廖老师的 python 入门教程中的实践项目的代码,[教程在线阅读](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/001397616003925a3d157284cd24bc0952d6c4a7c9d8c55000) |
18 | 18 |
|
19 |
| -- [ant-design 酷!](https://github.com/ant-design/ant-design):[文档](http://ant.design/docs/react/introduce) |
| 19 | +2、[Minos](https://github.com/phith0n/Minos):一个基于 Tornado/mongodb/redis 的社区系统,[预览](http://minos.leavesongs.com/) |
20 | 20 |
|
21 |
| -- [Minos](https://github.com/phith0n/Minos):一个基于Tornado/mongodb/redis的社区系统。[预览](http://minos.leavesongs.com/) |
22 |
| - |
23 |
| -- [TuShare](https://github.com/waditu/tushare):TuShare是一个免费、开源的python财经数据接口包。[TuShare文档](http://tushare.org/index.html) |
| 21 | +3、[TuShare](https://github.com/waditu/tushare):TuShare 是一个免费、开源的 python 财经数据接口包,[TuShare文档](http://tushare.org/index.html) |
24 | 22 |
|
25 | 23 | 
|
26 | 24 |
|
27 |
| -- [VeryNginx](https://github.com/alexazhou/VeryNginx):一个功能强大而对人类友好的 Nginx 扩展程序。 |
28 |
| -[VeryNginx文档](https://github.com/alexazhou/VeryNginx/blob/master/readme_zh.md) |
| 25 | +4、[beijing_bus](https://github.com/wong2/beijing_bus):北京实时公交,可以显示查询的公交到达某站还需多久 |
29 | 26 |
|
30 |
| - |
| 27 | + |
31 | 28 |
|
32 |
| -- [中文网页重设与排版](https://github.com/sofish/typo.css):目标:一致化浏览器排版效果,构建最适合中文阅读的网页排版。包括桌面和移动平台。[预览](http://typo.sofi.sh/) |
| 29 | +#### JavaScript项目 |
| 30 | +5、[ant-design](https://github.com/ant-design/ant-design):阿里开源的一套企业级的 UI 设计语言和 React 实现。[中文文档](https://ant.design/docs/react/introduce-cn),样式偏向于后端,展示效果十分漂亮 |
33 | 31 |
|
34 |
| -- [北京实时公交 for python](https://github.com/wong2/beijing_bus):可以显示查询的公交到达某站还需时间。 |
| 32 | +6、[VeryNginx](https://github.com/alexazhou/VeryNginx):一个功能强大而对人类友好的 Nginx 扩展程序。[VeryNginx文档](https://github.com/alexazhou/VeryNginx/blob/master/readme_zh.md) |
35 | 33 |
|
36 |
| - |
| 34 | + |
37 | 35 |
|
38 |
| -#### 英文项目 |
39 |
| -- [activate-power-mode 输入效果](https://github.com/disjukr/activate-power-mode):[在线演示](http://0xabcdef.com/activate-power-mode/) |
| 36 | +7、[activate-power-mode](https://github.com/disjukr/activate-power-mode):爆炸输入效果,[在线演示](http://0xabcdef.com/activate-power-mode/) |
40 | 37 |
|
41 | 38 | 
|
42 | 39 |
|
43 |
| -- [Archey for OS X 命令行中显示计算机的基本信息](https://github.com/obihann/archey-osx) |
44 |
| - |
45 |
| - |
| 40 | +#### CSS项目 |
| 41 | +8、[typo.css](https://github.com/sofish/typo.css):中文网页重设与排版,为了一致化浏览器排版效果,构建最适合中文阅读的网页排版。包括桌面和移动平台,[预览](http://typo.sofi.sh/) |
46 | 42 |
|
| 43 | +#### 开源书籍 |
| 44 | +9、[interpy-zh](https://github.com/eastlakeside/interpy-zh):《Python进阶 中文版》,[在线阅读](https://eastlakeside.gitbooks.io/interpy-zh/content/) |
47 | 45 |
|
48 |
| -#### 书籍、教程、资料: |
49 |
| -- [Python进阶 中文版](https://github.com/eastlakeside/interpy-zh):[在线阅读](https://eastlakeside.gitbooks.io/interpy-zh/content/) |
| 46 | +10、[python3-cookbook](https://github.com/yidao620c/python3-cookbook):《Python Cookbook 3rd 中文版》,[在线阅读](http://python3-cookbook.readthedocs.org/zh_CN/latest/) |
50 | 47 |
|
51 |
| -- [Python Cookbook 3rd 中文版](https://github.com/yidao620c/python3-cookbook):[在线阅读](http://python3-cookbook.readthedocs.org/zh_CN/latest/) |
| 48 | +11、[Python-Guide-CN](https://github.com/Prodesire/Python-Guide-CN):《Python最佳实践指南中文版》,[在线阅读](http://pythonguidecn.readthedocs.io/zh/latest/) |
52 | 49 |
|
53 |
| -- [Python最佳实践指南中文版](https://github.com/Prodesire/Python-Guide-CN):[在线阅读](http://pythonguidecn.readthedocs.io/zh/latest/) |
| 50 | +12、[design_patterns](https://github.com/me115/design_patterns):《图说设计模式》,[在线阅读](http://design-patterns.readthedocs.io/zh_CN/latest/index.html#) |
54 | 51 |
|
55 |
| -- [awesome-python 中文版](https://github.com/jobbole/awesome-python-cn) |
| 52 | +13、[linuxtools_rst](https://github.com/me115/linuxtools_rst):《Linux工具快速教程》,[在线阅读](http://linuxtools-rst.readthedocs.io/zh_CN/latest/) |
56 | 53 |
|
57 |
| -- [图说设计模式](https://github.com/me115/design_patterns):[在线阅读](http://design-patterns.readthedocs.io/zh_CN/latest/index.html#) |
| 54 | +14、[the_new_world_linux](https://github.com/yangyangwithgnu/the_new_world_linux):《Linux下的惬意生活》,[在线阅读](https://github.com/yangyangwithgnu/the_new_world_linux#目录) |
58 | 55 |
|
59 |
| -- [面向程序员的数据挖掘指南](http://guidetodatamining.com/):中文版由于版权问题已被删除 |
| 56 | +#### 其它 |
| 57 | +15、[archey-osx](https://github.com/obihann/archey-osx):命令行中显示 Mac OS X 计算机的基本信息 |
60 | 58 |
|
61 |
| -- [Linux工具快速教程](https://github.com/me115/linuxtools_rst):[在线阅读](http://linuxtools-rst.readthedocs.io/zh_CN/latest/) |
62 |
| - |
63 |
| -- [linux 下的惬意生活](https://github.com/yangyangwithgnu/the_new_world_linux):[在线阅读](https://github.com/yangyangwithgnu/the_new_world_linux#目录) |
| 59 | + |
64 | 60 |
|
65 |
| -- [《计算机程序的构造和解释》公开课](https://github.com/DeathKing/Learning-SICP) |
| 61 | +16、[Learning-SICP](https://github.com/DeathKing/Learning-SICP):《计算机程序的构造和解释》公开课 |
66 | 62 |
|
67 |
| -- [iterm2 快捷键](https://github.com/sumiaowen/iterm2-shortcuts) |
| 63 | +17、[awesome-python-cn](https://github.com/jobbole/awesome-python-cn):awesome-python 中文版 |
68 | 64 |
|
69 | 65 | ---
|
70 | 66 |
|
|
0 commit comments