# Awesome Python [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
A curated list of awesome Python frameworks, libraries, software and resources.
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Awesome Python](#awesome-python)
- [Admin Panels](#admin-panels)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [ASGI Servers](#asgi-servers)
- [Asynchronous Programming](#asynchronous-programming)
- [Audio](#audio)
- [Authentication](#authentication)
- [Build Tools](#build-tools)
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
- [Caching](#caching)
- [ChatOps Tools](#chatops-tools)
- [CMS](#cms)
- [Code Analysis](#code-analysis)
- [Command-line Interface Development](#command-line-interface-development)
- [Command-line Tools](#command-line-tools)
- [Compatibility](#compatibility)
- [Computer Vision](#computer-vision)
- [Concurrency and Parallelism](#concurrency-and-parallelism)
- [Configuration](#configuration)
- [Cryptography](#cryptography)
- [Data Analysis](#data-analysis)
- [Data Validation](#data-validation)
- [Data Visualization](#data-visualization)
- [Database Drivers](#database-drivers)
- [Database](#database)
- [Date and Time](#date-and-time)
- [Debugging Tools](#debugging-tools)
- [Deep Learning](#deep-learning)
- [DevOps Tools](#devops-tools)
- [Distributed Computing](#distributed-computing)
- [Distribution](#distribution)
- [Documentation](#documentation)
- [Downloader](#downloader)
- [E-commerce](#e-commerce)
- [Editor Plugins and IDEs](#editor-plugins-and-ides)
- [Email](#email)
- [Enterprise Application Integrations](#enterprise-application-integrations)
- [Environment Management](#environment-management)
- [Files](#file)
- [Foreign Function Interface](#foreign-function-interface)
- [Forms](#forms)
- [Functional Programming](#functional-programming)
- [Game Development](#game-development)
- [Geolocation](#geolocation)
- [GUI Development](#gui-development)
- [Hardware](#hardware)
- [HTML Manipulation](#html-manipulation)
- [HTTP Clients](#http-clients)
- [Image Processing](#image-processing)
- [Implementations](#implementations)
- [Interactive Interpreter](#interactive-interpreter)
- [Internationalization](#internationalization)
- [Job Scheduler](#job-scheduler)
- [Logging](#logging)
- [Machine Learning](#machine-learning)
- [Miscellaneous](#miscellaneous)
- [Natural Language Processing](#natural-language-processing)
- [Network Virtualization](#network-virtualization)
- [News Feed](#news-feed)
- [ORM](#orm)
- [Package Management](#package-management)
- [Package Repositories](#package-repositories)
- [Penetration testing](#penetration-testing)
- [Permissions](#permissions)
- [Processes](#processes)
- [Recommender Systems](#recommender-systems)
- [Refactoring](#refactoring)
- [RESTful API](#restful-api)
- [Robotics](#robotics)
- [RPC Servers](#rpc-servers)
- [Science](#science)
- [Search](#search)
- [Serialization](#serialization)
- [Serverless Frameworks](#serverless-frameworks)
- [Shell](#shell)
- [Specific Formats Processing](#specific-formats-processing)
- [Static Site Generator](#static-site-generator)
- [Tagging](#tagging)
- [Task Queues](#task-queues)
- [Template Engine](#template-engine)
- [Testing](#testing)
- [Text Processing](#text-processing)
- [Third-party APIs](#third-party-apis)
- [URL Manipulation](#url-manipulation)
- [Video](#video)
- [Web Asset Management](#web-asset-management)
- [Web Content Extracting](#web-content-extracting)
- [Web Crawling](#web-crawling)
- [Web Frameworks](#web-frameworks)
- [WebSocket](#websocket)
- [WSGI Servers](#wsgi-servers)
- [Resources](#resources)
- [Books](#books)
- [Newsletters](#newsletters)
- [Podcasts](#podcasts)
- [Websites](#websites)
- [Contributing](#contributing)
---
## Admin Panels
*Libraries for administrative interfaces.*
* [ajenti](https://github.com/ajenti/ajenti) - The admin panel your servers deserve.
* [django-grappelli](https://grappelliproject.com/) - A jazzy skin for the Django Admin-Interface.
* [django-jet](https://github.com/geex-arts/django-jet) - Modern responsive template for the Django admin interface with improved functionality.
* [django-suit](https://djangosuit.com/) - Alternative Django Admin-Interface (free only for Non-commercial use).
* [django-xadmin](https://github.com/sshwsfc/xadmin) - Drop-in replacement of Django admin comes with lots of goodies.
* [flask-admin](https://github.com/flask-admin/flask-admin) - Simple and extensible administrative interface framework for Flask.
* [flower](https://github.com/mher/flower) - Real-time monitor and web admin for Celery.
* [jet-bridge](https://github.com/jet-admin/jet-bridge) - Admin panel framework for any application with nice UI (ex Jet Django).
* [wooey](https://github.com/wooey/wooey) - A Django app which creates automatic web UIs for Python scripts.
## Algorithms and Design Patterns
*Python implementation of data structures, algorithms and design patterns. Also see [awesome-algorithms](https://github.com/tayllan/awesome-algorithms).*
* Algorithms
* [algorithms](https://github.com/keon/algorithms) - Minimal examples of data structures and algorithms.
* [python-ds](https://github.com/prabhupant/python-ds) - A collection of data structure and algorithms for coding interviews.
* [sortedcontainers](https://github.com/grantjenks/python-sortedcontainers) - Fast and pure-Python implementation of sorted collections.
* [TheAlgorithms](https://github.com/TheAlgorithms/Python) - All Algorithms implemented in Python.
* Design Patterns
* [PyPattyrn](https://github.com/tylerlaberge/PyPattyrn) - A simple yet effective library for implementing common design patterns.
* [python-patterns](https://github.com/faif/python-patterns) - A collection of design patterns in Python.
* [transitions](https://github.com/pytransitions/transitions) - A lightweight, object-oriented finite state machine implementation.
## ASGI Servers
*[ASGI](https://asgi.readthedocs.io/en/latest/)-compatible web servers.*
* [daphne](https://github.com/django/daphne) - A HTTP, HTTP2 and WebSocket protocol server for ASGI and ASGI-HTTP.
* [uvicorn](https://github.com/encode/uvicorn) - A lightning-fast ASGI server implementation, using uvloop and httptools.
## Asynchronous Programming
* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
- [awesome-asyncio](https://github.com/timofurrer/awesome-asyncio)
* [trio](https://github.com/python-trio/trio) - A friendly library for async concurrency and I/O.
* [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
* [uvloop](https://github.com/MagicStack/uvloop) - Ultra fast asyncio event loop.
## Audio
*Libraries for manipulating audio and its metadata.*
* Audio
* [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
* [audioFlux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
* [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
* [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
* [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
* [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
* [mingus](http://bspaans.github.io/python-m
python全面代码资源
需积分: 0 95 浏览量
更新于2023-11-15
收藏 35KB ZIP 举报
精选的 Python 框架、库、软件和资源列表。
灵感来自awesome-php。
令人敬畏的Python
管理面板
算法和设计模式
ASGI 服务器
异步编程
音频
认证
构建工具
内置类增强功能
缓存
ChatOps 工具
内容管理系统
代码分析
命令行界面开发
命令行工具
兼容性
计算机视觉
并发性和并行性
配置
密码学
数据分析
数据验证
数据可视化
数据库驱动程序
数据库
日期和时间
调试工具
深度学习
DevOps工具
分布式计算
分配
文档
下载器
电子商务
编辑器插件和 IDE
电子邮件
企业应用程序集成
环境管理
文件
外部功能接口
形式
函数式编程
游戏开发
地理位置
GUI开发
硬件
HTML 操作
HTTP 客户端
图像处理
实现
交互式口译员
国际化
作业计划程序
伐木
机器学习
杂项
自然语言处理
网络虚拟化
新闻提要
ORM的
软件包管理
软件包存储库
渗透测试
权限
过程
推荐系统
重构
RESTful API
机器人
RPC 服务器
科学
搜索
序列化
Nowl
- 粉丝: 1w+
- 资源: 3975
最新资源
- 卫星俯视物检测23-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar
- 线控转向,包含设计说明书,carsim模型,MATLAB Simulink模型全套(工程项目线上支持) "线控转向是一个工程项目,其中包含设计说明书、carsim模型以及MATLAB Simuli
- 本次开发的实习生管理系统实现了字典管理、公告管理、公司管理、简历管理、老师管理、实习管理、实习日志管理、通知管理、学生管理、职位招聘管理、职位收藏管理、职位留言管理、简历投递管理、管理员管理等功能 系
- 使用HTML、CSS和JavaScript创建QR码生成器项目
- 小程序公考学习平台使用Java语言进行编码,使用Mysql创建数据表保存本系统产生的数据 系统可以提供信息显示和相应服务,其管理小程序公考学习平台信息,查看小程序公考学习平台信息,管理小程序公考学习平
- FPGA以SDIO模式读写SD卡源码,可移植到任何FPGA中 在SDIO模式下,SD卡读写速率50Mbps以上 文件里包含tb和说明文档,已经下板验证通过
- 经济新闻资讯使用Java语言进行编码,使用Mysql创建数据表保存本系统产生的数据 系统可以提供信息显示和相应服务,其管理经济新闻资讯信息,查看经济新闻资讯信息,管理经济新闻资讯
- 考虑多风场出力相关性的可再生能源场景生成 风电场景生成,并通过聚类算法场景削减成几个场景,每个场景都有确定的出现概率 完美复现《考虑多风电场出力 Copula 相关关系的场景生成方法》 Copula
- 个人健康管理系统小程序使用Java语言进行编码,使用Mysql创建数据表保存本系统产生的数据 系统可以提供信息显示和相应服务,其管理个人健康管理系统小程序信息,查看个人健康管理系统小程序信息,管理个人
- 卫星俯视物体检测8-YOLO(v5至v9)、COCO、CreateML、Darknet、Paligemma、TFRecord、VOC数据集合集.rar