Install visual studio code in you laptop and create a file called program.py. Below you can see the VS code installation steps explained in a short 5 minutes video.
Credits : Harsivo Edu
Just write a print statement shown below and click the the run button in VS code.
Hurray… ! you run your first python code.
# program1.py
print("Hello world")