Mastering Python Debugging: Creating a Tracer Decorator for Function Insights

Discover how to build a Python tracer decorator that logs function calls and execution details for simpler debugging.

February 6, 2025 · 5 min · John Taylor

Introducing py-file-versioning: A Flexible Python File Versioning System

Python library that provides automated file versioning with compression support, perfect for managing configuration files, documents, and system …

January 23, 2025 · 5 min · John Taylor

The Hidden Dangers of Python's requests.json() Method

Learn why blindly using .json() on HTTP responses is risky, and discover robust patterns for handling JSON parsing in Python's requests library. …

December 13, 2024 · 5 min · John Taylor

Working with HTTP Requests in Python

A practical guide to using the Python requests library for HTTP requests

December 6, 2024 · 3 min · John Taylor