Tag: metaprogramming
All the articles with the tag "metaprogramming".
Monkey-Patching and Annotation-Driven AOP in Python - Learning from FastAPI, Pydantic, and Requests
Published: at 10:00 AMExplore how FastAPI, Pydantic, and Requests use monkey-patching and annotation-driven patterns to create elegant APIs. Learn to build your own aspect-oriented programming system for cross-cutting concerns.