Anatomy of a Python If Statement
From saving throws to advantage rolls, learn how Python’s if, elif, and else conditionals let your code make decisions.
Nerdy Software Engineer.
From saving throws to advantage rolls, learn how Python’s if, elif, and else conditionals let your code make decisions.
An honest look at my Computer Science degree — the failures, the lessons, and whether it’s worth it for aspiring backend engineers in 2025.
Learn Python loops the fun way by rolling dice, casting fireballs, and finally understanding what continue really does.
A straightforward, nerdy explanation of how to use functions in Python. You'll learn how to write a function and its importance for cleaner code.
From local dev to live: How to deploy FastAPI with Docker and K3s on Kubernetes
Every developer needs a private Git repository to save code snippets, reusable modules, and lessons learned for future projects.
Learn how to automate Ghost theme deployment using GitHub Actions, secrets, and custom workflows — no more manual zipping or uploads.
Learn how to do math in Python using basic operators, built-in functions, and the math module. Perfect for beginners and leveling up your code.
In this article, I share with you the simple way to run Python scripts in the terminal, as well as the more complex method.
Avoid awkward PRs. Boost your confidence. Make life easier for your reviewers and yourself.
Learn faster, build smarter, and unlock new career paths: AI is your partner in coding beyond the 9–5.
I'll share a few ways to install Python on a Mac. Not everyone is satisfied with installing from the official site.