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
Types are Transforming Python
The article describes how type annotations and new typing features have transformed Python, making code more robust, maintainable, and easier to understand by enabling static analysis, better tooling, and safer refactoring. Modern additions like data classes, generics, protocols, and TypedDict have improved both developer experience and runtime capabilities, allowing Python to compete mo...
https://spin.atomicobject.com/types-are-transforming-python/
The article describes how type annotations and new typing features have transformed Python, making code more robust, maintainable, and easier to understand by enabling static analysis, better tooling, and safer refactoring. Modern additions like data classes, generics, protocols, and TypedDict have improved both developer experience and runtime capabilities, allowing Python to compete mo...
https://spin.atomicobject.com/types-are-transforming-python/
Atomic Spin
Types are Transforming Python
Python has been around a long time. But it has evolved quite a bit since those early days, thanks to type hints and the "typing" module.
Optimizing Tool Selection for LLM Workflows: Differentiable Programming with PyTorch and DSPy
How local, learnable routers can reduce token overhead, lower costs, and bring structure back to agentic workflows.
https://viksit.substack.com/p/optimizing-tool-selection-for-llm?ref=feedle.world
How local, learnable routers can reduce token overhead, lower costs, and bring structure back to agentic workflows.
https://viksit.substack.com/p/optimizing-tool-selection-for-llm?ref=feedle.world
Substack
Optimizing Tool Selection for LLM Workflows: Differentiable Programming with PyTorch and DSPy
How local, learnable routers can reduce token overhead, lower costs, and bring structure back to agentic workflows.
Why This Python Performance Trick Doesn’t Matter Anymore
A deep dive into Python’s name resolution, bytecode, and how CPython 3.11 quietly made a popular optimization irrelevant.
https://blog.codingconfessions.com/p/old-python-performance-trick
A deep dive into Python’s name resolution, bytecode, and how CPython 3.11 quietly made a popular optimization irrelevant.
https://blog.codingconfessions.com/p/old-python-performance-trick
Codingconfessions
Why This Old Python Performance Trick Doesn’t Matter Anymore
A deep dive into Python’s name resolution, bytecode, and how CPython 3.11 quietly made a popular optimization irrelevant.
PhotoshopAPI
A modern and performant C++20 read/write parser of Photoshop Files (.psd and .psb) with fully fledged Python bindings hosted on PyPi.
https://github.com/EmilDohne/PhotoshopAPI
A modern and performant C++20 read/write parser of Photoshop Files (.psd and .psb) with fully fledged Python bindings hosted on PyPi.
https://github.com/EmilDohne/PhotoshopAPI
GitHub
GitHub - EmilDohne/PhotoshopAPI: A modern and performant C++20 read/write parser of Photoshop Files (*.psd and *.psb) with fully…
A modern and performant C++20 read/write parser of Photoshop Files (*.psd and *.psb) with fully fledged Python bindings hosted on PyPi - EmilDohne/PhotoshopAPI
How to Avoid N+1 Queries in Django Python
We'll see what N+1 queries are, why they can be an issue for your application, and how to mitigate them using Django’s best practices.
https://blog.appsignal.com/2025/07/09/how-to-avoid-nplus1-queries-in-django-python.html
We'll see what N+1 queries are, why they can be an issue for your application, and how to mitigate them using Django’s best practices.
https://blog.appsignal.com/2025/07/09/how-to-avoid-nplus1-queries-in-django-python.html
Appsignal
How to Avoid N+1 Queries in Django Python | AppSignal Blog
We'll see what N+1 queries are, why they can be an issue for your application, and how to mitigate them using Django’s best practices.
👍2
How I Use Abstraction to Avoid Spaghetti Code
The video explains why Python projects often devolve into "spaghetti code" and shows how using abstractions such as Callable, Abstract Base Classes (ABC), and Protocol can make codebases more modular, testable, and maintainable. Through a step-by-step refactoring of an image processing example, it highlights how applying the right abstractions early reduces coupling and import complexity...
https://www.youtube.com/watch?v=SNqwNILX1Gg
The video explains why Python projects often devolve into "spaghetti code" and shows how using abstractions such as Callable, Abstract Base Classes (ABC), and Protocol can make codebases more modular, testable, and maintainable. Through a step-by-step refactoring of an image processing example, it highlights how applying the right abstractions early reduces coupling and import complexity...
https://www.youtube.com/watch?v=SNqwNILX1Gg
YouTube
This Is Why Your Python Code Turns Into Spaghetti
💡 Learn how to design great software in 7 steps: https://arjan.codes/designguide.
Why do Python projects turn into spaghetti so easily? In this video, I show how using abstraction (with Callable, ABC, and Protocol) can dramatically clean up your code. We’ll…
Why do Python projects turn into spaghetti so easily? In this video, I show how using abstraction (with Callable, ABC, and Protocol) can dramatically clean up your code. We’ll…
Hosting your Django sites with Coolify
The article explains how deploying Django projects with Coolify streamlines the process by containerizing the app with Docker, automating builds, and managing environment variables through Coolify’s UI. This approach enables easier, near zero-downtime deployments compared to manual server setups, though users should note some nuances with environment variable availability during build steps.
https://www.loopwerk.io/articles/2025/coolify-django
The article explains how deploying Django projects with Coolify streamlines the process by containerizing the app with Docker, automating builds, and managing environment variables through Coolify’s UI. This approach enables easier, near zero-downtime deployments compared to manual server setups, though users should note some nuances with environment variable availability during build steps.
https://www.loopwerk.io/articles/2025/coolify-django
Loopwerk
Hosting your Django sites with Coolify
How I moved my Django projects from a manual server setup to Coolify for easier, zero-downtime deployments.
uv: Making Python Local Workflows FAST and BORING in 2025
The video demonstrates how to create fast, reliable local Python workflows for production projects using the uv packaging tool, highlighting practical techniques to streamline dependency management, automate tasks, and reduce friction in day-to-day development. It also covers integrating tools like Just, Overmind, and Direnv to further enhance workflow ergonomics and team collaboration.
https://www.youtube.com/watch?v=TiBIjouDGuI
The video demonstrates how to create fast, reliable local Python workflows for production projects using the uv packaging tool, highlighting practical techniques to streamline dependency management, automate tasks, and reduce friction in day-to-day development. It also covers integrating tools like Just, Overmind, and Direnv to further enhance workflow ergonomics and team collaboration.
https://www.youtube.com/watch?v=TiBIjouDGuI
YouTube
uv: Making Local Python Workflows FAST and BORING in 2025
After setting up our #Python #uv projects for success in https://www.youtube.com/watch?v=mFyE9xgeKcA, it's time to finally get some work done! In this video I show you my local workflows for production projects and the tools that help me to keep everything…