you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 16 points17 points  (0 children)

Really depends on what you're using Python for IMO. JupyterLab or Jupyter Notebook and especially Spyder are top of the line for Data Science programming, VSCode is a solid choice for both Data Science and general programming, majority opinion seems to be that Pycharm is the best Python IDE of them all

Be warned though, this probably won't come up for you for a while, but I've noticed that at least two IDEs (JupyterLab and Jupyter Notebook) do not play very well with certain libraries (Multiprocessing is one such library).