部分库格式调整以及位置移动

pull/38/head
chenjiandongx 2018-01-11 21:16:16 +08:00
parent a5a5c315a8
commit 9c0bff65cc
1 changed files with 11 additions and 11 deletions

View File

@ -742,7 +742,7 @@ Python 实现的数据库。
帮助使用 WebSocket 的库。 帮助使用 WebSocket 的库。
* AutobahnPython给 Python 、使用的 WebSocket & WAMP 基于 Twisted 和 [asyncio](https://docs.python.org/3/library/asyncio.html)。[官网](https://github.com/crossbario/autobahn-python) * 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) * django-socketio给 Django 用的 WebSockets。[官网](https://github.com/stephenmcd/django-socketio)
* WebSocket-for-Python为 Python2/3 以及 PyPy 编写的 WebSocket 客户端和服务器库。[官网](https://github.com/Lawouach/WebSocket-for-Python) * WebSocket-for-Python为 Python2/3 以及 PyPy 编写的 WebSocket 客户端和服务器库。[官网](https://github.com/Lawouach/WebSocket-for-Python)
@ -831,7 +831,7 @@ Python 实现的数据库。
* pyshouldShould 风格的断言,基于 [PyHamcrest](https://github.com/hamcrest/PyHamcrest)。[官网](https://github.com/drslump/pyshould) * pyshouldShould 风格的断言,基于 [PyHamcrest](https://github.com/hamcrest/PyHamcrest)。[官网](https://github.com/drslump/pyshould)
* pytest一个成熟的全功能 Python 测试工具。[官网](http://pytest.org/latest/) * pytest一个成熟的全功能 Python 测试工具。[官网](http://pytest.org/latest/)
* green干净多彩的测试工具。[官网](https://github.com/CleanCut/green) * green干净多彩的测试工具。[官网](https://github.com/CleanCut/green)
* pyvowsBDD 风格的测试工具,受 Vows.js 的启发。[官网](http://heynemann.github.io/pyvows/)- * pyvowsBDD 风格的测试工具,受 Vows.js 的启发。[官网](http://heynemann.github.io/pyvows/)
* Robot Framework一个通用的自动化测试框架。[官网](https://github.com/robotframework/robotframework) * Robot Framework一个通用的自动化测试框架。[官网](https://github.com/robotframework/robotframework)
* Web 测试 * Web 测试
* Selenium[Selenium](http://www.seleniumhq.org/) WebDriver 的 Python 绑定。[官网](https://pypi.python.org/pypi/selenium) * 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) * [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) * [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) * [python-recsys](http://hao.jobbole.com/python-recsys/):一个用来实现推荐系统的 Python 库。[官网](https://github.com/ocelma/python-recsys)
* scikit-learn基于 SciPy 构建的机器学习 Python 模块。[官网](http://scikit-learn.org/)
* pydeepPython 深度学习库。[官网](https://github.com/andersbll/deeppy) * pydeepPython 深度学习库。[官网](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) * skflow一个 [TensorFlow](https://github.com/tensorflow/tensorflow) 的简化接口(模仿 scikit-learn)。[官网](https://github.com/tensorflow/skflow)
* [TensorFlow](https://github.com/tensorflow/tensorflow):谷歌开源的最受欢迎的深度学习框架。[官网](http://tensorflow.org/) * [TensorFlow](https://github.com/tensorflow/tensorflow):谷歌开源的最受欢迎的深度学习框架。[官网](http://tensorflow.org/)
* vowpalporpoise轻量级 [Vowpal Wabbit](https://github.com/JohnLangford/vowpalwabbit/) 的 Python 封装。[官网](https://github.com/josephreisinger/vowpalporpoise)
### MapReduce ### MapReduce