部分库格式调整以及位置移动
parent
a5a5c315a8
commit
9c0bff65cc
|
@ -742,7 +742,7 @@ Python 实现的数据库。
|
|||
帮助使用 WebSocket 的库。
|
||||
|
||||
* AutobahnPython:给 Python 、使用的 WebSocket & WAMP 基于 Twisted 和 [asyncio](https://docs.python.org/3/library/asyncio.html)。[官网](https://github.com/crossbario/autobahn-python)
|
||||
* Crossbar:开源统一应用路由(Websocket & WAMP for Python on Autobahn).[官网](https://github.com/crossbario/crossbar/)
|
||||
* Crossbar:开源统一应用路由(Websocket & WAMP for Python on Autobahn)。[官网](https://github.com/crossbario/crossbar/)
|
||||
* django-socketio:给 Django 用的 WebSockets。[官网](https://github.com/stephenmcd/django-socketio)
|
||||
* WebSocket-for-Python:为 Python2/3 以及 PyPy 编写的 WebSocket 客户端和服务器库。[官网](https://github.com/Lawouach/WebSocket-for-Python)
|
||||
|
||||
|
@ -831,7 +831,7 @@ Python 实现的数据库。
|
|||
* pyshould:Should 风格的断言,基于 [PyHamcrest](https://github.com/hamcrest/PyHamcrest)。[官网](https://github.com/drslump/pyshould)
|
||||
* pytest:一个成熟的全功能 Python 测试工具。[官网](http://pytest.org/latest/)
|
||||
* green:干净,多彩的测试工具。[官网](https://github.com/CleanCut/green)
|
||||
* pyvows:BDD 风格的测试工具,受 Vows.js 的启发。[官网](http://heynemann.github.io/pyvows/)-
|
||||
* pyvows:BDD 风格的测试工具,受 Vows.js 的启发。[官网](http://heynemann.github.io/pyvows/)
|
||||
* Robot Framework:一个通用的自动化测试框架。[官网](https://github.com/robotframework/robotframework)
|
||||
* Web 测试
|
||||
* Selenium:[Selenium](http://www.seleniumhq.org/) WebDriver 的 Python 绑定。[官网](https://pypi.python.org/pypi/selenium)
|
||||
|
@ -965,11 +965,11 @@ Python 实现的数据库。
|
|||
* [PyBrain](http://hao.jobbole.com/pybrain/):另一个 Python 机器学习库。[官网](https://github.com/pybrain/pybrain)
|
||||
* [Pylearn2](http://hao.jobbole.com/pylearn2/):一个基于 [Theano](https://github.com/Theano/Theano) 的机器学习库。[官网](https://github.com/lisa-lab/pylearn2)
|
||||
* [python-recsys](http://hao.jobbole.com/python-recsys/):一个用来实现推荐系统的 Python 库。[官网](https://github.com/ocelma/python-recsys)
|
||||
* scikit-learn:基于 SciPy 构建的机器学习 Python 模块。[官网](http://scikit-learn.org/)
|
||||
* pydeep:Python 深度学习库。[官网](https://github.com/andersbll/deeppy)
|
||||
* vowpalporpoise:轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise)
|
||||
* scikit-learn:基于 SciPy 构建的机器学习 Python 模块。[官网](http://scikit-learn.org/)
|
||||
* skflow:一个 [TensorFlow](https://github.com/tensorflow/tensorflow) 的简化接口(模仿 scikit-learn)。[官网](https://github.com/tensorflow/skflow)
|
||||
* [TensorFlow](https://github.com/tensorflow/tensorflow):谷歌开源的最受欢迎的深度学习框架。[官网](http://tensorflow.org/)
|
||||
* vowpalporpoise:轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise)
|
||||
|
||||
### MapReduce
|
||||
|
||||
|
|
Loading…
Reference in New Issue