
NB: On Windows, the terminal (Command Prompt) can be opened by clicking on the Windows key, then by typing “Command Prompt” and pressing Enter. Let’s open our terminal and run the following code. But before we install, we should first check if Python is installed on our system or not.

DOWNLOAD PYTHON FOR MAC COMMAND PROMPT INSTALL
In this section, we shall cover the two common ways to install Python. Unlike most Linux distributions, Windows doesn’t come shipped with Python. Please, identify your Operating system, and let’s get started as below. In this section, we shall cover installing Python on Windows, macOS, and Linux.

Portable: Python supports many platforms like Linux, Windows, MacOS, and Solaris.Python is Interactive: Interactive mode is a command-line shell that gives an immediate response for each statement.This makes debugging easy and thus is suitable for beginners. Interpreted Language: Python is an interpreted language, which means when we execute a python program, the interpreter executes the code line by line at a time.This gives the programmers an opportunity to improve the program functionality by modifying it.
DOWNLOAD PYTHON FOR MAC COMMAND PROMPT SOFTWARE
Free and open-source: Python is a free and open-source software which means that a user can edit, modify or reuse the software’s source code.

