+ 1
Can notepad be used for Coding and interpreting
3 Respuestas
+ 4
Kenn C Offishal
1) you can write your python code in notepad
2) you just have to save the file with .py extension
3) for execution of the python file you need any interpreter or ide like pycharm or IDLE
4) Or you can run the Python program using the command line and interpreter. To do this, the programmer opens a DOS command line window,
C:>python hello.py
Where hello is the python file name
+ 2
Well I think that notepad++ is much better
0
Thanks allot