PythonHub
2.44K subscribers
2.35K photos
49.3K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
How I am using ChatGPT to increase my productivity coding Django

https://djangoandy.com/2023/03/18/how-i-am-using-chatgpt-increase-my-productivity-coding-django/
A Gentle Introduction to the Python Match Statement

Learn about how structural pattern matching works in Python and how it can help you write cleaner, more maintainable, and more understandable code.

https://www.wrighters.io/intro-to-python-match-statement/
How to Create and Use Virtual Environments in Python With Poetry

It can be tricky when different packages in Python don't play nice. The solution to this problem is to create an isolated, virtual environment. In this video, I’ll show you how to set up a virtual environment with poetry, a package manager for Python that simplifies dependency management and project packaging.

https://www.youtube.com/watch?v=0f3moPe_bhk
Fun with Vector Databases

A post about using Python and FastAPI with vector databases and semantic search.

https://garybake.com/vector_databases.html