en
Feedback
PythonHub

PythonHub

Open in Telegram

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

Show more
2 632
Subscribers
+324 hours
+57 days
+5230 days
Posts Archive

Bootstrapping Python projects with copier This article discusses using Copier to automate the process of bootstrapping Python projects. It covers setting up a project template with essential elements like README, license, changelog, project structure, documentation, Makefiles, uv support, and GitHub Actions to streamline project creation. https://blog.dusktreader.dev/2025/04/06/bootstrapping-python-projects-with-copier/

RoboVerse Towards a Unified Platform, Dataset and Benchmark for Scalable and Generalizable Robot Learning. https://github.com/RoboVerseOrg/RoboVerse

Python Hub Weekly Digest for 2025-04-06 https://pythonhub.dev/digest/2025-04-06/

An Introduction to Testing in Python Flask This article introduces testing in Flask, emphasizing its importance for code quality and streamlined development. It covers key testing areas like routes, business logic, database interactions, and provides practical examples using pytest, fixtures, mocking, and a focus on edge cases. https://blog.appsignal.com/2025/04/02/an-introduction-to-testing-in-python-flask.html

whatsapp-mcp This is a Model Context Protocol (MCP) server for WhatsApp. https://github.com/lharries/whatsapp-mcp

clypi Your all-in-one for beautiful, lightweight, prod-ready CLIs. https://github.com/danimelchor/clypi

Breaking news: Guido van Rossum back as Python's Benevolent Dictator for Life (BDFL)! https://www.reddit.com/r/Python/comments/1jowzs2/breaking_news_guido_van_rossum_back_as_pythons/

Is Python Code Sensitive to CPU Caching? (2024) https://lukasatkinson.de/2024/python-cpu-caching/

Getting Started with Streamlit Build your first Streamlit app and explore some basic features. https://www.pythonguis.com/tutorials/getting-started-with-streamlit/

I Really HATE Brittle Python Functions This video explains principles for writing less brittle Python code by avoiding type constraints, using value constraints inside functions, and carefully considering optional values. It also advocates for raising errors instead of returning None when a function expects to find an object by ID but cannot. https://www.youtube.com/watch?v=g-Cytq7YDCc

Training and Finetuning Reranker Models with Sentence Transformers v4 This post explains how to train and fine-tune reranker models using Sentence Transformers v4, detailing components like datasets, loss functions, and evaluators. It demonstrates that fine tuning models on specific domains outperforms general-purpose models, providing practical examples for improving relevance in information retrieval. https://huggingface.co/blog/train-reranker

Programming a Robotic Hand to Crawl This video demonstrates using a robotic hand to perform gestures like rock, paper, and scissors, programmed with the help of language models, highlighting the model's ability to understand and execute these gestures even if they aren't explicitly defined in the hand's code. The creator explores how language models can abstract and translate general knowledge into specific robotic actions... https://www.youtube.com/watch?v=57cPmzwCqd4

Doing the Prospero-Challenge in RPython https://pypy.org/posts/2025/04/prospero-in-rpython.html

trustcall Tenacious tool calling built on LangGraph. https://github.com/hinthornw/trustcall

microsoft / RD-Agent Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automating these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which lets AI drive data-driven AI. https://github.com/microsoft/RD-Agent

Emigo Agentic AI Development in Emacs. https://github.com/MatthewZMD/emigo

agent-file An open file format for serializing stateful agents with persistent memory and behavior. Share, checkpoint, and version control agents across compatible frameworks. https://github.com/letta-ai/agent-file