FastAPI vs Django DRF vs Flask - Which Is the Fastest for Building APIs 07 Aug 2025 17 min read Python My goal is to give you a clear, data-driven perspective on how FastAPI, Flask, and DRF perform.
PYTHON + TIME SERIES – Correcting Outliers with Z-Score and Linear Interpolation 05 Aug 2025 11 min read Python
Tired of Pydantic? Try These 5 Game-Changing Python Libraries 01 Aug 2025 8 min read Python In this article, we'll explore five viable alternatives to Pydantic, including both built-in options and external libraries.
Stationarity in Time Series: The Power of ADF and KPSS Tests for ARIMA Models 29 Jul 2025 12 min read Python
Write a Programming Language in a Weekend (Seriously) With Python 24 Jul 2025 9 min read Python Build a toy language from scratch and understand lexing, parsing, and interpreting, all in plain Python.