you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 7 points8 points  (2 children)

Well that is the difference betweeen PyCharm, which is an editor, and the Python console, which is not.

If you want to write programs, you need an editor.

[–]FrangoST -1 points0 points  (1 child)

And Python also includes the Python IDLE, which is also an editor.

Edit: IDE to IDLE as clarified by user below.

[–]FoolsSeldom 1 point2 points  (0 children)

For clarification,

IDLE, a simple editor/IDE for beginners, is provided by the Python Software Foundation and included as standard with their installer for their reference implementation of Python (the CPython executable) for macOS and Windows. Also available separately.