For my second, more experimental coding project, I'm making an interactive geometry engine where the user can create shapes, view them in 2D and eventually in 3D! I'll also add measurements, angles, arc lengths, etc. For this I'm creating it entirely using Python, and within Pygame 3.13.
I coded a basic keyboard layout using VS Code and languages JavaScript, CSS, & HTML. It took me about 30 to 45 minutes I'd say including refreshing the browser and cleaning up errors from the console tab. This was my first beginner software project and coding project; I hope to add more and will probably add colors to the keys + other designs!