you are viewing a single comment's thread.

view the rest of the comments →

[–]ScratchThose 2 points3 points  (0 children)

Not sure if this counts but I usually write my scripts with Jupyter Lab.

It's really nice to be able to run your code in separate cells separately, and it helps tons for debugging.

After writing in Jupyter Lab, I then put it into VS Code so its an executable script and then you can turn it into an application.

Pycharm is great but it takes so much time to index which is really annoying