PythonHub
Відкрити в Telegram
News & links about Python programming. https://pythonhub.dev/
Показати більше2 632
Підписники
+924 години
+327 днів
+6830 день
Архів дописів
2 633
Paper2Any
Turn paper/text/topic into editable research figures, technical route diagrams, and presentation slides.
https://github.com/OpenDCAI/Paper2Any
2 633
Can LLMs translate Polars code to SQL?
Th post explores how large language models can translate natural language and Polars DataFrame expressions into equivalent SQL queries, bridging Python-centric data manipulation and SQL for analytics. It demonstrates how combining Polars’ in-memory performance with LLMs can help users leverage familiar SQL patterns without writing raw SQL themselves.
https://labs.quansight.org/blog/llm_polars_to_sql
2 633
How a Single Test Revealed a Bug in Django 6.0
The story of how a failed upgrade attempt by Renovate led to a Django contribution.
https://lincolnloop.com/blog/how-a-single-test-revealed-a-bug-in-django-60/
2 633
Oban
A robust job orchestration framework for Python, backed by modern PostgreSQL.
https://github.com/oban-bg/oban-py
2 633
Rust-powered FM-index for fast substring search
High-performance FM-index powered by Rust, enabling fast substring search and count/locate queries.
https://pypi.org/project/fm-index/
2 633
MapToPoster
Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code.
https://github.com/originalankur/maptoposter
2 633
MiroMindAI / MiroFlow
MiroFlow is an agent framework that enables tool-use agent tasks, featuring a reproducible GAIA score of 82.4%.
https://github.com/MiroMindAI/MiroFlow
2 633
PyVRP
Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
https://github.com/PyVRP/PyVRP/
2 633
mealie-recipes / mealie
Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. Easily add recipes into your database by providing the url and mealie will automatically import the relevant data or add a family recipe with the UI editor
https://github.com/mealie-recipes/mealie
2 633
rendercv / rendercv
CV/resume generator for academics and engineers, YAML to PDF
https://github.com/rendercv/rendercv
2 633
Supercharging LLMs: Scalable RL with torchforge and Weaver
PyTorch has introduced torchforge and Weaver, a new open-source stack designed to simplify and scale reinforcement learning for large language models across hundreds of GPUs. The system uses Weaver to provide reliable reward signals without human annotations, while torchforge provides the native primitives to manage complex distributed coordination and fault tolerance.
https://pytorch.org/blog/supercharging-llms-scalable-rl-with-torchforge-and-weaver/
2 633
How we made Python's packaging library 3x faster
Henry Schreiner and Damian Shaw significantly improved the performance of the Python packaging library by using new profiling tools to eliminate redundant regular expressions. The update delivers speed increases up to 5x for version filtering which helps resolve dependencies much faster within the Python ecosystem.
https://iscinumpy.dev/post/packaging-faster/
2 633
Jetbase
Jetbase is a simple, lightweight database migration tool for Python projects.
https://github.com/jetbase-hq/jetbase
2 633
ralph-orchestrator
An improved implementation of the Ralph Wiggum technique for autonomous AI agent orchestration.
https://github.com/mikeyobrien/ralph-orchestrator
2 633
Beyond One-Size-Fits-All RAG: Why Different Knowledge Sources Need Different Retrieval Strategies
Jo Chen argues that high-performance RAG systems require specialized retrieval pipelines for different data types, such as contextual prefixes for technical manuals and whole-document summaries for blog content. The post details a multi-layered defense strategy involving hybrid search, LLM reranking, and aggressive caching to improve accuracy while managing the high costs of production AI.
https://blog.gopenai.com/beyond-one-size-fits-all-rag-why-different-knowledge-sources-need-different-retrieval-strategies-355f4fe7897e
2 633
Under the Hood: Universal Commerce Protocol (UCP)
Google has introduced the Universal Commerce Protocol (UCP), an open-source standard designed to enable seamless "agentic commerce" across AI platforms like Gemini and Search. The protocol eliminates integration bottlenecks by providing a unified abstraction layer for discovery and transactions, allowing AI agents to handle the entire shopping journey from product search to secure payment.
https://developers.googleblog.com/en/under-the-hood-universal-commerce-protocol-ucp/
2 633
alirezarezvani / claude-skills
A Collection of Skills for Claude Code and Claude AI for real-world Usage. Including Claude Code Subagents, Claude Code Commnads
https://github.com/alirezarezvani/claude-skills
