Runtime validation in type annotations
The article shows how Python’s typing.Annotated metadata can be used to attach runtime validators to type annotations and then automatically apply those validators when instances are created. It walks through extracting annotation metadata, handling callable validators, and improving error reporting so that annotated fields are validated and meaningful errors are thrown during object ini...
https://blog.natfu.be/validation-in-type-annotations/
The article shows how Python’s typing.Annotated metadata can be used to attach runtime validators to type annotations and then automatically apply those validators when instances are created. It walks through extracting annotation metadata, handling callable validators, and improving error reporting so that annotated fields are validated and meaningful errors are thrown during object ini...
https://blog.natfu.be/validation-in-type-annotations/
blog.natfu.be
Runtime validation in type annotations | Gribouillis
Mindless sketches ✐ᝰ
OpenCastor
The Universal Runtime for Embodied AI. Connect any AI model to any robot hardware through a single YAML config.
https://github.com/craigm26/OpenCastor
The Universal Runtime for Embodied AI. Connect any AI model to any robot hardware through a single YAML config.
https://github.com/craigm26/OpenCastor
GitHub
GitHub - craigm26/OpenCastor: Open-source AI robotics framework — tiered brain, 8 AI providers, multi-robot swarm, self-improving…
Open-source AI robotics framework — tiered brain, 8 AI providers, multi-robot swarm, self-improving loop - craigm26/OpenCastor
anthropics / claude-plugins-official
Official, Anthropic-managed directory of high quality Claude Code Plugins.
https://github.com/anthropics/claude-plugins-official
Official, Anthropic-managed directory of high quality Claude Code Plugins.
https://github.com/anthropics/claude-plugins-official
GitHub
GitHub - anthropics/claude-plugins-official: Official, Anthropic-managed directory of high quality Claude Code Plugins.
Official, Anthropic-managed directory of high quality Claude Code Plugins. - anthropics/claude-plugins-official
nao
nao is a framework to build and deploy analytics agent. Create the context of your analytics agent with nao-core cli: data, metadata, modeling, rules, etc. Deploy a UI for anyone to chat with your agent and run analytics on your data.
https://github.com/getnao/nao
nao is a framework to build and deploy analytics agent. Create the context of your analytics agent with nao-core cli: data, metadata, modeling, rules, etc. Deploy a UI for anyone to chat with your agent and run analytics on your data.
https://github.com/getnao/nao
GitHub
GitHub - getnao/nao: 👾 nao is an open source analytics agent. (1) Create context with nao-core cli, (2) deploy nao chat interface…
👾 nao is an open source analytics agent. (1) Create context with nao-core cli, (2) deploy nao chat interface for everyone - getnao/nao
Coodie: A 4-year-old idea brought to life by AI (and some coffee)
After shelving the idea for four years, the author used AI to rapidly bootstrap Coodie, a Pydantic v2 based ODM for Cassandra and ScyllaDB inspired by Beanie for MongoDB. The result is a fully working library with declarative schemas, automatic table management, sync and async APIs, and chainable queries, built largely with AI assistance in a fraction of the time.
https://fruch.github.io/python/2026/02/24/coodie-ai-pydantic-odm
After shelving the idea for four years, the author used AI to rapidly bootstrap Coodie, a Pydantic v2 based ODM for Cassandra and ScyllaDB inspired by Beanie for MongoDB. The result is a fully working library with declarative schemas, automatic table management, sync and async APIs, and chainable queries, built largely with AI assistance in a fraction of the time.
https://fruch.github.io/python/2026/02/24/coodie-ai-pydantic-odm
fruch.github.io
Coodie: A 4-year-old idea brought to life by AI (and some coffee)
The bug fix paradox: why AI agents keep breaking working code
The article explains that when you ask an AI coding agent to fix a bug, it often makes unnecessary changes to working code because it does not explicitly know which behavior should stay the same and which should change, leading to regressions. It then proposes a property-aware code evolution approach that defines a clear bug condition and corresponding preservation properties so the fix ...
https://kiro.dev/blog/bug-fix-paradox/
The article explains that when you ask an AI coding agent to fix a bug, it often makes unnecessary changes to working code because it does not explicitly know which behavior should stay the same and which should change, leading to regressions. It then proposes a property-aware code evolution approach that defines a clear bug condition and corresponding preservation properties so the fix ...
https://kiro.dev/blog/bug-fix-paradox/
kiro.dev
The bug fix paradox: why AI agents keep breaking working code
Guido van Rossum Interviews Thomas Wouters (Python Core Dev)
https://gvanrossum.github.io/interviews/Thomas.html
https://gvanrossum.github.io/interviews/Thomas.html
Django ORM Standalone: Querying an existing database
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.
https://www.paulox.net/2026/02/20/django-orm-standalone-database-inspectdb-query/
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.
https://www.paulox.net/2026/02/20/django-orm-standalone-database-inspectdb-query/
Paolo Melchiorre
Django ORM Standalone⁽¹⁾: Querying an existing database
A practical step-by-step guide to using Django ORM in standalone mode to connect to and query an existing database using inspectdb.
Jeffallan / claude-skills
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
https://github.com/Jeffallan/claude-skills
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.
https://github.com/Jeffallan/claude-skills
GitHub
GitHub - Jeffallan/claude-skills: 66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair…
66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer. - Jeffallan/claude-skills
dbslice
Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record, it follows foreign keys and gives you a complete, importable subset.
https://github.com/nabroleonx/dbslice
Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record, it follows foreign keys and gives you a complete, importable subset.
https://github.com/nabroleonx/dbslice
GitHub
GitHub - nabroleonx/dbslice: Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record,…
Extract a slice of your production database to reproduce bugs locally. Point dbslice at a record, it follows foreign keys and gives you a complete, importable subset - nabroleonx/dbslice
Python Type Checker Comparison: Empty Container Inference
https://pyrefly.org/blog/container-inference-comparison/
https://pyrefly.org/blog/container-inference-comparison/
pyrefly.org
Python Type Checker Comparison: Empty Container Inference | Pyrefly
Learn how different type checkers handle empty containers in Python, including Pyrefly, Ty, Pyright and Mypy.
Stario
Stario is a Python web framework for real-time hypermedia. While most frameworks treat HTTP as request → response, Stario treats connections as ongoing conversations - open an SSE stream, push DOM patches, sync reactive signals.
https://github.com/bobowski/stario
Stario is a Python web framework for real-time hypermedia. While most frameworks treat HTTP as request → response, Stario treats connections as ongoing conversations - open an SSE stream, push DOM patches, sync reactive signals.
https://github.com/bobowski/stario
GitHub
GitHub - Bobowski/stario: Bringing back joy of building web applications.
Bringing back joy of building web applications. Contribute to Bobowski/stario development by creating an account on GitHub.
dj-control-room
A centralized dashboard for managing Django admin panels.
https://github.com/yassi/dj-control-room
A centralized dashboard for managing Django admin panels.
https://github.com/yassi/dj-control-room
GitHub
GitHub - yassi/dj-control-room: The control room for your Django app
The control room for your Django app. Contribute to yassi/dj-control-room development by creating an account on GitHub.
Python Essentials for AI Agents – Tutorial
This Python course will help you master the technical stack behind autonomous intelligence. This course is designed to take you from the core syntax of Python through the complexities of data handling and API integration, culminating in the deployment of sophisticated Large Language Models. You will learn to write code and to architect systems that can reason, use tools, and solve real-w...
https://www.youtube.com/watch?v=UsfpzxZNsPo
This Python course will help you master the technical stack behind autonomous intelligence. This course is designed to take you from the core syntax of Python through the complexities of data handling and API integration, culminating in the deployment of sophisticated Large Language Models. You will learn to write code and to architect systems that can reason, use tools, and solve real-w...
https://www.youtube.com/watch?v=UsfpzxZNsPo
YouTube
Python Essentials for AI Agents – Tutorial
This Python course will help you master the technical stack behind autonomous intelligence. This course is designed to take you from the core syntax of Python through the complexities of data handling and API integration, culminating in the deployment of…
OAUTH on client-side with Python
An overview of OAUTH in non-web apps and the general data-flow of an OAUTH Client.
https://jakabszilard.work/posts/oauth-in-python
An overview of OAUTH in non-web apps and the general data-flow of an OAUTH Client.
https://jakabszilard.work/posts/oauth-in-python
jakabszilard.work
Personal Profile
Rendering 18,000 videos in real-time with Python
Learn how the author used game engine tech to solve a video streaming problem.
https://madebymohammed.com/pysaic
Learn how the author used game engine tech to solve a video streaming problem.
https://madebymohammed.com/pysaic
Madebymohammed
Rendering 18,000 videos in real-time with Python
How I used game engine tech to solve a video streaming problem
🔥1
github / awesome-copilot
Community-contributed instructions, prompts, and configurations to help you make the most of GitHub Copilot.
https://github.com/github/awesome-copilot
Community-contributed instructions, prompts, and configurations to help you make the most of GitHub Copilot.
https://github.com/github/awesome-copilot
GitHub
GitHub - github/awesome-copilot: Community-contributed instructions, agents, skills, and configurations to help you make the most…
Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot. - github/awesome-copilot