Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Basic Help Needed
#2
I normally type directly into the interactive interpreter, yes. But that's because I'm normally writing only 4-5 lines at a time, as examples for the forum lol.

For real programs, you should probably be using an editor of some sort, like VisualStudio Code, pycharm, etc, and then just running it from the command line (or within the editor, if the editor supports it). In VS Code, for example, you can run the current python file by hitting F5 (once you install the python plugin).
Reply


Messages In This Thread
Basic Help Needed - by JohnV - Jan-09-2019, 07:52 PM
RE: Basic Help Needed - by nilamo - Jan-09-2019, 07:55 PM
RE: Basic Help Needed - by buran - Jan-09-2019, 09:43 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolutely new to python - basic advise needed mariolucas75 2 2,116 Jun-12-2020, 08:36 PM
Last Post: Yoriz
  Very basic programming help needed: pig latin program bstocks 2 8,046 Dec-02-2017, 08:12 AM
Last Post: RickyWilson
  Very basic help needed please 0621_OWLgale 7 9,288 Nov-30-2016, 05:50 AM
Last Post: nilamo

Forum Jump:

User Panel Messages

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