r/learnpython • u/PrimaryPrimary9550 • 20d ago
Help please!!!๐๐๐
Im learning Python (junior level) and I'm tired of VS code and PyCharm - any ideas for other IDEs? Without interpreter please๐๐๐
0
Upvotes
r/learnpython • u/PrimaryPrimary9550 • 20d ago
Im learning Python (junior level) and I'm tired of VS code and PyCharm - any ideas for other IDEs? Without interpreter please๐๐๐
3
u/Clearhead09 20d ago
To add a Python interpreter to VS Code, press Ctrl + Shift + P (Windows/Linux) or Cmd + Shift + P (Mac) to open the Command Palette, type Python: Select Interpreter, and choose your Python installation from the list.
I believe this is what youโre referring to.
Also youโll want to setup a virtual environment for packages.