Python Forum
A very simple, general question of the big picture of how python works
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A very simple, general question of the big picture of how python works
#2
I'm not sure what you're asking. To run a python program you pretty much just run it. Save your code in a file with a .py extension (like program.py), go to the command line, navigate to the folder with the file, and type python program.py into the command line. Many IDE's also have ways you can run the program you are working on without opening a command line window.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: A very simple, general question - by ichabod801 - Apr-14-2019, 07:05 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sort of a general "best practices" question malonn 2 1,294 Sep-17-2022, 10:11 AM
Last Post: malonn

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020