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.
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.
