AlphaGenome
This API provides programmatic access to the AlphaGenome model developed by Google DeepMind.
https://github.com/google-deepmind/alphagenome
This API provides programmatic access to the AlphaGenome model developed by Google DeepMind.
https://github.com/google-deepmind/alphagenome
GitHub
GitHub - google-deepmind/alphagenome: This API provides programmatic access to the AlphaGenome model developed by Google DeepMind.
This API provides programmatic access to the AlphaGenome model developed by Google DeepMind. - google-deepmind/alphagenome
jdepoix / youtube-transcript-api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
https://github.com/jdepoix/youtube-transcript-api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headless browser, like other selenium based solutions do!
https://github.com/jdepoix/youtube-transcript-api
GitHub
GitHub - jdepoix/youtube-transcript-api: This is a python API which allows you to get the transcript/subtitles for a given YouTube…
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require an API key nor a headles...
chisel
CLI tool for developing and profiling GPU kernels locally. Just write, test, and profile GPU code from your laptop.
https://github.com/Herdora/chisel
CLI tool for developing and profiling GPU kernels locally. Just write, test, and profile GPU code from your laptop.
https://github.com/Herdora/chisel
GitHub
GitHub - Herdora/chisel: CLI tool for developing and profiling GPU kernels locally. Just write, test, and profile GPU code from…
CLI tool for developing and profiling GPU kernels locally. Just write, test, and profile GPU code from your laptop. - GitHub - Herdora/chisel: CLI tool for developing and profiling GPU kernels loc...
Making a Simple HTTP Server with Asyncio Protocols
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!
https://jacobpadilla.com/articles/asyncio-protocols
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!
https://jacobpadilla.com/articles/asyncio-protocols
Jacob Padilla
Making a Simple HTTP Server with Asyncio Protocols
Learn how to build a fast, minimal HTTP server using asyncio.Protocol, complete with routing, parsing, and response handling from scratch!
Speed Up Django Queries with values() over only()
Optimizing Django performance? Use values() instead of only() when you only need specific fields, as it skips full model instantiation and avoids triggering deferred field lookups—boosting query efficiency. The article provides practical guidance on when to choose values() for lightweight data access.
https://johnnymetz.com/posts/django-values-over-only/
Optimizing Django performance? Use values() instead of only() when you only need specific fields, as it skips full model instantiation and avoids triggering deferred field lookups—boosting query efficiency. The article provides practical guidance on when to choose values() for lightweight data access.
https://johnnymetz.com/posts/django-values-over-only/
Johnny Metz
Speed Up Django Queries with values() over only()
If your Django queries feel slow, the problem might not be your database — it might be your ORM. Recently, I was working with a query that took 25 seconds to run through the Django ORM, but the underlying SQL completed in just 2 seconds. With a single change…
Python for Nonprofits
Python For Nonprofits demonstrates how to use Python to retrieve, analyze, visualize, and share nonprofit data.
https://github.com/kburchfiel/pfn
Python For Nonprofits demonstrates how to use Python to retrieve, analyze, visualize, and share nonprofit data.
https://github.com/kburchfiel/pfn
GitHub
GitHub - kburchfiel/pfn: Python For Nonprofits demonstrates how to use Python to retrieve, analyze, visualize, and share nonprofit…
Python For Nonprofits demonstrates how to use Python to retrieve, analyze, visualize, and share nonprofit data. - kburchfiel/pfn
Application Logging in Python: Recipes for Observability
The guide explains how to build robust, production-grade logging in Python by moving beyond basic print statements to use the logging module’s loggers, handlers, formatters, and filters for structured, contextual, and queryable logs. It covers best practices like configuring loggers by module name, using YAML or dictConfig for centralized setup, and adopting JSON output for modern observ...
https://www.dash0.com/guides/logging-in-python
The guide explains how to build robust, production-grade logging in Python by moving beyond basic print statements to use the logging module’s loggers, handlers, formatters, and filters for structured, contextual, and queryable logs. It covers best practices like configuring loggers by module name, using YAML or dictConfig for centralized setup, and adopting JSON output for modern observ...
https://www.dash0.com/guides/logging-in-python
Dash0
Application Logging in Python: Recipes for Observability · Dash0
Stop debugging with unstructured text Learn to build a robust Python logging system with structured JSON automatic context and full request lifecycle tracking
Radiate
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques.
https://github.com/pkalivas/radiate
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques.
https://github.com/pkalivas/radiate
GitHub
GitHub - pkalivas/radiate: A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques - pkalivas/radiate
throttled-py: Python rate limiting library with multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket & GCRA) and storage backends (Redis, In-Memory).
It is available in both synchronous and asynchronous modes, supports waiting and retrying mode, provides access methods such as function call / function calls/decorators/context managers.
https://github.com/ZhuoZhuoCrayon/throttled-py
It is available in both synchronous and asynchronous modes, supports waiting and retrying mode, provides access methods such as function call / function calls/decorators/context managers.
https://github.com/ZhuoZhuoCrayon/throttled-py
GitHub
GitHub - ZhuoZhuoCrayon/throttled-py: 🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding…
🔧 High-performance Python rate limiting library with multiple algorithms (Fixed Window, Sliding Window, Token Bucket, Leaky Bucket & GCRA) and storage backends (Redis, In-Memory). - ZhuoZhu...
Agentic checkout in ~100 lines of Python
The post demonstrates how to build a functional agentic checkout system in around 100 lines of Python using LLMs and the Browser Use library, enabling automated online purchases by navigating, filling forms, and extracting order data. It highlights practical challenges like prompt tuning for determinism, implementing structured outputs with Pydantic, and adding guardrails to ensure safe ...
https://sophiabits.com/blog/building-agentic-checkout
The post demonstrates how to build a functional agentic checkout system in around 100 lines of Python using LLMs and the Browser Use library, enabling automated online purchases by navigating, filling forms, and extracting order data. It highlights practical challenges like prompt tuning for determinism, implementing structured outputs with Pydantic, and adding guardrails to ensure safe ...
https://sophiabits.com/blog/building-agentic-checkout
sophiabits.com
Agentic checkout in ~100 lines of Python | Sophia Willows
desto
desto lets you run and manage your bash and Python scripts in the background (inside tmux sessions) through a simple web dashboard. Launch scripts, monitor their and your system's status, view live logs, and control sessions—all from your browser.
https://github.com/kalfasyan/desto
desto lets you run and manage your bash and Python scripts in the background (inside tmux sessions) through a simple web dashboard. Launch scripts, monitor their and your system's status, view live logs, and control sessions—all from your browser.
https://github.com/kalfasyan/desto
GitHub
GitHub - kalfasyan/desto: web-interface and cli to manage python and shell scripts in tmux sessions
web-interface and cli to manage python and shell scripts in tmux sessions - kalfasyan/desto
Watchfiles: Simple, modern and fast file watching for Python, written in Rust
https://github.com/samuelcolvin/watchfiles
https://github.com/samuelcolvin/watchfiles
GitHub
GitHub - samuelcolvin/watchfiles: Simple, modern and fast file watching and code reload for Python, written in Rust
Simple, modern and fast file watching and code reload for Python, written in Rust - samuelcolvin/watchfiles
TEN VAD
An open-source solution designed to supercharge your Voice AI Agents with lightning-fast, human-like conversations!Low- latency,lightweight and high performance.
https://github.com/TEN-framework/ten-vad
An open-source solution designed to supercharge your Voice AI Agents with lightning-fast, human-like conversations!Low- latency,lightweight and high performance.
https://github.com/TEN-framework/ten-vad
GitHub
GitHub - TEN-framework/ten-vad: Voice Activity Detector(VAD) from TEN: low-latency, high-performance and lightweight
Voice Activity Detector(VAD) from TEN: low-latency, high-performance and lightweight - TEN-framework/ten-vad
Scaling recommendations service at OLX
The article details how OLX scaled its Python-based FastAPI recommendation service to handle tens of thousands of requests per second by optimizing infrastructure and architecture. Key strategies included efficient request handling, robust monitoring, and leveraging cloud resources to ensure reliability and scalability during rapid user and data growth.
https://tech.olx.com/scaling-recommendations-service-at-olx-db4548813e3a
The article details how OLX scaled its Python-based FastAPI recommendation service to handle tens of thousands of requests per second by optimizing infrastructure and architecture. Key strategies included efficient request handling, robust monitoring, and leveraging cloud resources to ensure reliability and scalability during rapid user and data growth.
https://tech.olx.com/scaling-recommendations-service-at-olx-db4548813e3a
Medium
Scaling recommendations service at OLX
In distributed systems, there is a motto that says ‘you are as slow as your slowest tasks’. In Python, thanks to the notorious Global…
❤1
microsoft / mcp-for-beginners
This open-source curriculum is designed to teach the concepts and fundamentals of the Model Context Protocol (MCP), with practical examples in .NET, Java, TypeScript, JavaScript and Python.
https://github.com/microsoft/mcp-for-beginners
This open-source curriculum is designed to teach the concepts and fundamentals of the Model Context Protocol (MCP), with practical examples in .NET, Java, TypeScript, JavaScript and Python.
https://github.com/microsoft/mcp-for-beginners
GitHub
GitHub - microsoft/mcp-for-beginners: This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through…
This open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, and Python. Designed for d...
Lost Chapter of Automate the Boring Stuff: Audio, Video, and Webcams in Python
https://inventwithpython.com/blog/lost-av-chapter.html
https://inventwithpython.com/blog/lost-av-chapter.html
Inventwithpython
Audio, Video, and Webcams in Python (Lost Chapter from Automate the Boring Stuff) - Invent with Python
👍1
Solving Wordle with uv's dependency resolver
The post describes how the author models Wordle as a dependency resolution problem, using the Python tool uv to encode Wordle’s feedback and constraints as package dependencies. By representing possible words and letter positions as package versions and leveraging uv’s resolver, the author creates an automated solver that efficiently narrows down solutions based on Wordle guesses and fee...
https://mildbyte.xyz/blog/solving-wordle-with-uv-dependency-resolver/
The post describes how the author models Wordle as a dependency resolution problem, using the Python tool uv to encode Wordle’s feedback and constraints as package dependencies. By representing possible words and letter positions as package versions and leveraging uv’s resolver, the author creates an automated solver that efficiently narrows down solutions based on Wordle guesses and fee...
https://mildbyte.xyz/blog/solving-wordle-with-uv-dependency-resolver/
Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
https://fidget-spinner.github.io/posts/jit-reflections.html
https://fidget-spinner.github.io/posts/jit-reflections.html
Ken Jin
Reflections on 2 years of CPython’s JIT Compiler: The good, the bad, the ugly
My personal blog
trae-agent
Trae Agent is an LLM-based agent for general purpose software engineering tasks.
https://github.com/bytedance/trae-agent
Trae Agent is an LLM-based agent for general purpose software engineering tasks.
https://github.com/bytedance/trae-agent
GitHub
GitHub - bytedance/trae-agent: Trae Agent is an LLM-based agent for general purpose software engineering tasks.
Trae Agent is an LLM-based agent for general purpose software engineering tasks. - bytedance/trae-agent
❤1