Python ecosystem

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Web框架)
(REST API)
 
(未显示1个用户的20个中间版本)
第18行: 第18行:
 
*[[Jython]]
 
*[[Jython]]
 
*[[PyPy]]
 
*[[PyPy]]
*[https://pythonnet.github.io/ Python for .NET (pythonnet) ]
+
*[[Python.NET]]
 
*[https://github.com/google/grumpy grumpy] Go running Python, [[Google]]出品
 
*[https://github.com/google/grumpy grumpy] Go running Python, [[Google]]出品
 
*[[Pyston]]
 
*[[Pyston]]
第29行: 第29行:
  
 
==Web server==
 
==Web server==
 +
[[文件:Gunicorn.png|right|gunicorn]]
 
*[[Tornado]]
 
*[[Tornado]]
 
*[[gunicorn]]
 
*[[gunicorn]]
第41行: 第42行:
 
*[[Frappe]]
 
*[[Frappe]]
 
*[[Zope]]
 
*[[Zope]]
*[[Pyramid]]
+
*[[Pylons]]
  
 
==包/扩展==
 
==包/扩展==
第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]]
*[https://github.com/apache/incubator-superset Apache Superset] BI
+
*[[Apache Superset]] BI
  
 
==数学==
 
==数学==
*[https://www.sagemath.org/ SageMath]
+
*[[SageMath]]
SageMath 是一个基于GPL协议的开源数学软件。它使用Python作为通用接口,将现有的许多开源软件包整合在一起,构建一个统一的计算平台。我们的目标:创建一个有活力的自由开源软件以替代Magma,Maple,Mathematica和Matlab。
+
 
*[[NumPy]]
 
*[[NumPy]]
  
第98行: 第104行:
  
 
==内容管理==
 
==内容管理==
 +
[[文件:Django-CMS-logo.png|right|Django CMS]]
 +
*[[Plone]]
 
*[[Mezzanine]]
 
*[[Mezzanine]]
 
*[[wagtail]]
 
*[[wagtail]]
第124行: 第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==
第131行: 第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]]
  
 
==游戏==
 
==游戏==
 +
*[[Ren'Py]]
  
 
==音乐==
 
==音乐==

2022年4月21日 (四) 03:53的最后版本

Python 生态系统

目录

[编辑] Awesome

Awesome Python Awesome.png

Awesome Jupyter Awesome.png

Awesome Django Awesome.png

Awesome Pyramid Awesome.png

Awesome Flask Awesome.png

[编辑] 实现/编译器

[编辑] Web server

gunicorn

[编辑] Web框架

Django vs Flask vs Pyramid: Choosing a Python Web Framework

[编辑] 包/扩展

[编辑] 生产力工具

[编辑] 数据库存储

FreeNAS
TrueNAS

[编辑] GPU/FPGA/TPU

[编辑] 机器学习

Apache Airflow
PyTorch

[编辑] 数据科学

Top Python Libraries for Data Science, Data Visualization & Machine Learning 这里列举了 GitHub 上38个面向数据科学、数据可视化、机器学习的流行 Python 软件包。

[编辑] 数学

[编辑] 金融交易

[编辑] 监控

  • Sentry application monitoring

[编辑] 企业应用

[编辑] 内容管理

Django CMS

[编辑] Admin/Dashboard

[编辑] 物联网

[编辑] 互联网

[编辑] 数据中心

[编辑] 安全加密

[编辑] iOS/Android

BeeWare
  • BeeWare Write once. Deploy everywhere.

[编辑] REST API

[编辑] 邮件

Mailman

[编辑] 桌面GUI

[编辑] 游戏

[编辑] 音乐

[编辑] 天文学

[编辑] 图集

[编辑] 链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱