Leveling Up with Python: Code in Place 2025

I’m honored to have completed Stanford University’s Code in Place 2025, where I had the chance to strengthen my Python skills through hands-on learning. Throughout the course, I completed units on Karel the Robot, console programming, graphics, lists, and dictionaries, and successfully submitted a final project. One of the most…

Grid & Guess-Python practice

Grid & Guess is a fun word puzzle game where players erase tiles on an 8×8 grid to reveal a hidden word. I designed and developed the game entirely in Python using the graphics.Canvas module, focusing on smooth interaction and playful visuals. This project helped me strengthen my Python fundamentals…

Turning Data Into Stories: Learning the Basics of Visualization

I just finished Basics of Data Visualization Analysis on LinkedIn Learning and found it incredibly insightful. The course emphasized how effective visuals can bring meaning to complex data and help drive better decisions. I especially enjoyed learning about chart types, colour use, and how to avoid misleading visuals. A great…