删除多余的字符

pull/72/head
somenzz 2019-08-22 22:31:06 +08:00 committed by GitHub
parent 1105c5e008
commit 9cd6c13568
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)
## 服务