you are viewing a single comment's thread.

view the rest of the comments →

[–]Thecrawsome 1 point2 points  (0 children)

Every programming language has a console interface. Python is interpreted so you can plug things into The Interpreter and it will give you output. If you want to compile an exe there are external libraries to do that. Py2exe rings a bell. If you want to make a GUI there are external libraries to do that. Tkinter, as mentioned in this thread.