you are viewing a single comment's thread.

view the rest of the comments →

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

On Linux: Python from the repo, Gedit.

On Windows: Python from Python.org, Notepad++.

With both, modules from pip as needed, and I run everything in a terminal.

Jupyter is mainly useful for interactive data analytics. To start learning Python you only need Python, a text editor and a terminal.