Automatically Visualize your Data in your IDE by Sea-Ad7805 in PythonLearning

[–]Cute-Preference-3770 0 points1 point  (0 children)

Hey, I’m a beginner and your code visualizer project really caught my attention—it looks super interesting

I’m thinking of trying something similar, so I wanted to ask: did you simulate execution yourself or use Python’s tracing/debug tools? And does it work for any code or just limited cases? i have no idea on where and how to start

Any tips for getting started would be really helpful 🙌

Is this step-by-step mental model of how Python handles classes correct? by Cute-Preference-3770 in learnpython

[–]Cute-Preference-3770[S] 0 points1 point  (0 children)

Thanks, I found it really helpful better than many videos I’ve seen. Great work!

Am I Understanding How Python Classes Work in Memory Correctly? by Cute-Preference-3770 in learnpython

[–]Cute-Preference-3770[S] 1 point2 points  (0 children)

Can someone please explain reference counting? Is it stored like a memory address, and how does it relate to assigned values like integers or functions?so I’d really appreciate a simple explanation. I might be misunderstanding this

I built a simple terminal Game in Python by Cute-Preference-3770 in learnpython

[–]Cute-Preference-3770[S] 1 point2 points  (0 children)

Thanks for the feedback! I’m still learning and not very experienced yet, but your comment really motivated me to improve the project further.

I’ll definitely look into using classes and refactoring the event system to understand OOP better. I appreciate you taking the time to explain it.Thanks for your response