Accessing FastAPI Swagger docs offline
how can you access fastapi swagger docs offline
Posted on March 21, 2026 by NIYONSHUTI Emmanuel
4 posts
how can you access fastapi swagger docs offline
a CLI tool to check Python package health from PyPI and GitHub
Externally-managed Python environments, dist-packages vs site-packages, and how modern tools like uv handle package isolation.
Dates, times and datetimes can be confusing in programming. This blog explains what they are and how Python handles them, focusing on naive and aware datetimes. I'm using Python 3.12, which is when they started recommending `datetime.now(UTC)` over the now-deprecated `datetime.utcnow()`.