Downloading and Installing Python
Downloading and Installing Python
PYTHON
GO TO : https://www.python.org/downloads/
– If you're a macOS user, a version of Python 2 may already have been preinstalled on your
computer, but since we will be working with Python 3, you will still need to download and
install the relevant .pkg file from created by : Nouf Almunyif
the Python site.
Starting your work with Python
Now that you have Python 3 installed
• To start your work, you need the following tools:
• an editor which will support you in writing the code
• a console in which you can launch your newly written code
and stop it forcibly when it gets out of control;
• the Python 3 standard installation contains an application
named IDLE.
IDLE is an acronym: Integrated Development and Learning
Environment.
Example:
Python needs its files to have the .py extension
created by : Nouf Almunyif
3. Write one line into your editor window
• The line looks like this:
• https://www.youtube.com/watch?v=Fr71l40in
4o