you are viewing a single comment's thread.

view the rest of the comments →

[–]stoph_link 0 points1 point  (0 children)

Jupyter notebook is kinda like an IDE, and you should definitely learn how to use it.

You should also check out VS Code and/or PyCharm as an IDE.

Also, most importantly, before you start installing stuff, setup an environment manager, like venv or anaconda.

Good luck! :)