Python 3 Installation

Hello guys! My name is Ankur Saxena! I am a writer, software developer, web developer, blogger, traveler and self-publisher. I self-study and R&D various subjects related to History, Geography, Indian Politics, Information Technology (I.T.), Science and Technology, Computer Programming and Web Development and also do writing work related to it. Some of which I publish for all of you readers through my blogging website ANKUR SAXENA BLOG'S...

 

Python 3 is a simple, object-oriented programming, open source, cross platform, free and easy to learn and use programming language. Currently Python 3 is available fow Windows, macOS, UNIX and most of the distributions of Linux.

 

Through today's blog, we will learn to install Python 3 in our Linux and Windows system.


Python 3 Installation
Python 3 Installation

OUTLINE

PYTHON 3 INSTALLATION IN LINUX

PYTHON 3 INSTALLATION IN WINDOWS

 

PYTHON 3 INSTALLATION IN LINUX

In some older distributions of Linux, Python 2 is available by default with OS. Currently, in most distributions of Linux, Python 3 comes with installation of OS by default.

 

To install Python 3 in your Linux system follow the following steps:

 

1. Download Gzipped source tarball from Python’s official web page, i.e. https://www.python.org/

2. Extract the downloaded tarbal using following command:

$ tar xvfz python<package> [Hit Enter]

3. Configure and Install:

i. cd python<package> [Hit Enter]

ii. ./configure --prefix = /opt/python<package> [Hit Enter]

iii. make [Hit Enter]

iv. sudo make install [Hit Enter]

v. Enter your ‘sudo password’ and hit Enter key.

 

PYTHON 3 INSTALLATION IN WINDOWS

To install the latest version of Python 3 in your Windows System, follow the following steps:

1. Connect your system via Network.

2. Visit https://www.python.org/downloads/ web page to download the latest release of Python 3.

3. Select the Python 3 version to download.

4. Next, click on the download button.

5. After download, double click the installer.exe file.

6. Click on the Add Path ckeck box.

7. Next, click on the Install Now button.

8. Wait for the installation.

9. Now, check the python version using the powershell / command prompt:

$ python -version [Hit Enter]

 

So friends, this was my blog related to Python programming language. I hope you liked my blog / article, and hope that this blog of mine will be helpful for you. Friends, this blog of mine, if able to help you in any way, it will be a matter of great happiness for me.

If you liked this blog of mine, please subscribe to my blogs through your email id in the Enter your email address at the top of the page. So that you can get the information of any blog / article published on my blogger website first through email. And please share the link of this blog with more and more people. If you have some suggestions related to this article, you can reveal them at the end of the article through comments.

If I have made any kind of error while writing this blog, then I would like to apologize to all you readers for that. So friends, that's all for today's blog for now. See you soon, with a new blog. Till then stay happy, stay healthy, stay safe and keep studying.



Post a Comment

0 Comments