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…
Story Generator-practice with Python & AI! ππ€
This little project is both a fun way to create short children’s stories and a practice tool for Python and AI. Just enter a character’s name and the style of story you want β and the generator will create a 200-word tale just for you! π Example styles: magical, adventurous,…