PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Python Decorators: The Complete Guide

Python decorators are a great way to add functionality to your Python functions. In this video, I'll show you what they are, how they work, and some of the most useful decorators you can use in your code.

https://www.youtube.com/watch?v=QH5fw9kxDQA
SQLAlchemy 2.0

SQLAlchemy 2.0 includes many more features and with new architectures and a lot of older baggage being shed, hopes to have plenty of room for the future.

https://www.sqlalchemy.org/blog/2023/01/26/sqlalchemy-2.0.0-released/
Learn Django by Building an Online Marketplace

Learn the basics of Django by building a simple online marketplace where people can buy and sell items. You will learn how to implement: Authentication, Communication between users, Dashboard for your items, Form handling and customizations and more.

https://www.youtube.com/watch?v=ZxMB6Njs3ck
DocsGPT

DocsGPT is a cutting-edge open-source solution that streamlines the process of finding information in project documentation. With its integration of the powerful GPT models, developers can easily ask questions about a project and receive accurate answers.

https://github.com/arc53/docsgpt
How to Securely Deploy a FastAPI app with NGINX and Gunicorn

In this tutorial, you'll learn how to use NGINX, and Gunicorn+Uvicorn to deploy a FastAPI app, and generate a free SSL certificate for it.

https://dylancastillo.co/fastapi-nginx-gunicorn/