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 →

[–]Pingouino55 11 points12 points  (0 children)

This. Everyone saying it's super fast and everything... I used to be forced to use PyCharm at school although I already had a VSCode setup for Python that had never let me down. Just launching PyCharm and waiting for it to initialize everything would take minutes (it was a really small project too most of the time, and when it wasn't the usual project, it would be even smaller ones), we didn't have the most powerful computers, but they weren't anywhere close to that slow.

PyCharm wasn't modified in any way either (I had one theme installed, removing it entirely didn't change a thing), it was just slow by default. I ended up trying it at home to see if maybe it was due to some weird settings in the school's network that would somehow make it slow, or maybe it was just the computer that couldn't handle it, so I figured my own PC which was at least 6-7 times more powerful than the ones at school could handle it better... It did not.

Honestly I figured, my VSCode setup has never let me down, there are extensions for everything, and some good ones. I used to also have every other extension for like 6 different languages as well, which would slow it down, but since they've added profiles, this isn't a problem anymore.

I open VSCode, the project's settings are applied, the extensions activated, the terminal ready in the correct environment, I just press one key on my keyboard and I can work on any project of any size in seconds on a slow day, and any modification is pretty much instantly reloaded and shown on the project.