en
Feedback
PythonHub

PythonHub

Open in Telegram

News & links about Python programming. https://pythonhub.dev/

Show more
2 631
Subscribers
-424 hours
No data7 days
+5230 days
Posts Archive
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/

A new home for Python-build-standalone https://astral.sh/blog/python-build-standalone

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

HunyuanVideo A Systematic Framework For Large Video Generation Model Training. https://github.com/Tencent/HunyuanVideo

KellerJordan / modded-nanogpt NanoGPT (124M) in 5 minutes https://github.com/KellerJordan/modded-nanogpt

langflow-ai / langflow Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database. https://github.com/langflow-ai/langflow

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/

Python Hub Weekly Digest for 2024-12-08 https://pythonhub.dev/digest/2024-12-08/

moka-py A high performance caching library for Python written in Rust. https://github.com/deliro/moka-py

Bagels Powerful expense tracker that lives in your terminal. https://github.com/EnhancedJax/Bagels

Solving Boolean satisfiability and integer programming with Python packaging https://mmaaz.ca/writings/pipip.html

Marco-o1 An Open Large Reasoning Model for Real-World Solutions. https://github.com/AIDC-AI/Marco-o1

aisuite Simple, unified interface to multiple Generative AI providers. https://github.com/andrewyng/aisuite

Pushing the boundaries of Streamlit How I learned to stop worrying and love Streamlit's execution model. https://twitchard.github.io/posts/2024-11-27-streamlit.html

Htmy – Async, pure-Python rendering engine https://volfpeter.github.io/htmy/

Constraints are Good: Python's Metadata Dilemma Some of the issues of why Python packaging is unnecessarily hard. https://lucumr.pocoo.org/2024/11/26/python-packaging-metadata/