From 1105c5e008a60e921fe48d810fe460c0c5766f2a Mon Sep 17 00:00:00 2001 From: somenzz Date: Thu, 22 Aug 2019 22:27:53 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E5=8A=A0=E5=85=A5=20jupyter=EF=BC=8Cwxpy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1、jupyter 能够把软件代码、计算输出、解释文档、多媒体资源整合在一起的多功能科学运算平台,是现代数据分析必备工具。 2、wxpy 是最易使用的微信个人号接口,没有之一。 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed7b3b6..f87c5b8 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 ### 交互式解析器 交互式 Python 解析器。 - +* Jupyter Notebook: 现代 Python 最新的必学工具,让你在浏览器上与 Python 程序交互式,功能强大,界面友好,谁用谁知道。[官网](https://jupyter.org/) * IPython:功能丰富的工具,非常有效的使用交互式 Python。[官网](https://github.com/ipython/ipython) * [bpython](http://hao.jobbole.com/bpython/):界面丰富的 Python 解析器。[官网](http://bpython-interpreter.org/) * ptpython:高级交互式 Python 解析器, 构建于 [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) 之上。[官网](https://github.com/jonathanslenders/ptpython) @@ -1071,7 +1071,7 @@ MapReduce 框架和库。 * Mininet:一款流行的网络模拟器以及用 Python 编写的 API。[官网](http://mininet.org/) * POX:一个针对基于 Python 的软件定义网络应用(例如 OpenFlow SDN 控制器)的开源开发平台。[官网](https://github.com/noxrepo/pox) * Pyretic:火热的 SDN 编程语言中的一员,为网络交换机和模拟器提供强大的抽象能力。[官网](http://frenetic-lang.org/pyretic/) -*   SDX Platform:基于 SDN 的 IXP 实现,影响了 Mininet, POX 和 Pyretic。[官网](https://github.com/sdn-ixp/internet2award) +* SDX Platform:基于 SDN 的 IXP 实现,影响了 Mininet, POX 和 Pyretic。[官网](https://github.com/sdn-ixp/internet2award) *   NRU:一个基于组件的软件定义网络框架。[官网](http://ryu.readthedocs.io/en/latest/) ### 硬件 @@ -1141,6 +1141,7 @@ Python 实现的算法和设计模式。 用于开发聊天机器人的库 *   Errbot:最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/) +* wxpy:最简单最好用的微信个人号API,可以用来自动聊天,消息永久保存,监控消息等。[github链接](https://github.com/youfou/wxpy) ## 服务 From 9cd6c13568cfbb77a8c03822a3a9d00969cc96c3 Mon Sep 17 00:00:00 2001 From: somenzz Date: Thu, 22 Aug 2019 22:31:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f87c5b8..634ccfe 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 ### 交互式解析器 交互式 Python 解析器。 -* Jupyter Notebook: 现代 Python 最新的必学工具,让你在浏览器上与 Python 程序交互式,功能强大,界面友好,谁用谁知道。[官网](https://jupyter.org/) +* Jupyter Notebook: 现代 Python 最新的必学工具,让你在浏览器上与 Python 程序交互,功能强大,界面友好,谁用谁知道。[官网](https://jupyter.org/) * IPython:功能丰富的工具,非常有效的使用交互式 Python。[官网](https://github.com/ipython/ipython) * [bpython](http://hao.jobbole.com/bpython/):界面丰富的 Python 解析器。[官网](http://bpython-interpreter.org/) * ptpython:高级交互式 Python 解析器, 构建于 [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) 之上。[官网](https://github.com/jonathanslenders/ptpython) @@ -1141,7 +1141,7 @@ Python 实现的算法和设计模式。 用于开发聊天机器人的库 *   Errbot:最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/) -* wxpy:最简单最好用的微信个人号API,可以用来自动聊天,消息永久保存,监控消息等。[github链接](https://github.com/youfou/wxpy) +* wxpy:最简单最好用的微信个人号API,可以用来自动聊天,消息永久保存,监控消息等。[官网](https://github.com/youfou/wxpy) ## 服务