更正:部分大小写,中英混排时的标点符号及空格。
parent
a5e1794235
commit
b3e0fed7f5
48
README.md
48
README.md
|
@ -118,7 +118,7 @@
|
||||||
用于解析和操作文本的库。
|
用于解析和操作文本的库。
|
||||||
|
|
||||||
* 通用
|
* 通用
|
||||||
* [chardet](https://github.com/chardet/chardet):字符编码检测器,兼容 Python2 和 Python3。
|
* [chardet](https://github.com/chardet/chardet):字符编码检测器,兼容 Python 2 和 Python 3。
|
||||||
* [difflib](https://docs.python.org/2/library/difflib.html):(Python 标准库)帮助我们进行差异化比较。
|
* [difflib](https://docs.python.org/2/library/difflib.html):(Python 标准库)帮助我们进行差异化比较。
|
||||||
* [ftfy](https://github.com/LuminosoInsight/python-ftfy):让 Unicode 文本更完整更连贯。
|
* [ftfy](https://github.com/LuminosoInsight/python-ftfy):让 Unicode 文本更完整更连贯。
|
||||||
* [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy):模糊字符串匹配。
|
* [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy):模糊字符串匹配。
|
||||||
|
@ -197,7 +197,7 @@
|
||||||
* [pytext](https://github.com/facebookresearch/pytext):基于 PyTouch 的自然语言模型框架。
|
* [pytext](https://github.com/facebookresearch/pytext):基于 PyTouch 的自然语言模型框架。
|
||||||
* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP):一个支持快速深度学习 NLP 原型研究的工具包。
|
* [PyTorch-NLP](https://github.com/PetrochukM/PyTorch-NLP):一个支持快速深度学习 NLP 原型研究的工具包。
|
||||||
* [spacy](https://spacy.io/):Python 和 Cython 中用于工业级自然语言处理的库。
|
* [spacy](https://spacy.io/):Python 和 Cython 中用于工业级自然语言处理的库。
|
||||||
* [Stanza](https://github.com/stanfordnlp/stanza):斯坦福 NLP 集团的官方 Python 库,支持60多种语言。
|
* [Stanza](https://github.com/stanfordnlp/stanza):斯坦福 NLP 集团的官方 Python 库,支持 60 多种语言。
|
||||||
* [funNLP](https://github.com/fighting41love/funNLP):中文自然语言处理的工具和数据集。
|
* [funNLP](https://github.com/fighting41love/funNLP):中文自然语言处理的工具和数据集。
|
||||||
* [pkuseg-python](https://github.com/lancopku/pkuseg-python):一个支持对不同领域进行中文分词的工具箱。
|
* [pkuseg-python](https://github.com/lancopku/pkuseg-python):一个支持对不同领域进行中文分词的工具箱。
|
||||||
|
|
||||||
|
@ -246,7 +246,7 @@
|
||||||
* [tqdm](https://github.com/tqdm/tqdm):一个可在循环和命令行中使用的快速、可扩展的进度条。
|
* [tqdm](https://github.com/tqdm/tqdm):一个可在循环和命令行中使用的快速、可扩展的进度条。
|
||||||
* 生产力工具
|
* 生产力工具
|
||||||
* [aws-cli](https://github.com/aws/aws-cli):Amazon Web Services 的通用命令行界面。
|
* [aws-cli](https://github.com/aws/aws-cli):Amazon Web Services 的通用命令行界面。
|
||||||
* [caniusepython3](https://github.com/brettcannon/caniusepython3):判断是哪个项目妨碍你你移植到 Python3。
|
* [caniusepython3](https://github.com/brettcannon/caniusepython3):判断是哪个项目妨碍你你移植到 Python 3。
|
||||||
* [cookiecutter](https://github.com/audreyr/cookiecutter):从 cookiecutters(项目模板)创建项目的一个命令行工具。
|
* [cookiecutter](https://github.com/audreyr/cookiecutter):从 cookiecutters(项目模板)创建项目的一个命令行工具。
|
||||||
* [doitlive](https://github.com/sloria/doitlive):一个用来在终端中进行现场演示的工具。
|
* [doitlive](https://github.com/sloria/doitlive):一个用来在终端中进行现场演示的工具。
|
||||||
* [pyftpdlib](https://github.com/giampaolo/pyftpdlib):一个速度极快和可扩展的 Python FTP 服务库。
|
* [pyftpdlib](https://github.com/giampaolo/pyftpdlib):一个速度极快和可扩展的 Python FTP 服务库。
|
||||||
|
@ -275,7 +275,7 @@
|
||||||
|
|
||||||
* [s3cmd](https://github.com/s3tools/s3cmd):一个用来管理 Amazon S3 和 CloudFront 的命令行工具。
|
* [s3cmd](https://github.com/s3tools/s3cmd):一个用来管理 Amazon S3 和 CloudFront 的命令行工具。
|
||||||
* [s4cmd](https://github.com/bloomreach/s4cmd):超级 S3 命令行工具,性能更加强劲。
|
* [s4cmd](https://github.com/bloomreach/s4cmd):超级 S3 命令行工具,性能更加强劲。
|
||||||
* [you-get](https://www.soimort.org/you-get/):一个 YouTube/Youku/Niconico 视频下载器,使用 Python3 编写。
|
* [you-get](https://www.soimort.org/you-get/):一个 YouTube/Youku/Niconico 视频下载器,使用 Python 3 编写。
|
||||||
* [youtube-dl](http://rg3.github.io/youtube-dl/):一个小巧的命令行程序,用来下载 YouTube 视频。
|
* [youtube-dl](http://rg3.github.io/youtube-dl/):一个小巧的命令行程序,用来下载 YouTube 视频。
|
||||||
* [akshare](https://github.com/jindaxiang/akshare):为方便人使用而创建的金融数据接口库。
|
* [akshare](https://github.com/jindaxiang/akshare):为方便人使用而创建的金融数据接口库。
|
||||||
|
|
||||||
|
@ -294,7 +294,7 @@
|
||||||
* [scikit-image](http://scikit-image.org/):一个用于(科学)图像处理的 Python 库。
|
* [scikit-image](http://scikit-image.org/):一个用于(科学)图像处理的 Python 库。
|
||||||
* [thumbor](https://github.com/thumbor/thumbor):一个小型图像服务,具有剪裁,尺寸重设和翻转功能。
|
* [thumbor](https://github.com/thumbor/thumbor):一个小型图像服务,具有剪裁,尺寸重设和翻转功能。
|
||||||
* [wand](https://github.com/dahlia/wand):[MagickWand ](http://www.imagemagick.org/script/magick-wand.php)的 Python 绑定。MagickWand 是 ImageMagick 的 C API 。
|
* [wand](https://github.com/dahlia/wand):[MagickWand ](http://www.imagemagick.org/script/magick-wand.php)的 Python 绑定。MagickWand 是 ImageMagick 的 C API 。
|
||||||
* [face_recognition](https://github.com/ageitgey/face_recognition):简单易用的 python 人脸识别库。
|
* [face_recognition](https://github.com/ageitgey/face_recognition):简单易用的 Python 人脸识别库。
|
||||||
* [pagan](https://github.com/daboth/pagan):基于输入和哈希的复古风图标(头像)生成工具。
|
* [pagan](https://github.com/daboth/pagan):基于输入和哈希的复古风图标(头像)生成工具。
|
||||||
* [PyMatting](https://github.com/pymatting/pymatting):支持 alpha matting 的库。
|
* [PyMatting](https://github.com/pymatting/pymatting):支持 alpha matting 的库。
|
||||||
* [pywal](https://github.com/dylanaraps/pywal):由图像生成配色方案的工具。
|
* [pywal](https://github.com/dylanaraps/pywal):由图像生成配色方案的工具。
|
||||||
|
@ -670,7 +670,7 @@ Web socket 相关库。
|
||||||
* [untangle](https://github.com/stchris/untangle):将 XML 文档转换为 Python 对象,使其可以方便的访问。
|
* [untangle](https://github.com/stchris/untangle):将 XML 文档转换为 Python 对象,使其可以方便的访问。
|
||||||
* [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf):HTML/CSS 转 PDF 工具。
|
* [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf):HTML/CSS 转 PDF 工具。
|
||||||
* [xmltodict](https://github.com/martinblech/xmltodict):像处理 JSON 一样处理 XML。
|
* [xmltodict](https://github.com/martinblech/xmltodict):像处理 JSON 一样处理 XML。
|
||||||
* [WeasyPrint](http://weasyprint.org):用于HTML和CSS的可视化呈现引擎,并可以导出为PDF。
|
* [WeasyPrint](http://weasyprint.org):用于HTML和CSS的可视化呈现引擎,并可以导出为 PDF。
|
||||||
* [xmldataset](https://xmldataset.readthedocs.io/en/latest/):简单 XML 解析。
|
* [xmldataset](https://xmldataset.readthedocs.io/en/latest/):简单 XML 解析。
|
||||||
|
|
||||||
爬取网络站点的库
|
爬取网络站点的库
|
||||||
|
@ -710,7 +710,7 @@ Web socket 相关库。
|
||||||
* [Deform](http://deform.readthedocs.org/en/latest/):Python HTML 表单生成库,受到了 formish 表单生成库的启发。
|
* [Deform](http://deform.readthedocs.org/en/latest/):Python HTML 表单生成库,受到了 formish 表单生成库的启发。
|
||||||
* [django-bootstrap3](https://github.com/dyve/django-bootstrap3):集成了 Bootstrap 3 的 Django。
|
* [django-bootstrap3](https://github.com/dyve/django-bootstrap3):集成了 Bootstrap 3 的 Django。
|
||||||
* [django-bootstrap4](https://github.com/zostera/django-bootstrap4):集成了 Bootstrap 4 的 Django。
|
* [django-bootstrap4](https://github.com/zostera/django-bootstrap4):集成了 Bootstrap 4 的 Django。
|
||||||
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/en/latest/):一个 Django 应用,他可以让你以一种非常优雅且 DRY(Don't repeat yourself) 的方式来创建美观的表单。
|
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/en/latest/):一个 Django 应用,他可以让你以一种非常优雅且 DRY (Don't repeat yourself) 的方式来创建美观的表单。
|
||||||
* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms):一个平台独立的 Django 表单序列化工具。
|
* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms):一个平台独立的 Django 表单序列化工具。
|
||||||
* [WTForms](http://wtforms.readthedocs.org/en/latest/):一个灵活的表单验证和呈现库。
|
* [WTForms](http://wtforms.readthedocs.org/en/latest/):一个灵活的表单验证和呈现库。
|
||||||
* [WTForms-JSON](http://wtforms-json.readthedocs.org/en/latest/):一个 WTForms 扩展,用来处理 JSON 数据。
|
* [WTForms-JSON](http://wtforms-json.readthedocs.org/en/latest/):一个 WTForms 扩展,用来处理 JSON 数据。
|
||||||
|
@ -755,7 +755,7 @@ Web socket 相关库。
|
||||||
管理界面库。
|
管理界面库。
|
||||||
|
|
||||||
* [Ajenti](https://github.com/ajenti/ajenti):一个你的服务器值得拥有的管理面板。
|
* [Ajenti](https://github.com/ajenti/ajenti):一个你的服务器值得拥有的管理面板。
|
||||||
* [django-suit](http://djangosuit.com/):Django 管理界面的一个替代品 (仅对于非商业用途是免费的)。
|
* [django-suit](http://djangosuit.com/):Django 管理界面的一个替代品(仅对于非商业用途是免费的)。
|
||||||
* [django-xadmin](https://github.com/sshwsfc/django-xadmin):Django admin 的一个替代品,具有很多不错的功能。
|
* [django-xadmin](https://github.com/sshwsfc/django-xadmin):Django admin 的一个替代品,具有很多不错的功能。
|
||||||
* [flask-admin](https://github.com/flask-admin/flask-admin):一个用于 Flask 的简单可扩展的管理界面框架。
|
* [flask-admin](https://github.com/flask-admin/flask-admin):一个用于 Flask 的简单可扩展的管理界面框架。
|
||||||
* [flower](https://github.com/mher/flower):一个对 Celery 集群进行实时监控和提供 web 管理界面的工具。
|
* [flower](https://github.com/mher/flower):一个对 Celery 集群进行实时监控和提供 web 管理界面的工具。
|
||||||
|
@ -782,7 +782,7 @@ Web socket 相关库。
|
||||||
* [Nikola](https://www.getnikola.com/):一个静态网站和博客生成器。
|
* [Nikola](https://www.getnikola.com/):一个静态网站和博客生成器。
|
||||||
* [Tinkerer](http://tinkerer.me/):Tinkerer 是一个博客引擎/静态站点生成器,由 Sphinx 驱动。
|
* [Tinkerer](http://tinkerer.me/):Tinkerer 是一个博客引擎/静态站点生成器,由 Sphinx 驱动。
|
||||||
* [Lektor](https://www.getlektor.com/):一个简单易用的静态 CMS 和博客引擎。
|
* [Lektor](https://www.getlektor.com/):一个简单易用的静态 CMS 和博客引擎。
|
||||||
* [makesite](https://github.com/sunainapai/makesite):简单轻量的站点/博客生成器 (小于 130 行代码)。
|
* [makesite](https://github.com/sunainapai/makesite):简单轻量的站点/博客生成器(小于 130 行代码)。
|
||||||
|
|
||||||
### 进程
|
### 进程
|
||||||
|
|
||||||
|
@ -811,7 +811,7 @@ Web socket 相关库。
|
||||||
|
|
||||||
用于网络编程的库。
|
用于网络编程的库。
|
||||||
|
|
||||||
* [asyncio](https://docs.python.org/3/library/asyncio.html):(Python 标准库) 异步 I/O, 事件循环, 协程以及任务。
|
* [asyncio](https://docs.python.org/3/library/asyncio.html):(Python 标准库) 异步 I/O,事件循环,协程以及任务。
|
||||||
* [trio](https://github.com/python-trio/trio):异步并发和 I/O 友好的库。
|
* [trio](https://github.com/python-trio/trio):异步并发和 I/O 友好的库。
|
||||||
* [Twisted](https://twistedmatrix.com/trac/):一个事件驱动的网络引擎。
|
* [Twisted](https://twistedmatrix.com/trac/):一个事件驱动的网络引擎。
|
||||||
* [pulsar](https://github.com/quantmind/pulsar):事件驱动的并发框架。
|
* [pulsar](https://github.com/quantmind/pulsar):事件驱动的并发框架。
|
||||||
|
@ -824,7 +824,7 @@ Web socket 相关库。
|
||||||
|
|
||||||
帮助使用 WebSocket 的库。
|
帮助使用 WebSocket 的库。
|
||||||
|
|
||||||
* [AutobahnPython](https://github.com/crossbario/autobahn-python):给 Python 、使用的 WebSocket & WAMP 基于 Twisted 和 [asyncio](https://docs.python.org/3/library/asyncio.html)。
|
* [AutobahnPython](https://github.com/crossbario/autobahn-python):给 Python、使用的 WebSocket & WAMP 基于 Twisted 和 [asyncio](https://docs.python.org/3/library/asyncio.html)。
|
||||||
* [Crossbar](https://github.com/crossbario/crossbar/):开源统一应用路由(Websocket & WAMP for Python on Autobahn)。
|
* [Crossbar](https://github.com/crossbario/crossbar/):开源统一应用路由(Websocket & WAMP for Python on Autobahn)。
|
||||||
* [django-socketio](https://github.com/stephenmcd/django-socketio):给 Django 用的 WebSockets。
|
* [django-socketio](https://github.com/stephenmcd/django-socketio):给 Django 用的 WebSockets。
|
||||||
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python):为 Python2/3 以及 PyPy 编写的 WebSocket 客户端和服务器库。
|
* [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python):为 Python2/3 以及 PyPy 编写的 WebSocket 客户端和服务器库。
|
||||||
|
@ -834,15 +834,15 @@ Web socket 相关库。
|
||||||
兼容 WSGI 的 web 服务器
|
兼容 WSGI 的 web 服务器
|
||||||
|
|
||||||
* [gunicorn](https://pypi.python.org/pypi/gunicorn):Pre-forked, 部分是由 C 语言编写的。
|
* [gunicorn](https://pypi.python.org/pypi/gunicorn):Pre-forked, 部分是由 C 语言编写的。
|
||||||
* [uwsgi](https://uwsgi-docs.readthedocs.org/en/latest/):uwsgi 项目的目的是开发一组全栈工具,用来建立托管服务, 由 C 语言编写。
|
* [uwsgi](https://uwsgi-docs.readthedocs.org/en/latest/):uwsgi 项目的目的是开发一组全栈工具,用来建立托管服务,由 C 语言编写。
|
||||||
* [bjoern](https://pypi.python.org/pypi/bjoern):异步,非常快速,由 C 语言编写。
|
* [bjoern](https://pypi.python.org/pypi/bjoern):异步,非常快速,由 C 语言编写。
|
||||||
* [fapws3](http://www.fapws.org/):异步 (仅对于网络端),由 C 语言编写。
|
* [fapws3](http://www.fapws.org/):异步 (仅对于网络端),由 C 语言编写。
|
||||||
* [meinheld](https://pypi.python.org/pypi/meinheld):异步,部分是由 C 语言编写的。
|
* [meinheld](https://pypi.python.org/pypi/meinheld):异步,部分是由 C 语言编写的。
|
||||||
* [netius](https://github.com/hivesolutions/netius):异步,非常快速。
|
* [netius](https://github.com/hivesolutions/netius):异步,非常快速。
|
||||||
* [paste](http://pythonpaste.org/):多线程,稳定,久经考验。
|
* [paste](http://pythonpaste.org/):多线程,稳定,久经考验。
|
||||||
* [rocket](https://pypi.python.org/pypi/rocket):多线程。
|
* [rocket](https://pypi.python.org/pypi/rocket):多线程。
|
||||||
* [waitress](https://waitress.readthedocs.org/en/latest/):多线程, 是它驱动着 Pyramid 框架。
|
* [waitress](https://waitress.readthedocs.org/en/latest/):多线程,是它驱动着 Pyramid 框架。
|
||||||
* [Werkzeug](http://werkzeug.pocoo.org/):一个 WSGI 工具库,驱动着 Flask ,而且可以很方便大嵌入到你的项目中去。
|
* [Werkzeug](http://werkzeug.pocoo.org/):一个 WSGI 工具库,驱动着 Flask,而且可以很方便大嵌入到你的项目中去。
|
||||||
|
|
||||||
### ASGI 服务器
|
### ASGI 服务器
|
||||||
|
|
||||||
|
@ -880,7 +880,7 @@ Web socket 相关库。
|
||||||
* [PyQt](https://riverbankcomputing.com/software/pyqt/intro):跨平台用户界面框架 [Qt](http://www.qt.io/) 的 Python 绑定 ,支持 Qt v4 和 Qt v5。
|
* [PyQt](https://riverbankcomputing.com/software/pyqt/intro):跨平台用户界面框架 [Qt](http://www.qt.io/) 的 Python 绑定 ,支持 Qt v4 和 Qt v5。
|
||||||
* [PySide](https://wiki.qt.io/PySide):跨平台用户界面框架 [Qt](http://www.qt.io/) 的 Python 绑定 ,支持 Qt v4。
|
* [PySide](https://wiki.qt.io/PySide):跨平台用户界面框架 [Qt](http://www.qt.io/) 的 Python 绑定 ,支持 Qt v4。
|
||||||
* [Tkinter](https://wiki.python.org/moin/TkInter):Tkinter 是 Python GUI 的一个事实标准库。
|
* [Tkinter](https://wiki.python.org/moin/TkInter):Tkinter 是 Python GUI 的一个事实标准库。
|
||||||
* [Toga](https://github.com/pybee/toga):一个 Python 原生的, 操作系统原生的 GUI 工具包。
|
* [Toga](https://github.com/pybee/toga):一个 Python 原生的,操作系统原生的 GUI 工具包。
|
||||||
* [urwid](http://urwid.org/):一个用来创建终端 GUI 应用的库,支持组件,事件和丰富的色彩等。
|
* [urwid](http://urwid.org/):一个用来创建终端 GUI 应用的库,支持组件,事件和丰富的色彩等。
|
||||||
* [wxPython](http://wxpython.org/):wxPython 是 wxWidgets C++ 类库和 Python 语言混合的产物。
|
* [wxPython](http://wxpython.org/):wxPython 是 wxWidgets C++ 类库和 Python 语言混合的产物。
|
||||||
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject):GLib/GObject/GIO/GTK+ (GTK+3) 的 Python 绑定。
|
* [PyGObject](https://wiki.gnome.org/Projects/PyGObject):GLib/GObject/GIO/GTK+ (GTK+3) 的 Python 绑定。
|
||||||
|
@ -943,7 +943,7 @@ Web socket 相关库。
|
||||||
* [Schemathesis](https://github.com/kiwicom/schemathesis):基于属性的自动测试工具,用于测试使用 Open API / Swagger 规范构建的 Web 应用程序。
|
* [Schemathesis](https://github.com/kiwicom/schemathesis):基于属性的自动测试工具,用于测试使用 Open API / Swagger 规范构建的 Web 应用程序。
|
||||||
* Mock 测试
|
* Mock 测试
|
||||||
* [mock](https://docs.python.org/3/library/unittest.mock.html):(Python 标准库) 一个用于伪造测试的库。
|
* [mock](https://docs.python.org/3/library/unittest.mock.html):(Python 标准库) 一个用于伪造测试的库。
|
||||||
* [doublex](https://pypi.python.org/pypi/doublex):Python 的一个功能强大的 doubles 测试框架。
|
* [doublex](https://pypi.python.org/pypi/doublex):Python 的一个功能强大的 doubles 测试框架。
|
||||||
* [freezegun](https://github.com/spulec/freezegun):通过伪造日期模块来生成不同的时间。
|
* [freezegun](https://github.com/spulec/freezegun):通过伪造日期模块来生成不同的时间。
|
||||||
* [httmock](https://github.com/patrys/httmock):针对 Python 2.6+ 和 3.2+ 生成 伪造请求的库。
|
* [httmock](https://github.com/patrys/httmock):针对 Python 2.6+ 和 3.2+ 生成 伪造请求的库。
|
||||||
* [httpretty](http://falcao.it/HTTPretty/):Python 的 HTTP 请求 mock 工具。
|
* [httpretty](http://falcao.it/HTTPretty/):Python 的 HTTP 请求 mock 工具。
|
||||||
|
@ -1093,9 +1093,9 @@ Web socket 相关库。
|
||||||
* [vincent](https://github.com/wrobstory/vincent):把 Python 转换为 Vega 语法的转换工具。
|
* [vincent](https://github.com/wrobstory/vincent):把 Python 转换为 Vega 语法的转换工具。
|
||||||
* [VisPy](http://vispy.org/):基于 OpenGL 的高性能科学可视化工具。
|
* [VisPy](http://vispy.org/):基于 OpenGL 的高性能科学可视化工具。
|
||||||
* [Altair](https://github.com/altair-viz/altair):用于 Python 的声明式统计可视化库。
|
* [Altair](https://github.com/altair-viz/altair):用于 Python 的声明式统计可视化库。
|
||||||
* [bqplot](https://github.com/bloomberg/bqplot):Jupyter Notebook的交互式绘图库。
|
* [bqplot](https://github.com/bloomberg/bqplot):Jupyter Notebook 的交互式绘图库。
|
||||||
* [Cartopy](https://github.com/SciTools/cartopy):具有 matplotlib 支持的 python 制图库。
|
* [Cartopy](https://github.com/SciTools/cartopy):具有 matplotlib 支持的 Python 制图库。
|
||||||
* [Dash](https://plot.ly/products/dash/):构建在 Flask、React 和 Plotly之上,旨在用于分析 Web 应用程序。
|
* [Dash](https://plot.ly/products/dash/):构建在 Flask、React 和 Plotly 之上,旨在用于分析 Web 应用程序。
|
||||||
* [awesome-dash](https://github.com/Acrotrend/awesome-dash)
|
* [awesome-dash](https://github.com/Acrotrend/awesome-dash)
|
||||||
* [diagrams](https://github.com/mingrammer/diagrams):用图表作为代码。
|
* [diagrams](https://github.com/mingrammer/diagrams):用图表作为代码。
|
||||||
* [plotnine](https://github.com/has2k1/plotnine):基于ggplot2的Python图形语法。
|
* [plotnine](https://github.com/has2k1/plotnine):基于ggplot2的Python图形语法。
|
||||||
|
@ -1148,7 +1148,7 @@ Web socket 相关库。
|
||||||
* [Metrics](https://github.com/benhamner/Metrics):机器学习的评估指标。
|
* [Metrics](https://github.com/benhamner/Metrics):机器学习的评估指标。
|
||||||
* [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise):Python 版 [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/) 装饰器。
|
* [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise):Python 版 [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/) 装饰器。
|
||||||
* [xgboost](https://github.com/dmlc/xgboost):可扩展,便携式和分布式梯度提升库。
|
* [xgboost](https://github.com/dmlc/xgboost):可扩展,便携式和分布式梯度提升库。
|
||||||
* [MindsDB](https://github.com/mindsdb/mindsdb):MindsDB是现有数据库的开源AI层,可让使用标准查询轻松地进行开发,训练和部署最新的机器学习模型。
|
* [MindsDB](https://github.com/mindsdb/mindsdb):MindsDB 是现有数据库的开源 AI 层,可让使用标准查询轻松地进行开发,训练和部署最新的机器学习模型。
|
||||||
|
|
||||||
### 推荐系统
|
### 推荐系统
|
||||||
|
|
||||||
|
@ -1266,12 +1266,12 @@ Python 重构相关库和工具。
|
||||||
* [Cython](http://cython.org/):优化的 Python 静态编译器。使用类型混合使 Python 编译成 C 或 C++ 模块来获得性能的极大提升。
|
* [Cython](http://cython.org/):优化的 Python 静态编译器。使用类型混合使 Python 编译成 C 或 C++ 模块来获得性能的极大提升。
|
||||||
* [CLPython](https://github.com/metawilm/cl-python):用 Common Lisp 编写的 Python 编程语言的实现。
|
* [CLPython](https://github.com/metawilm/cl-python):用 Common Lisp 编写的 Python 编程语言的实现。
|
||||||
* [Grumpy](https://github.com/google/grumpy):编译器比解释器更强大的 cpython2.7 替代品(alpha)。
|
* [Grumpy](https://github.com/google/grumpy):编译器比解释器更强大的 cpython2.7 替代品(alpha)。
|
||||||
* [IronPython](https://github.com/IronLanguages/ironpython3):用 C#编写的 Python 编程语言的实现。
|
* [IronPython](https://github.com/IronLanguages/ironpython3):用 C# 编写的 Python 编程语言的实现。
|
||||||
* [Jython](https://hg.python.org/jython):为 JVM 用 Java 编写的 Python 编程语言的实现。
|
* [Jython](https://hg.python.org/jython):为 JVM 用 Java 编写的 Python 编程语言的实现。
|
||||||
* [MicroPython](https://github.com/micropython/micropython):精简高效的 Python 编程语言实现。
|
* [MicroPython](https://github.com/micropython/micropython):精简高效的 Python 编程语言实现。
|
||||||
* [Pyjion](https://github.com/Microsoft/Pyjion):基于 CoreCLR 的 Python JIT。
|
* [Pyjion](https://github.com/Microsoft/Pyjion):基于 CoreCLR 的 Python JIT。
|
||||||
* [Numba](http://numba.pydata.org/):Python JIT (just in time) 编译器,针对科学用的 Python ,由 Cython 和 NumPy 的开发者开发。
|
* [Numba](http://numba.pydata.org/):Python JIT (just in time) 编译器,针对科学用的 Python ,由 Cython 和 NumPy 的开发者开发。
|
||||||
* [PeachPy](https://github.com/Maratyszcza/PeachPy):嵌入 Python 的 x86-64 汇编器。可以被用作 Python 内联的汇编器或者是独立的汇编器,用于 Windows, Linux, OS X, Native Client 或者 Go 。
|
* [PeachPy](https://github.com/Maratyszcza/PeachPy):嵌入 Python 的 x86-64 汇编器。可以被用作 Python 内联的汇编器或者是独立的汇编器,用于 Windows,Linux,OS X,Native Client 或者 Go 。
|
||||||
* [PyPy](http://pypy.org/):使用 Python 实现的 Python。解释器使用黑魔法加快 Python 运行速度且不需要加入额外的类型信息。
|
* [PyPy](http://pypy.org/):使用 Python 实现的 Python。解释器使用黑魔法加快 Python 运行速度且不需要加入额外的类型信息。
|
||||||
* [Pyston](https://github.com/dropbox/pyston):使用 LLVM 和现代 JIT 技术构建的 Python 实现,目标是为了获得很好的性能。
|
* [Pyston](https://github.com/dropbox/pyston):使用 LLVM 和现代 JIT 技术构建的 Python 实现,目标是为了获得很好的性能。
|
||||||
* [Stackless Python](https://bitbucket.org/stackless-dev/stackless/overview):一个强化版的 Python。
|
* [Stackless Python](https://bitbucket.org/stackless-dev/stackless/overview):一个强化版的 Python。
|
||||||
|
@ -1366,7 +1366,7 @@ Python 重构相关库和工具。
|
||||||
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI):一个很棒的自动补全库 Jedi 的Sublime Text 插件。
|
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI):一个很棒的自动补全库 Jedi 的Sublime Text 插件。
|
||||||
* Vim
|
* Vim
|
||||||
* [jedi-vim](https://github.com/davidhalter/jedi-vim):用于 Python 的 Jedi 自动补全库的 Vim 绑定。
|
* [jedi-vim](https://github.com/davidhalter/jedi-vim):用于 Python 的 Jedi 自动补全库的 Vim 绑定。
|
||||||
* [python-mode](https://github.com/python-mode/python-mode):一个将Vim转换为Python IDE的多合一插件。
|
* [python-mode](https://github.com/python-mode/python-mode):一个将 Vim 转换为 Python IDE 的多合一插件。
|
||||||
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe):包含 Jedi 补全的 Python 引擎。
|
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe):包含 Jedi 补全的 Python 引擎。
|
||||||
* Visual Studio
|
* Visual Studio
|
||||||
* [PTVS](https://github.com/Microsoft/PTVS):Visual Studio Python 工具。
|
* [PTVS](https://github.com/Microsoft/PTVS):Visual Studio Python 工具。
|
||||||
|
@ -1399,5 +1399,5 @@ GraphQL 相关库。
|
||||||
* [boltons](https://github.com/mahmoud/boltons):一组纯 Python 实用工具。
|
* [boltons](https://github.com/mahmoud/boltons):一组纯 Python 实用工具。
|
||||||
* [itsdangerous](https://github.com/pallets/itsdangerous):将受信任的数据传递到不受信任的环境的帮助工具。
|
* [itsdangerous](https://github.com/pallets/itsdangerous):将受信任的数据传递到不受信任的环境的帮助工具。
|
||||||
* [magenta](https://github.com/magenta/magenta):使用人工智能生成音乐与艺术的工具。
|
* [magenta](https://github.com/magenta/magenta):使用人工智能生成音乐与艺术的工具。
|
||||||
* [pluginbase](https://github.com/mitsuhiko/pluginbase):一个简单但灵活的Python插件系统。
|
* [pluginbase](https://github.com/mitsuhiko/pluginbase):一个简单但灵活的 Python 插件系统。
|
||||||
* [tryton](http://www.tryton.org/):一个通用业务框架。
|
* [tryton](http://www.tryton.org/):一个通用业务框架。
|
||||||
|
|
Loading…
Reference in New Issue