Learning

🧮 New Version of My Python Calculator Is Live! – Simple Calculator v0.2

I’m excited to share that the updated version of my Python calculator project is now complete!This was one of my very first practice projects, and reaching version 0.2 feels like an important milestone in my learning journey. In this new version, the core math operations are now handled by separate functions, which makes the code […]

🧮 New Version of My Python Calculator Is Live! – Simple Calculator v0.2 Read More »

🔢 Working With Numbers: My First Data Evaluation Script in Python

When I first started playing around with lists and conditions in Python, I wanted to create something that felt more useful than just “print this” or “loop that”.I wanted to write a small program that could take a few numbers from the user — then analyze them. That’s how this little project was born. The

🔢 Working With Numbers: My First Data Evaluation Script in Python Read More »

✊ Rock, Paper, Scissors in Python – My First Real Game

When you’re just starting out in programming, there’s something incredibly satisfying about turning a simple idea into working code. One of the first games I wanted to build in Python was the classic: Rock, Paper, Scissors. Not a graphical version. Not something with sounds or animations.Just a good old-fashioned text-based console game, where I could

✊ Rock, Paper, Scissors in Python – My First Real Game Read More »