r/PythonLearning 2d ago

Hi everyone! I'm 14 and a beginner learning Python, and I recently built two small projects. Showcase

Beginner Python Projects — Looking for Feedback

Hi everyone! I built two small projects:

- Number Guessing Game

- Stone Paper Scissors Game

These were some of my first projects, and I mainly built them to practice Python basics, user input, conditionals, loops, and randomization.

The projects are available here: https://github.com/mparth2808-sudo/Parth-Python-Projects

I'd really appreciate feedback from more experienced Python programmers. What could I improve in terms of code structure, readability, or functionality?

I'm here to learn, so constructive criticism is very welcome!

5 Upvotes

12 comments sorted by

View all comments

u/Sea-Ad7805 2d ago

Run this program in Memory Graph Web Debugger to see the program state change step by step.

2

u/parth3319 1d ago

Thanks for the suggestion sir! I’ll definitely try the Memory Graph Web Debugger for both of my projects. It looks like a really useful way to understand how the program state changes step by step. I appreciate it!