python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.47k stars 587 forks source link

Idea for Python #2291

Open ghost opened 1 year ago

ghost commented 1 year ago

Hello! I am Aditeyo. I am a beginner of Python programming. But, I have a idea to make Python more advanced. So the idea is that -

There should be a section called Runing Map. After making your code, you can see how the code is working. Like a detailed Flow-Chat. It should generate it fast. And It can help the developer. So the developer can understand or see if the code is working the way he wanted.

Thank you!

Jangle-Parth commented 9 months ago

Hello Aditeyo,

Your idea of a "Running Map" for Python is valuable! There's a fantastic tool called Python Tutor that already offers code visualization to help developers understand and debug their code better. It's a great resource to enhance your Python programming skills.

Best regards, Jangle Parth