|
14 | 14 | >以下为本期内容
|
15 | 15 |
|
16 | 16 | #### Python项目
|
17 |
| -1、[The Hitchhiker’s Guide to Python](https://github.com/kennethreitz/python-guide):[requests库](https://github.com/kennethreitz/requests)作者——kennethreitz,写的python教程,已经完结,出书。是个指导性教程,不是语法层面的,涵盖项目结构、代码风格,进阶、工具等方方面面。虽然是英文版,但我这个英语渣都能看懂,你肯定也可以,快去看看吧,开卷有益。[在线阅读](http://docs.python-guide.org/en/latest/) |
| 17 | +1、[The Hitchhiker’s Guide to Python](https://github.com/kennethreitz/python-guide):[requests库](https://github.com/kennethreitz/requests)作者——kennethreitz,写的python教程,已经完结,出书。是个指导性教程,不是语法层面的,涵盖项目结构、代码风格,进阶、工具等方方面面。虽然是**英文版**([中文翻译版](http://pythonguidecn.readthedocs.io/zh/latest/)),但我这个英语渣都能看懂,你肯定也可以,快去看看吧,开卷有益。[在线阅读](http://docs.python-guide.org/en/latest/) |
18 | 18 |
|
19 | 19 | 2、[flask-admin](https://github.com/flask-admin/flask-admin):我工作中需要写一个微型的管理系统,用的就是这个框架。简直快餐型,页面都写好了,只要设置好相关配置就可以跑起来了。唯一缺点就是文档中的例子少,开发一些特定的需求需要自己看源码,才能明白如何改。[文档](https://flask-admin.readthedocs.io/en/latest/),下面是我跑起来之后的样子:
|
20 |
| -![]() |
21 | 20 |
|
22 |
| -#### Javascript项目 |
23 |
| -3、[知乎日报web版---vue](https://github.com/yatessss/zhihudaily-vue):Vus写的知乎日报手机web版,[展示](http://zhihudaily-vue.yatessss.com/),需打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。访问展示图如下: |
24 |
| -![]() |
| 21 | + |
| 22 | + |
| 23 | +3、[qiniu/python-sdk](https://github.com/qiniu/python-sdk):七牛云存储SDK。我自己在用[七牛]的服务,上手简单、有免费额度,可以用来做‘图床’,同时,有了这个SDK可以写一些好用的小工具。例如: |
| 24 | +截图之后自动上传,返回图片的url;web app中的图片上传功能等。**注意**:图床不能随便用,我曾经就用超了,账户的钱能扣成**负数**! |
25 | 25 |
|
| 26 | +#### Javascript项目 |
26 | 27 | 4、[zingtouch](https://github.com/zingchart/zingtouch):Javascirpt写的,支持移动端各种触摸动作包含:转动、挥动、滑动等动作的库,[官方网站](https://zingchart.github.io/zingtouch/),展示图如下:
|
27 |
| -![]() |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | +5、[知乎日报web版---vue](https://github.com/yatessss/zhihudaily-vue):用vue.js写的知乎日报手机web版,[展示](http://zhihudaily-vue.yatessss.com/),需打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。访问展示图如下: |
| 33 | + |
| 34 | + |
28 | 35 |
|
29 | 36 | #### Java项目
|
30 |
| -5、[Greys(Java在线问题诊断工具)](https://github.com/oldmanpushcart/greys-anatomy):线上系统为何经常出错?数据库为何屡遭黑手?业务调用为何频频失败?连环异常堆栈案,究竟是那次调用所为? 数百台服务器意外雪崩背后又隐藏着什么?是软件的扭曲还是硬件的沦丧? 走进科学带你了解Greys, Java线上问题诊断工具。 |
| 37 | +6、[CacheCloud](https://github.com/sohutv/cachecloud):搜狐视频的CacheCloud提供一个Redis云管理平台,功能强大,教程详细(有视频教程),文档齐全,**企业级开源项目**。 |
31 | 38 |
|
32 |
| -#### Javascript项目 |
33 |
| -6、[os.js](https://github.com/os-js/OS.js):js写的基于浏览器上的桌面操作系统。[在线演示](https://osjsv2.0o.no/),使用展示如图: |
34 |
| - |
| 39 | + |
35 | 40 |
|
36 | 41 | #### 其它
|
37 |
| -[如何做好一枚程序员](https://github.com/ahangchen/How-to-Be-A-Programmer-CN) |
38 |
| -[神经网络与深度学习书中代码实现](https://github.com/mnielsen/neural-networks-and-deep-learning):[神经网络与深度学习-中文在线阅读](https://tigerneil.gitbooks.io/neural-networks-and-deep-learning-zh/content/chapter1.html),该书中的相关理论的python代码实现。 |
| 42 | +7、**新的一轮招聘就要开始了,所以发几个github上面我觉得很好的面试相关的项目,希望可以帮助到准备面试的同学**: |
| 43 | +- [interview_python](https://github.com/taizilongxu/interview_python):关于Python的面试题。 |
| 44 | +- [PyZh](https://github.com/MrKiven/PyZh):Python经典的技术文章的翻译和收集,[在线阅读](http://pyzh.readthedocs.io/en/latest/)。 |
| 45 | +- [interview](https://github.com/HIT-Alibaba/interview):笔试面试知识整理(涵盖:IOS、Android、计算机基础)[在线阅读](http://hit-alibaba.github.io/interview/index.html)。 |
| 46 | +- [Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question):前端开发面试题大收集。 |
| 47 | +- [国内一线互联网公司内部面试题库](https://github.com/JackyAndroid/AndroidInterview-Q-A/blob/master/README-CN.md):这个项目主要是国内一线互联网公司的Java和Android方面的内部面试题,小伙伴们,我只能帮你们到这里了! |
| 48 | + |
| 49 | +8、[如何做好一枚程序员](https://github.com/ahangchen/How-to-Be-A-Programmer-CN) |
| 50 | + |
| 51 | +9、[《神经网络与深度学习》相关代码python实现](https://github.com/mnielsen/neural-networks-and-deep-learning):[神经网络与深度学习-中文在线阅读](https://tigerneil.gitbooks.io/neural-networks-and-deep-learning-zh/content/chapter1.html),该书中的相关理论的python代码实现。 |
| 52 | + |
| 53 | +10、[awesome-mac](https://github.com/jaywcjlove/awesome-mac):排版相当好的一个awesome系列文章,文中介绍了很多mac上好用的工具。 |
39 | 54 |
|
40 | 55 | #### 其它期
|
41 |
| -- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md) |
| 56 | +- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md) |
42 | 57 | - [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
|
43 | 58 | - [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
|
44 | 59 | - [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)
|
|
0 commit comments