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 console/
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
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.
>Pyt
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