2.Download and install Python 3.8

2.Download and install Python 3.8

There are various development environments or IDEs for programming in different languages that help programmers write and edit code, find bugs, display bugs, and more.

There are several environments for implementing Python code, the simplest being IDEL. To download this coding environment, click on the following link:

https://www.python.org/downloads/

Clicking on the link above will open the following page, where on this page as you can see below, click on the button shown with the arrow to download the latest version of IDEL:

No alt text provided for this image

After downloading the file, go to the storage location and double-click on the file. Then, in the page that appears, tick Add Python 3.8 to PATH, and then click Install Now:

No alt text provided for this image

After clicking on this option the following page will appear. Wait for the app to install:

No alt text provided for this image

At the end and after the program is fully installed you will be shown a message that the program has been installed successfully and you can click the Close button:

No alt text provided for this image


To view or add a comment, sign in

More articles by Mohammad Moradi (He/Him)

  • 8.Getting user input

    Python provides the input () method to retrieve user input. As the name implies, it reads all the characters you type…

  • 7.Phrases and Operators

    Learn two words first: Operator: are symbols that perform specific actions. Operand: The values that the operators…

  • 6.Convert data types

    In Python, it is possible to convert one type to another, so-called Type Casting. Python has a set of predefined…

  • 5.Data types

    The types of data available in Python are: Using variables: Unlike languages like Java and C #, where we had to specify…

  • 4.Control characters

    Control characters are composite characters that begin with a backslash (\) followed by a letter or number and…

  • 3.Build a simple application

    Let's write a very simple program in Python. This program displays a message.

  • 1.What is Python

    Python is a versatile, object-oriented and open source programming language designed by Guido van Rossum in 1991 in the…

  • the mark @ in C#

    The @ mark allows you to override the control characters and create a more natural, readable string. When using control…

  • 31.Class as field

    Like all the variables we have used so far, one class or structure can be converted to another class member variable…

  • 30.Nested class

    Sometimes it is necessary to define a class in another class. The most important reason for this is to limit the scope…

Explore content categories