Hello guys,

I am wondering if there is a program out there or an online website that will show you the assign variables and show you a step by step process of how your application in python is compiling line by line while showing the variable changes? I have seen something similar done for other programming languages and wanted to ask if any of you know about this.

Thank you!

4 years ago

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

4 years ago
Permalink

Comment has been collapsed.

I think you're looking for something like Jupyter Lab or Jupyter Notebook.
You can even try it out in your browser: https://jupyter.org/

4 years ago
Permalink

Comment has been collapsed.

There is http://pythontutor.com/ ( github ) but it's only meant for snippets of code.
For full applications you'll likely want the best debugger you can find.

4 years ago*
Permalink

Comment has been collapsed.

Might looking something like udemy.com?

4 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

4 years ago
Permalink

Comment has been collapsed.

Microsoft Visual Studio with the appropriate python components installed should work too.

4 years ago
Permalink

Comment has been collapsed.

Thank you guys for showing me the potential of some applications like Pycharm and the pythontutor website. You guys have been very helpful, thank you!

4 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.