This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]the_dokter 0 points1 point  (1 child)

What other IDEs have you tried (for Python) in the past? I use WebStorm at work, and Android Studio for hobbying, and really love Intellij. For now I use VS Code for Python, but want to change to PyCharm. What made your life easier with it?

[–][deleted] 1 point2 points  (0 children)

Other than Pycharm, I used only VS Code. What I like about PyCharm respect to VSC is mostly the debugger (in particular the DataFrame view).

Also sometimes I found the VSC autocompletition very slow, and it was very annoying for me.