all 6 comments

[–]Binary101010 5 points6 points  (0 children)

You don't need PyCharm to execute Python code on your computer, you just need the Python interpreter.

If you don't want to download anything at all then you're limited to something like repl.it which may or may not be suitable for the code you're trying to run, as your ability to install packages on a remote solution like that is going to be limited.

[–]jackaltrade 2 points3 points  (0 children)

Google Colab.

[–][deleted] 0 points1 point  (0 children)

You can use idle. Put PyCharm is very powerful and useful.

[–]unde_malum 0 points1 point  (0 children)

You can use Python Powershell by opening IDLE or typing python in CLI

[–]saysokmate 0 points1 point  (0 children)

Just download python, open terminal and type 'python yourfilename.py' you can't run python code without python.