Python Forum

Full Version: How to Execute python code
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There are 3 main ways to execute python code.

1) Interactive Prompt

2) IDE (Python script)

3) Command Line (Python script)


Versions

Windows
python install here
Linux
This is sufficiently long, we should probably break it out into a pre-req and then stuff specific to each platform.
I better organized it as well as made some things collapsible. In doing so i realized that i dont really even have a good tutorial (other than setting windows python path) on windows execution. Although i am not quite fluent in it as i am never in windows anymore.