PythonHub
2.42K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How to Make Automatic Supercuts

https://lav.io/notes/videogrep-tutorial/
How to Create a Command-line Application with argparse

Python comes with a built-in library called argparse that you can use to create a command-line interface. In this article, you will learn about Parsing Arguments, Creating Helpful Messages, Adding Aliases, Using Mutually Exclusive Arguments, and Creating a Simple Search Utility.

https://www.blog.pythonlibrary.org/2022/05/19/how-to-create-a-command-line-application-with-argparse/
The unreasonable effectiveness of f-strings and re.VERBOSE

A look at one or two ways to make life easier when working with Python regular expressions.

https://death.andgravity.com/f-re
CogDB

Micro Graph Database for Python Applications.

https://cogdb.io/
Tetra

A full stack component framework for Django using Alpine.js

https://www.tetraframework.com/
Multitenancy with FastAPI, SQLAlchemy and PostgreSQL

Find out how to split your tenant data using PostgreSQL, extend your FastAPI backend to handle multitenancy and perform migrations with Alembic.

https://mergeboard.com/blog/6-multitenancy-fastapi-sqlalchemy-postgresql/