Python Forum
Thread Rating:
  • 1 Vote(s) - 2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Basic Help Needed
#1
Where are programs developed? In the shell? That doesn't seem to work. Where else? How do I get instant commands to calculate? Thanks.
Reply
#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
#3
you may want to check https://python-forum.io/Thread-How-to-Ex...ython-code
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Absolutely new to python - basic advise needed mariolucas75 2 2,065 Jun-12-2020, 08:36 PM
Last Post: Yoriz
  Very basic programming help needed: pig latin program bstocks 2 7,993 Dec-02-2017, 08:12 AM
Last Post: RickyWilson
  Very basic help needed please 0621_OWLgale 7 9,170 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