Python Installation and Verification
Python Installation and Verification
. After downloading, your screen will show a pop-up box prompting you to complete the
installation of Python.
. Click “Continue” until your screen looks like this. Click “Agree.”
. Before clicking install, click the “Customize” box at the bottom of the box, and if needed,
ensure all boxes have been checked off.
. Enter your password to allow the installer to install the software. You can close the
installer and move to trash as Python has been installed. Finder will open and open the
folder, “Python 3.8” which has IDLE in it. Open the application, “IDLE”.
. IDLE will open and this window is called the Script. This is where you will be writing all of
your code. It should look something like this:
On Windows:
. Go to this link and click the yellow box to download the latest version of Python (3.8.1).
Scroll down and download Windows x86-64 executable installer. If you have a 32-bit
machine, download Windows x86 executable installer
https://www.python.org/downloads/
. Run the installer, and check off “Add Python 3.8 to PATH”
3. Click “Customize installation” and check “pip”.
. Click ‘Nextʼ and make sure ‘Add Python to environment variablesʼ is checked off
5. Click ‘Installʼ. Search for ‘Python 3.8.1ʼ in the search bar and open ‘IDLEʼ. (In this image,
Python 3.6 appears but yours should be Python 3.8.1)
. You should see something like this pop up but with your version of Python. To open a
new Script, click “File” -> “New File”.