Python Executes

In python programming two way to execute programm in this topic we discuss on Interactive Mode and Using IDE.

Interactive Mode

In this method to execute python programm python setup like cmd type black window and type your python script and execute the following simple example of execute using Interactive mode.

Just goto start in your windows system and find python setup and click on python icon open a new black window look like following image.

Python Executes

Write your first simple hello world script and execute it.

Using IDE

In this method execute python programm uisng python IDE same as above step goto start and find python and select IDLE(3.5.2) and click on it.a new window open look like following image.

Python Executes

Share Share on Facebook Share on Twitter Share on LinkedIn Pin on Pinterest Share on Stumbleupon Share on Tumblr Share on Reddit Share on Diggit

You may also like this!