PythonHub
2.43K subscribers
2.35K photos
49.1K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
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
Hello Dolly: Democratizing the magic of ChatGPT with open models

Introducing Dolly, a breakthrough in LLM from Databricks. Learn how Databricks open sourced the model and all its training code, enabling organizations to re-create Dolly at a minimal cost.

https://www.databricks.com/blog/2023/03/24/hello-dolly-democratizing-magic-chatgpt-open-models.html
Django 4.2 released

Django 4.2 is designated as a long-term support release. It will receive security updates for at least three years after its release. Support for the previous LTS, Django 3.2, will end in April 2024.

https://www.djangoproject.com/weblog/2023/apr/03/django-42-released/
Show HN: Quadratic – Open-Source Spreadsheet with Python, AI (WASM and WebGL)

https://www.quadratichq.com/
Using Unpoly with Django

The article provides a tutorial on using Unpoly, a JavaScript library for seamless and fast dynamic web applications, with Django. It covers how to install and configure Unpoly, integrate it with Django views and templates, and use its various features, such as remote forms, partial page updates, and navigation.

https://spapas.github.io/2023/04/04/using-unpoly-with-django/