PythonHub
2.33K subscribers
2.35K photos
49K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Better, Faster Python Projects: A Deep Dive into uv

A comprehensive guide on why and how to start using uv—the package manager (and much more) that's taken the Python world by storm.

https://www.saaspegasus.com/guides/uv-deep-dive/
Building a Chat Backend for Wikipedia Articles in Django

Learn how to build a scalable chat backend using Django, Wikipedia data, OpenAI embeddings, and FAISS. This step-by-step guide covers data ingestion, embedding generation, and building a conversational interface for intelligent querying.

https://lincolnloop.com/insights/building-a-chat-backend-for-wikipedia-articles-in-django
I trained myself to run farther using the Strava API and an IOT dog food bowl full of M&Ms

David Mayer shares how he used an IoT dog food dispenser filled with M&Ms and connected to the Strava API to reward himself for running. This experiment in classical conditioning helped him form a lasting running habit, culminating in completing a half marathon without relying on the dispenser anymore.

https://www.mayer.cool/writings/pavlovs-half-marathon/
Creating a Web App using only Python with Taipy

This tutorial teaches you how to create a web application with interactive charts and multiple pages using Python and the Taipy library. Taipy allows you to build these features without needing extensive web development experience.

https://www.youtube.com/watch?v=4F-266YnTkM
ai-hedge-fund

An AI-powered hedge fund that uses multiple agents to make trading decisions. The system employs several specialized agents working together.

https://github.com/virattt/ai-hedge-fund
Build a Stable Diffusion VAE From Scratch using Pytorch

Learn how to Build a Stable Diffusion VAE From Scratch using Pytorch. VAE stands for Variational Autoencoder. It's a type of Autoencoder and a neural network that trains using an unsupervised technique. They are widely used in Image generation models mainly on latent diffusion-based and GANs-based image generation models.

https://www.youtube.com/watch?v=kG9l41Dtuyo
Advanced Python Development Workflow in Emacs

This guide explores how to evolve Emacs into a robust Python IDE. Whether you’re writing simple scripts or managing large-scale projects, you’ll find a setup that aligns with your engineering needs and reflects the power of Emacs customization.

https://blog.serghei.pl/posts/emacs-python-ide/