Jetbase
Jetbase is a simple, lightweight database migration tool for Python projects.
https://github.com/jetbase-hq/jetbase
Jetbase is a simple, lightweight database migration tool for Python projects.
https://github.com/jetbase-hq/jetbase
GitHub
GitHub - jetbase-hq/jetbase
Contribute to jetbase-hq/jetbase development by creating an account on GitHub.
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/
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/
ISciNumPy.dev
How we made Python's packaging library 3x faster
Along with a pip (and now packaging) maintainer, Damian Shaw, I have
been working on making packaging, the library behind almost all packaging
related tools, faster at reading versions and specifiers, …
been working on making packaging, the library behind almost all packaging
related tools, faster at reading versions and specifiers, …
👍1
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/
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/
rendercv / rendercv
CV/resume generator for academics and engineers, YAML to PDF
https://github.com/rendercv/rendercv
CV/resume generator for academics and engineers, YAML to PDF
https://github.com/rendercv/rendercv
GitHub
GitHub - rendercv/rendercv: CV/resume generator for academics and engineers, YAML to PDF
CV/resume generator for academics and engineers, YAML to PDF - rendercv/rendercv
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
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
GitHub
GitHub - mealie-recipes/mealie: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend…
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 recip...
PyVRP
Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
https://github.com/PyVRP/PyVRP/
Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
https://github.com/PyVRP/PyVRP/
GitHub
GitHub - PyVRP/PyVRP: Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package.
Open-source, state-of-the-art vehicle routing problem solver in an easy-to-use Python package. - PyVRP/PyVRP
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
MiroFlow is an agent framework that enables tool-use agent tasks, featuring a reproducible GAIA score of 82.4%.
https://github.com/MiroMindAI/MiroFlow
GitHub
GitHub - MiroMindAI/MiroFlow: MiroFlow is an agent framework that enables tool-use agent tasks, featuring a reproducible GAIA score…
MiroFlow is an agent framework that enables tool-use agent tasks, featuring a reproducible GAIA score of 82.4%. - MiroMindAI/MiroFlow
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
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
GitHub
GitHub - originalankur/maptoposter: Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create…
Transform your favorite cities into beautiful, minimalist designs. MapToPoster lets you create and export visually striking map posters with code. - originalankur/maptoposter
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/
High-performance FM-index powered by Rust, enabling fast substring search and count/locate queries.
https://pypi.org/project/fm-index/
❤1
Oban
A robust job orchestration framework for Python, backed by modern PostgreSQL.
https://github.com/oban-bg/oban-py
A robust job orchestration framework for Python, backed by modern PostgreSQL.
https://github.com/oban-bg/oban-py
GitHub
GitHub - oban-bg/oban-py: 💎🐍 A robust job orchestration framework for Python, backed by modern PostgreSQL
💎🐍 A robust job orchestration framework for Python, backed by modern PostgreSQL - oban-bg/oban-py
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/
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/
Lincoln Loop
How a Single Test Revealed a Bug in Django 6.0 | Lincoln Loop
The story of how a failed upgrade attempt by Renovate led to a Django contribution. One of the client projects …
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
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
Paper2Any
Turn paper/text/topic into editable research figures, technical route diagrams, and presentation slides.
https://github.com/OpenDCAI/Paper2Any
Turn paper/text/topic into editable research figures, technical route diagrams, and presentation slides.
https://github.com/OpenDCAI/Paper2Any
GitHub
GitHub - OpenDCAI/Paper2Any: Turn paper/text/topic into editable research figures, technical route diagrams, and presentation slides.
Turn paper/text/topic into editable research figures, technical route diagrams, and presentation slides. - OpenDCAI/Paper2Any
Opticol
Optimized collections (opticol) for Python. This package provides memory-efficient, slot-based implementations of Python's standard collection types.
https://github.com/lessico/opticol/
Optimized collections (opticol) for Python. This package provides memory-efficient, slot-based implementations of Python's standard collection types.
https://github.com/lessico/opticol/
GitHub
GitHub - lessico/opticol: Memory optimized python collections
Memory optimized python collections. Contribute to lessico/opticol development by creating an account on GitHub.
Skill_Seekers
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection.
https://github.com/yusufkaraaslan/Skill_Seekers
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection.
https://github.com/yusufkaraaslan/Skill_Seekers
GitHub
GitHub - yusufkaraaslan/Skill_Seekers: Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with…
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills with automatic conflict detection - yusufkaraaslan/Skill_Seekers
Learn NumPy in 40 Minutes
The video introduces the core concepts of NumPy and shows how its array operations form the foundation of numerical computing in Python. It emphasizes why NumPy is a must-learn tool for data science, AI, machine learning, and scientific workflows.
https://www.youtube.com/watch?v=zI5ducyfyNc
The video introduces the core concepts of NumPy and shows how its array operations form the foundation of numerical computing in Python. It emphasizes why NumPy is a must-learn tool for data science, AI, machine learning, and scientific workflows.
https://www.youtube.com/watch?v=zI5ducyfyNc
YouTube
Learn NumPy in 40 Minutes - Python NumPy Tutorial
Click this link https://boot.dev/?promo=TECHWITHTIM and use my code TECHWITHTIM to get 25% off your first payment for boot.dev
In this video, you'll learn how to use the NumPy library in Python. If you're interested at all in data science, AI, machine learning…
In this video, you'll learn how to use the NumPy library in Python. If you're interested at all in data science, AI, machine learning…
Violit
Violit is a next-generation Python web framework that perfectly solves Streamlit's critical Full Script Rerun issue with O(1) State Architecture.
https://github.com/violit-dev/violit
Violit is a next-generation Python web framework that perfectly solves Streamlit's critical Full Script Rerun issue with O(1) State Architecture.
https://github.com/violit-dev/violit
GitHub
GitHub - violit-dev/violit: The High-Performance Python Web Framework. The simplicity of Streamlit, minus the reruns
The High-Performance Python Web Framework. The simplicity of Streamlit, minus the reruns - violit-dev/violit
django-polymorphic - Polymorphic models in Django
The video explains Django model inheritance and polymorphic models, showing how django-polymorphic returns the correct subclass types when querying a base model through the ORM. It also covers Django Admin support and integrations with other Django ecosystem packages to make polymorphic models easier to manage.
https://www.youtube.com/watch?v=d8MC2FQ_nqU
The video explains Django model inheritance and polymorphic models, showing how django-polymorphic returns the correct subclass types when querying a base model through the ORM. It also covers Django Admin support and integrations with other Django ecosystem packages to make polymorphic models easier to manage.
https://www.youtube.com/watch?v=d8MC2FQ_nqU
YouTube
django-polymorphic - Polymorphic models in Django
▶ Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?couponCode=BUGBYTES-2026
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support…
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support…