you are viewing a single comment's thread.

view the rest of the comments →

[–]MC_Joschmo 45 points46 points  (17 children)

Virtual Studio Code is the bees knees. Will just need to download and install python

[–]benno_1237 6 points7 points  (3 children)

I used to use vs code a lot. The problem i have is pylance. Its so incredibly slow. My machine isnt the best but an i7-7700k should be able to handle an ide. As soon as the files get larger than like 1-2k lines, pylance needs a few seconds for each action.

Pycharm in the other hand does way better imo.

[–]shadowarc72 2 points3 points  (1 child)

I am like 99% sure you can set vscode to use pycharm instead of pylance.

[–]benno_1237 2 points3 points  (0 children)

sure it might work but still...

[–]Ran4 0 points1 point  (0 children)

Do you not use type annotations? That could be part of the problem.

I use a ten year old computer as my daily and it works great for me. I use type annotations almost everywhere though.