Pycharm? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Pycharm?

I have been using Visual Studio for Python for a while now but it is quite slow. I have Python and Pycharm installed already but Pycharm won't recognise I have it installed. If I were to switch IDEs, how? I click add configuration but it says Python 3.7 isn't installed on my machine despite Visual Studio working (slow) and it being in my Python folder. Can someone help?

13th Mar 2019, 8:44 AM
Clueless Coder
Clueless Coder - avatar
2 Answers
+ 7
Did you check the jetbrains tutorials how to set up Pycharm? I use a venv (virtual environment) for each project - this gives you flexibility about which libraries you want to use for each project, that can actually impact the performance. https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html
14th Mar 2019, 5:34 PM
Tibor Santa
Tibor Santa - avatar
+ 4
UPDATE: Pycharm is still not working, but Notepad++ is. I think I will close this here, I have a proper IDE working quickly and that is good enough
12th May 2019, 4:44 PM
Clueless Coder
Clueless Coder - avatar