+3 votes
283 views
Install Python 3.9 on Windows 10

in Windows 10 by (551k points)
reopened | 283 views

1 Answer

+4 votes
Best answer

How to install Python 3.9 on Windows 10

The use of programming languages ​​has taken on a high level of importance today for everything they allow us to do from the creation of websites to the development of complex applications. One of the most popular and used languages ​​in Python. Python is an object-oriented programming language with too many features that allow the developer to have the necessary tools to carry out their work in the best conditions of dynamism, security and scalability..

 

Python Features
Some of the general features of Python are:

 

  • It uses a simple syntax to understand the code entered.
  • It is useful and practical for prototyping and ad-hoc programming tasks.
  • It is possible to add new modules implemented through compiled languages ​​such as C or C ++
  • It integrates an interactive mode of Python for testing code snippets and has an integrated development environment called IDLE.
  • It integrates a powerful standard library which is compatible with programming tasks such as establishing connections to web servers, searching for text with regular expressions, reading and modifying files and more.
  • Available for macOS, Windows, Linux and Unix operating systems.
  • It is totally free.

 

 

 

Python improvements
Recently, the Python 3.9 edition has been launched, which offers us improvements and news such as:

 

  • New syntax functions.
  • New built-in functions like string methods to remove prefixes and suffixes.
  • New functions in the standard library such as variable annotations and the addition of os.pidfd_open () which facilitates the management of processes without signals.
  • Interpreter improvements such as CPython will make use of a new PEG-based parser, some modules such as audioop, _bz2, _codecs, _contextvars, _crypt, _functools, _json, _locale, math, operator, resource, time, _weakref, etc, now make use of multiphase initialization
  • The IANA time zone database will be active in the standard library in the zoneinfo module.
  • Combination operators and dictionary update.
  • Changes in languages.
  • Integration of more modern modules.

 

 

TechnoWikis will explain how to install Python 3.9 on Windows 10 and thus have this valuable programming language.

 

To stay up to date, remember to subscribe to our YouTube channel!   SUBSCRIBE

 

How to install Python 3.9 on Windows 10

 

Step 1

Let's go to the Python URL in the following link:

 

 

 Python

 

 Button

 

Step 2

There we go to "Downloads" and we will see the following:

 

image

 

 

Step 3

We click on "Python 3.9.0" to download the executable:

 

image

 

 

Step 4

Once it is downloaded, we click on it and the Python installation wizard in Windows 10 will open:

 

image

 

Step 5

There we will first activate the box "Add Python 3.9 to PATH":

 

image

 

 

Step 6

Then we select the option "Customize installation" and we will see this:

 

image

 

Step 7

There we can activate or not the optional features of Python, we click Next and in the next window we will see some additional options:

 

 

image

 

 

Step 8

We activate the "Install for all users" box and this will modify the path where Python is installed on the system:

 

image

 

 

Step 9

We click on "Install" to carry out the Python 3.9 installation process in Windows 10:

 

image

 

Step 10

Once this process comes to an end we will see the following. We click on "Close" to exit the wizard.

 

image

 

 

Step 11

Now we access the command prompt as administrators:

 

image

 

 

Step 12

In the console we are going to check the Python version with the following command:
 python -v 
image

 

 

Step 13

We can see that it is version 3.9.0. Now we go to the Start search engine and enter "Python", select "IDLE (Python 3.9 64-bit)":

 

image

 

 

Step 14

The Python console will open:

 

image

 

 

Step 15

There we are going to execute the following line to see its behavior:
 print ("TechnoWikis") 
image

 

So we have seen how to install Python 3.9 in Windows 10 with TechnoWikis and you will have a wide set of options to develop what you want..

 


by (3.5m points)

Related questions

+4 votes
1 answer
+5 votes
1 answer
asked Nov 23, 2022 in Linux/Unix by backtothefuture (551k points) | 55 views
+5 votes
1 answer
+5 votes
1 answer
asked Nov 5, 2019 in Windows 10 by backtothefuture (551k points) | 241 views
+3 votes
2 answers
asked Jun 23, 2019 in Windows 10 by backtothefuture (551k points) | 770 views
Sponsored articles cost $40 per post. You can contact us via Feedback
10,632 questions
10,764 answers
510 comments
3 users