awesome-python icon indicating copy to clipboard operation
awesome-python copied to clipboard

An opinionated list of awesome Python frameworks, libraries, software and resources.

Results 596 awesome-python issues
Sort by recently updated
recently updated
newest added

## What is this Python project? Easy. Awesome. Simple JWT provides a JSON Web Token authentication backend for the Django REST Framework. It aims to cover the most common use...

## What is this Python project? This framework is designed to take events from chat services and other sources and execute Python functions (skills) based on their contents. Those functions...

## What is this Python project? https://github.com/RobertCraigie/prisma-client-py. An auto-generated, fully type safe ORM tailored specifically for your schema - works with SQLite, PostgreSQL, MySQL, MongoDB, MariaDB, Azure SQL, SQL Server...

## What is this Python project? - Is an interface to [Graphviz](https://www.graphviz.org/) - Can parse and dump into the [DOT language](https://en.wikipedia.org/wiki/DOT_%28graph_description_language%29) used by GraphViz - Is written in pure Python,...

## What is this Python project? Skyfield is a pure Python astronomy package that makes it easy to generate high precision- research grade positions for planet and earth satellites. -Written...

## What is this Python project? Problem Solving with Algorithms and Data Structures Using Python SECOND EDITION by Bradley N. Miller and David L. Ranum. This is a great book...

## What is this Python project? Software to create deepfake videos. ## What's the difference between this Python project and similar ones? Instructional videos, Youtube examples. -- Anyone who agrees...

## What is this Python project? A tool for managing the entire lifecycle of a project: creation, versioning, building (with its build backend Hatchling), environment management, publishing, etc. ## What's...

## What is this Python project? aiomysql is a "driver" for accessing a MySQL database from the [asyncio](http://docs.python.org/3.5/library/asyncio.html) (PEP-3156/tulip) framework. It depends on and reuses most parts of [PyMySQL](https://github.com/PyMySQL/PyMySQL) ....

## What is this Python project? Data validation and settings management using Python type hinting. ## What's the difference between this Python project and similar ones? - Pure Python -...