Tag: python
All the articles with the tag "python".
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.
Building a Modern Stock Analysis System with Vortex, DuckDB, and Apache Arrow
Published: at 10:00 AMTechnical deep-dive on building an end-to-end financial data pipeline using Vortex columnar format, DuckDB OLAP engine, and Apache Arrow - demonstrating next-gen data stack for analytical workloads.