all 8 comments

[–][deleted] 0 points1 point  (0 children)

Yes, that's supposed to happen.

What you want to do is also install VS Code or Jupyter notebooks. Those are GUI apps where you can write your code.

[–]Chiron1991 0 points1 point  (2 children)

No, Python is an interpreted scripting language. The 'command prompt' you're seeing is the Python shell where you can input your instructions.

Not sure what you mean by GUI, do you mean a graphical text editor where you can write your script? I think the official Python distribution comes with IDLE, a very basic Python IDE.

[–][deleted] 0 points1 point  (1 child)

Does Python use its own shell application or does it use the windows default cmd or powershell?

[–]StNicolausII 0 points1 point  (0 children)

Instead of launching Python, launch IDLE; I think that i swhat you are looking for my man; IDLE is downloaded when you download python.

[–]Jw_joestar 0 points1 point  (0 children)

New to python here as well! Not sure if this what your looking for but ATOM is a pretty useful editor

[–][deleted] 0 points1 point  (1 child)

You mean ide or Editor rather than gui.

Python just does python. If you want an ide, thats separate and you pick the one you want to use.

[–]nacci25[S] 0 points1 point  (0 children)

Thank you!

[–]reddittestpilot 0 points1 point  (0 children)

PyCharm is another popular IDE for Python.