Articles tagged with: Python

Book Review: Infinite Game Universe: Mathematical Techniques

Summary: Review of the book 'Infinite Game Universe: Mathematical Techniques' by Guy W. Lecky-Thompson.


Let's talk about idempotency

Summary: The concept of idempotency in computer science, explaining its definition, benefits, and how to achieve it using an idempotency key. It also explores alternative approaches and the challenges of achieving pure idempotency in complex systems.


Four Horsemen of the Python Apocalypse

Summary: Discusses the four tools that can improve a Python codebase: mypy, flake8, isort, and black. Explains the benefits and configurations of each tool.


Book Review: Two Scoops of Django 1.11

Summary: Review of the book 'Two Scoops of Django 1.11' by Daniel Greenfeld and Audrey Roy Greenfeld.


On measuring and adding complexity

Summary: About the importance of measuring code changes when adding complexity, implementing Chrome's new native image lazy-load attribute as a Pelican plugin as an example.