Articles tagged with: Python

Tinkering with Quake

Summary: Experiments with the Quake video game, including creating a random map launcher and exploring a Javascript and WebGL port of the game's server and client code.


All roads lead to static typing

Summary: The evolution of programming languages like PHP, Javascript, Ruby, and Python towards static typing, highlighting its benefits for understanding code, reducing errors, and improving scalability.


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.