Python Forum
How to Execute python code - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Tutorials (https://python-forum.io/forum-4.html)
+---- Forum: Python Installation and Execution (https://python-forum.io/forum-41.html)
+---- Thread: How to Execute python code (/thread-117.html)



How to Execute python code - metulburr - Sep-01-2016

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



RE: How to Execute python code - micseydel - Oct-03-2016

This is sufficiently long, we should probably break it out into a pre-req and then stuff specific to each platform.


RE: How to Execute python code - metulburr - Oct-03-2016

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.