How can I edit my python code in cmd, if a bug raises | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I edit my python code in cmd, if a bug raises

Suggest me a best app for python running on system

10th Jan 2023, 5:13 PM
Yuva
Yuva - avatar
2 Answers
+ 3
Your question is not clear. Are you looking for a tool to modify your python script in the terminal console? Are you using Linux or windows? Or are you looking for a way to observe and change the code while it's running? This process is actually called debugging, and most IDE's and code editors do have some support for it. If you are on windows, you can also try IDLE which is part of the python install package. It is python's bundled code editor, but it can act as an interactive environment to run Python code line by line.
11th Jan 2023, 4:41 AM
Tibor Santa
Tibor Santa - avatar
+ 1
Hello. You can use code playground on sololearn, or you can download Integrated Development Environment (app where you can code, e.g. Visual Studio Code) and use python there. I don't think you can edit code written in cmd after the bug raises
10th Jan 2023, 6:25 PM
Lamron
Lamron - avatar