Python is a programming language, and you’ll be writing your Python code in the programming environment called Spyder. The Anaconda distribution simplifies the installation process by including Python, Spyder, and other packages and tools in one installation file
Anaconda:
- Installation Software
Python:
- the programming language
- the program that runs your code
Spyder:
- an IDE (Integrated Development Environment), a text editor with added features to support programming
How to install Python
- Go to http://continuum.io/downloads
- Download the Anaconda Installar
- Run the Anaconda Setup File
- 1. Installing Anaconda Step 1 – Click Next
- 2. Installing Anaconda Step 2 – accept agreement
- 3. Installing Anaconda Step 3 – accept default setting
- 4. Installing Anaconda Step 4 – accept default distribution path
- 5. Installing Anaconda Step 5 – Accept default setting
- 6. Install Anaconda – Step 6 – Click Next again
- Click “Skip”
- Now the application have been installed successfully.