Page 232 - CTS - CSA TP - Volume 2
P. 232
COMPUTER SOFTWARE APPLICATION - CITS
Module 7 : Programming Language (Python)
EXERCISE 120 : Install, set up the environment & run
Python
Objectives
At the end of this exercise you shall be able to
• download python software
• install python.
Requirements
Tools/Materials
• PC/Laptop with Windows OS
• Latest Version of Python
Python is a high-level, interpreted, and general-purpose programming language known for
its readability and simplicity. Python has gained widespread popularity due to its ease of
learning, versatility, and extensive community support. This module will guide you Python
programming with hands-on examples and real-world applications.
In order to become Python developer, the first step is to learn how to install or update Python
on a local machine or computer. In this tutorial, we will discuss the installation of Python on
various operating systems.
Procedure
Installation on Windows
Visit the link https://www.python.org to download the latest release of Python. In this process, we will install
Python 3.12.2 on our Windows operating system. When we click on the above link, it will bring us the following
page.
Step 1: Download Python:
• Visit the official Python website: https://www.python.org/.
• Navigate to the “Downloads” section.
• Download the latest version suitable for your operating system (Windows, macOS, or Linux)
Fig 1
217