Jan-09-2019, 07:52 PM
Where are programs developed? In the shell? That doesn't seem to work. Where else? How do I get instant commands to calculate? Thanks.
Basic Help Needed
|
Jan-09-2019, 07:52 PM
Where are programs developed? In the shell? That doesn't seem to work. Where else? How do I get instant commands to calculate? Thanks.
Jan-09-2019, 07:55 PM
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).
Jan-09-2019, 09:43 PM
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 |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Absolutely new to python - basic advise needed | mariolucas75 | 2 | 2,922 |
Jun-12-2020, 08:36 PM Last Post: Yoriz |
|
Very basic programming help needed: pig latin program | bstocks | 2 | 8,891 |
Dec-02-2017, 08:12 AM Last Post: RickyWilson |
|
Very basic help needed please | 0621_OWLgale | 7 | 11,160 |
Nov-30-2016, 05:50 AM Last Post: nilamo |