Day: May 29, 2024

Building a CLI Battler

Greetings! Today, I’ll be talking about a simple battler program accessed via CLI. I’ve built this project in Python with a custom ORM… Continue reading on Medium » Greetings! Today,…

Programming Vs. Scripting

In computer programming, the terms “script” and “program” often refer to different types of code, each serving distinct purposes. A script… Continue reading on Medium » In computer programming, the…