How do you run Python? Best ways to execute your scripts? or How do you run Python? Need help getting

14 Replies, 537 Views

PyCharm Pro user here—worth every penny if you’re serious about Python.

But for quick stuff, I just use IDLE or the terminal. `python -i script.py` is neat for interactive mode after running.

Jupyter’s overrated unless you’re doing heavy data work. Stick to basics first.

how do you run python? Don’t overcomplicate it early on.

Messages In This Thread



Users browsing this thread: 1 Guest(s)