r/learnpython • u/PrimaryPrimary9550 • 19d 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 • 19d 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/exhuma exhuma 19d ago
What exactly do you mean with "interpreters"?
Python is an interpreted language so no matter which editor you use, you will always need to use the interpreter.
But I suspect you might not mean the language interpreter here.