Home > Courses > Computer Programming II (COS 202) > Introduction to Python

Introduction to Python

Subject: Computer Programming II (COS 202)
According to python official website python.org, Python is a programming language that lets you work quickly and integrate systems more effectively.

Python is a popular general-purpose high-level programming language. It was created by Guido van Rossum in 1991. Its design philosophy emphasizes code readability.

Python consistently ranks as one of the most popular programming languages, and has gained widespread use in machine learning, web development (server-side), desktop software development, data analysis and system scripting.


Installing Python


Installing Python on your computer or device is the first step to learning Python. Follow this step to install. It is very easy to do this.

1. Visit Python official website. python.org and local the "Downloads" link OR better still visit the Downloads page straight with this web address https://www.python.org/downloads/

2. Click link for the operating system that you are using e.g Windows to see the python releases for Windows OR visit go straight to the page using the web address https://www.python.org/downloads/windows/

3. I will advise you download Python version 3.9 so that when you start using other third parties libraries or tools there won't be any support inconsistency. So typically most mordern computers are 64 bit support so scroll down to locate "Python 3.9.13 - May 17, 2022" click "Download Windows installer (64-bit)" to download the Python installer for Windows.

4. Double click the just downloaded Python installer to install it on your computer

Note: that the installer comes with the Python Interpreter and a development environment called Integrated Development and Learning Environment (IDLE) which you will be using to code and run your Python programs.













By: Vision University

Comments

Oke Oluwatunmise (learner)
Date commented: 02-Feb-2026 07:11:59am


Login to comment or ask question on this topic


Previous Topic Next Topic