NIYONSHUTI Emmanuel
HomeMusing

© 2024 - 2026 NIYONSHUTI Emmanuel. All rights reserved.

source code

python

4 posts

Accessing FastAPI Swagger docs offline

how can you access fastapi swagger docs offline

Posted on March 21, 2026 by NIYONSHUTI Emmanuel
Read Accessing FastAPI Swagger docs offline

whatdeps: checking if your dependencies are still alive

a CLI tool to check Python package health from PyPI and GitHub

Posted on February 25, 2026 by NIYONSHUTI Emmanuel
#python#whatdeps#pypi#cli
Read whatdeps: checking if your dependencies are still alive

Externally-managed Python Environments and uv

Externally-managed Python environments, dist-packages vs site-packages, and how modern tools like uv handle package isolation.

Posted on January 24, 2026 by NIYONSHUTI Emmanuel
Read Externally-managed Python Environments and uv

Datetimes, Timezones, and UTC in Python3 (Naive vs Aware Explained)

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()`.

Posted on November 23, 2025 by NIYONSHUTI Emmanuel
#python3#datetime#timezones#utc
Read Datetimes, Timezones, and UTC in Python3 (Naive vs Aware Explained)