删除多余的字符
parent
1105c5e008
commit
9cd6c13568
|
@ -95,7 +95,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
|
||||||
### 交互式解析器
|
### 交互式解析器
|
||||||
|
|
||||||
交互式 Python 解析器。
|
交互式 Python 解析器。
|
||||||
* Jupyter Notebook: 现代 Python 最新的必学工具,让你在浏览器上与 Python 程序交互式,功能强大,界面友好,谁用谁知道。[官网](https://jupyter.org/)
|
* Jupyter Notebook: 现代 Python 最新的必学工具,让你在浏览器上与 Python 程序交互,功能强大,界面友好,谁用谁知道。[官网](https://jupyter.org/)
|
||||||
* IPython:功能丰富的工具,非常有效的使用交互式 Python。[官网](https://github.com/ipython/ipython)
|
* IPython:功能丰富的工具,非常有效的使用交互式 Python。[官网](https://github.com/ipython/ipython)
|
||||||
* [bpython](http://hao.jobbole.com/bpython/):界面丰富的 Python 解析器。[官网](http://bpython-interpreter.org/)
|
* [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)
|
* 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/)
|
* Errbot:最简单和最流行的聊天机器人用来实现自动聊天工具。[官网](http://errbot.io/en/latest/)
|
||||||
* wxpy:最简单最好用的微信个人号API,可以用来自动聊天,消息永久保存,监控消息等。[github链接](https://github.com/youfou/wxpy)
|
* wxpy:最简单最好用的微信个人号API,可以用来自动聊天,消息永久保存,监控消息等。[官网](https://github.com/youfou/wxpy)
|
||||||
|
|
||||||
## 服务
|
## 服务
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue