awesome-python
awesome-python copied to clipboard
An opinionated list of awesome Python frameworks, libraries, software and resources.
## Streamlit "The fastest way to build data apps in Python" This is basically Python's version of RStudio/Posit's Shiny for creating data web applications.
Added the following for your review and feedback: * [Explore Python](https://kandi.openweaver.com/explore/python) ## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones?...
## What is this Python project? `pandas-profiling` generates profile reports from a `pandas` DataFrame. The reports are like a richer version of `DataFrame.describe` with a lot of information that any...
## What is this Python project? Cambridge dictionary cli app. Features: 1. Auto-suggests related words on typo. 2. Interactive suggestion menu to select words from in the above case. 3....
I'm including a link that discusses python and I hope it will benefit your repository and help your readers learn more about the subject. I hope you will find this ...
## What is this Python project? Pyxel is a retro game engine similar to Pico-8 and TIC-80. Thanks to its simple specifications inspired by retro gaming consoles, such as only...
Sort README.md by running `sort.py`. ## What is this Python project? Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is...
## What is this Python project? A library for building CLI applications based on Python 3.6+ type hints. Made by tiangelo, the creator of fastapi [typer](https://github.com/tiangolo/typer) ## What's the difference...
## What is this Python project? A rewrite of [cookiecutter](https://github.com/audreyr/cookiecutter) into a general purpose configuration language to build modular code generators and declarative CLIs. [tackle](https://github.com/sudoblockio/tackle) ## What's the difference between...
## What is this Python project? It is a framework to easily create classes which attributes gets validated during object creation. The base of the validation are type hints. ##...