awesome-python
awesome-python copied to clipboard
An opinionated list of awesome Python frameworks, libraries, software and resources.
Add script to sort links in README.md by indentation and content ## What is this Python project? This script sorts the links in the README.md file by their content, grouping...
## What is this Python project? [FastHTML](https://github.com/AnswerDotAI/fasthtml) is a new project started by Jeremy Howard and co. It helps to quickly build web apps using only Python. ## What's the...
## What is this Python project? NiceGUI aims to allow working in pure Python also on the client (ie browser) side. It leverages a set of technologies to permit a...
I was looking at the list for ORMs and also asking a friend @martinpeck for recommendations. He suggested Piccolo which wasn't in the list, so added it in case it's...
## What is this Python project? Its a library to print tables to terminal. ## What's the difference between this Python project and similar ones? It is very versatile and...
## What is this Python project? A popular learning resource for Python from roadmap.sh ## What's the difference between this Python project and similar ones? We currently have no "guides"...
AI-Powered Python Error Analysis ## What is this Python project? AI that analyzes Python exceptions at the moment of their appearance via a global handler (https://docs.python.org/3/library/sys.html#sys.excepthook). So you don't have...
## What is this Python project? Describe features. ## What's the difference between this Python project and similar ones? Enumerate comparisons. -- Anyone who agrees with this pull request could...
The mentioned MySQL connectors are suitable for MariaDB, too. Added a mention to MariaDB. Added a link to the awesome-mariadb list. -- Anyone who agrees with this pull request could...
## What is Kmatch? A language for matching/validating/filtering Python dictionaries kmatch library provides a language for matching Python dictionaries. Patterns are specified as lists of filters combined with logical operators.