Black Section Separator
How to Run Python Programs in Windows
Black Section Separator
In Python interpreter you get 2 options to run Python programs.
python programming
Black Section Separator
First Python Shell and second Python IDE
python programming
Black Section Separator
Python Shell is a command line tool which we also call Python Interactive Shell
python programming
Black Section Separator
To open Python Interactive Shell in Windows
python programming
Black Section Separator
The Python folder in the start menu
python programming
Black Section Separator
Click on the Python option in it as you can see in the image below.
python programming
Black Section Separator
We mostly use Python Interactive Shell when we want to execute a single Python command.
python programming
Black Section Separator
The full form of IDE is Integrated Development and Learning Environment.
python programming
Black Section Separator
In Python IDE, you get very useful features like professional IDE’s
python programming
Black Section Separator
When you open Python IDE, then you get Shell mode default open in it
python programming
Black Section Separator
You can open IDE in the same way or you can also open it by typing IDLE in windows search
python programming
Black Section Separator
Here also you can run Python programs and commands in the same way as we did above.
python programming