PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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/
PyGlove

PyGlove is a general-purpose library for Python object manipulation. It introduces symbolic object-oriented programming to Python, allowing direct manipulation of objects that makes meta-programs much easier to write.

https://github.com/google/pyglove
13 tips and techniques for modern Flask apps

https://pgjones.dev/blog/modern-flask-2023/
Python Logging: How to Write Logs Like a Pro!

Logging can make all the difference in commercial software products, and it's essential to have a proper understanding of how to use it effectively. This video dives into the details of Python’s built-in logging package, along with tips on how to make your logs easier to manage.

https://www.youtube.com/watch?v=pxuXaaT1u3k