Re: Python app setup

2021-06-01 Thread Terry Reedy
On 5/31/2021 2:20 PM, Murali Pa wrote: Hi, I've installed latest version of Python 3.9.5 and downloaded for Windows. Once I click on the Python app, I'm getting command screen You are getting the Python interactive interpreter. This is different from the system command line

Re: Python app setup

2021-06-01 Thread Dan Stromberg
What you've got there is a REPL, or Read-Evaluate-Print-Loop. It's good for quick little exploratory tests. For actually writing code, most people would prefer to use PyCharm or VSCode or IDLE. You may find that IDLE has come with your CPython install. Personally, I prefer vim+syntastic+jedi, but

Re: Python app setup

2021-06-01 Thread Igor Korot
Hi, On Tue, Jun 1, 2021 at 12:25 PM Murali Pa wrote: > >Hi, >I've installed latest version of Python 3.9.5 and downloaded for Windows. >Once I click on the Python app, I'm getting command screen and not sure on >the next action. could you please help me to fix this issue. >

Python app setup

2021-06-01 Thread Murali Pa
Hi, I've installed latest version of Python 3.9.5 and downloaded for Windows. Once I click on the Python app, I'm getting command screen and not sure on the next action. could you please help me to fix this issue. Python 3.9.5 (tags/v3.9.5:0a7dcbd, May 3 2021, 17:27:52) [MSC v.1928