Python Interpreter
You are welcome to use any IDE you wish. I recommend repl.it (you'll need to make an account). You can also use Jupyter Notebooks or Eclipse.
Repl.it
https://replit.com/signup
Jupyter Notebook
https://jupyter.org/
Upgrading Python Interpreter
If you are using Eclipse and can execute the print command successfully without parentheses:
print 'hello'
you need to update your Python interpreter.
Mac
- Download and install Python 3.8: https://www.python.org/downloads/
- In Eclipse, click on Eclipse > Preferences > PyDev > Python Interpreter
- Click New, type python38 as the name, and copy/paste the following in the location textbox: //usr/local/bin/python3
- Click Okay
Last modified: Friday, 27 August 2021, 9:10 AM