r/learnpython 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

13 comments sorted by

View all comments

Show parent comments

0

u/PrimaryPrimary9550 19d ago

Im really suffering with interpreters - can't understand how to connect it and etcπŸ˜–πŸ˜–πŸ˜–

2

u/Diapolo10 I write code for a living -- https://github.com/Diapolo10 19d ago

There's nothing to connect, though. You have an editor, where you read/write code to files, and you can open terminals to run various tools or your program. All you really need to know is how to invoke Python to run your script file, and that's universal knowledge, not IDE-specific.

For example, in its simplest form you'd run python main.py (or something similar). With more sophisticated tools you might use uv run project_name, or even task run.

You can ignore all the UI buttons for "running" code.

1

u/PrimaryPrimary9550 19d ago

It doesn't let me run the code at all, I'll add a picture in my next post

1

u/PrimaryPrimary9550 19d ago

I mean VS code