欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Python ecosystem
来自开放百科 - 灰狐
(版本间的差异)
小 (→内容管理) |
小 (→REST API) |
||
(未显示1个用户的16个中间版本) | |||
第29行: | 第29行: | ||
==Web server== | ==Web server== | ||
+ | [[文件:Gunicorn.png|right|gunicorn]] | ||
*[[Tornado]] | *[[Tornado]] | ||
*[[gunicorn]] | *[[gunicorn]] | ||
第51行: | 第52行: | ||
*[[PyCharm]] | *[[PyCharm]] | ||
*[[Spinnaker]] | *[[Spinnaker]] | ||
+ | *[[Virtualenv]] | ||
*[https://github.com/WeblateOrg/weblate Weblate] 本地化翻译支持 | *[https://github.com/WeblateOrg/weblate Weblate] 本地化翻译支持 | ||
==数据库存储== | ==数据库存储== | ||
+ | [[文件:Freenas.png|right|FreeNAS]] | ||
+ | [[文件:TrueNAS-logo.png|right|TrueNAS]] | ||
*[[BigchainDB]] | *[[BigchainDB]] | ||
*[https://github.com/django-nonrel Django and NoSQL] | *[https://github.com/django-nonrel Django and NoSQL] | ||
+ | *[[FreeNAS]] 和 [https://github.com/truenas/middleware TrueNAS CORE/Enterprise/SCALE] | ||
==GPU/FPGA/TPU== | ==GPU/FPGA/TPU== | ||
第62行: | 第67行: | ||
==机器学习== | ==机器学习== | ||
+ | [[文件:Apache-Airflow-logo.png|right|Apache Airflow]] | ||
+ | [[文件:PyTorch-logo.png|right|PyTorch]] | ||
*[[PyTorch]] | *[[PyTorch]] | ||
*[https://github.com/tensorflow/models TensorFlow Models] | *[https://github.com/tensorflow/models TensorFlow Models] | ||
第69行: | 第76行: | ||
*[https://github.com/RaRe-Technologies/gensim gensim] Topic Modelling for Humans | *[https://github.com/RaRe-Technologies/gensim gensim] Topic Modelling for Humans | ||
− | == | + | ==数据科学== |
[https://www.kdnuggets.com/2020/11/top-python-libraries-data-science-data-visualization-machine-learning.html Top Python Libraries for Data Science, Data Visualization & Machine Learning] 这里列举了 GitHub 上38个面向数据科学、数据可视化、机器学习的流行 Python 软件包。 | [https://www.kdnuggets.com/2020/11/top-python-libraries-data-science-data-visualization-machine-learning.html Top Python Libraries for Data Science, Data Visualization & Machine Learning] 这里列举了 GitHub 上38个面向数据科学、数据可视化、机器学习的流行 Python 软件包。 | ||
*[[Anaconda python]] | *[[Anaconda python]] | ||
第77行: | 第84行: | ||
*[https://github.com/mining/mining Open Mining] | *[https://github.com/mining/mining Open Mining] | ||
*[[Orange]] | *[[Orange]] | ||
− | *[ | + | *[[Apache Superset]] BI |
==数学== | ==数学== | ||
− | *[ | + | *[[SageMath]] |
− | + | ||
*[[NumPy]] | *[[NumPy]] | ||
第98行: | 第104行: | ||
==内容管理== | ==内容管理== | ||
+ | [[文件:Django-CMS-logo.png|right|Django CMS]] | ||
*[[Plone]] | *[[Plone]] | ||
*[[Mezzanine]] | *[[Mezzanine]] | ||
第125行: | 第132行: | ||
==安全加密== | ==安全加密== | ||
+ | *[https://github.com/pyca/cryptography pyca/cryptography] | ||
+ | *[https://github.com/paramiko/paramiko Paramiko] SSHv2 协议纯 Python 实现 | ||
==iOS/Android== | ==iOS/Android== | ||
+ | [[文件:beeware-logo.png|right|BeeWare]] | ||
+ | *[https://github.com/beeware BeeWare] Write once. Deploy everywhere. | ||
==REST API== | ==REST API== | ||
第132行: | 第143行: | ||
*[https://github.com/pyeve/eve Eve] | *[https://github.com/pyeve/eve Eve] | ||
− | == | + | ==邮件== |
+ | [[文件:Mailman-logo.jpg|right|Mailman]] | ||
+ | *[[Mailman]] | ||
+ | |||
+ | ==桌面GUI== | ||
+ | *[[PyGTK]] | ||
+ | *[https://toga.readthedocs.io/en/latest/ Toga] A Python native, OS native GUI toolkit. | ||
+ | *[[PyQt]] | ||
==游戏== | ==游戏== |
2022年4月21日 (四) 03:53的最后版本
Python 生态系统
目录 |
[编辑] Awesome
[编辑] 实现/编译器
- CPython
- Cython
- IronPython
- Jython
- PyPy
- Python.NET
- grumpy Go running Python, Google出品
- Pyston
- Numba
- Pyjion - A JIT for Python based upon CoreCLR
- MicroPython
- Stackless Python
- PeachPy - x86-64 assembler embedded in Python
- VOC A transpiler that converts Python code into Java bytecode
[编辑] Web server
[编辑] Web框架
Django vs Flask vs Pyramid: Choosing a Python Web Framework
[编辑] 包/扩展
[编辑] 生产力工具
- PyCharm
- Spinnaker
- Virtualenv
- Weblate 本地化翻译支持
[编辑] 数据库存储
[编辑] GPU/FPGA/TPU
[编辑] 机器学习
- PyTorch
- TensorFlow Models
- Scikit-learn
- Theano
- Apache Airflow
- gensim Topic Modelling for Humans
[编辑] 数据科学
Top Python Libraries for Data Science, Data Visualization & Machine Learning 这里列举了 GitHub 上38个面向数据科学、数据可视化、机器学习的流行 Python 软件包。
[编辑] 数学
[编辑] 金融交易
[编辑] 监控
- Sentry application monitoring
[编辑] 企业应用
[编辑] 内容管理
[编辑] Admin/Dashboard
[编辑] 物联网
[编辑] 互联网
[编辑] 数据中心
[编辑] 安全加密
- pyca/cryptography
- Paramiko SSHv2 协议纯 Python 实现
[编辑] iOS/Android
- BeeWare Write once. Deploy everywhere.
[编辑] REST API
[编辑] 邮件
[编辑] 桌面GUI
[编辑] 游戏
[编辑] 音乐
[编辑] 天文学
[编辑] 图集
[编辑] 链接
分享您的观点