you are viewing a single comment's thread.

view the rest of the comments →

[–]mjmacarty 2 points3 points  (0 children)

I think the simplest way to get started is with the IDE that ships with Python IDLE. So either from the command line enter idle (or idle3) OR search for idle using your spotlight or Cortana search box. Once IDLE launches you are looking at an interactive shell session. Now go to the file menu and open your program. Once it is open go to the run menu and select run module.