Practice For Lesson 1-1
Practice For Lesson 1-1
Basics of Python
Programming
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
1 Practices for Lesson 1: Basics of Python Programming
Practices for Lesson 1
Overview
In these practices for this lesson, you will install Python IDLE, configure pip, create python
applications using various python programming features along with modules and packages.
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
2 Practices for Lesson 1: Basics of Python Programming
Practice of 1-1: Installing and configuring Python IDLE
Overview
In this practice, you will learn to install Python IDLE and Configure pip.
Tasks:
1. On your Local Machine, using a browser, open the below URL to download Python IDLE
in windows operating system
https://www.python.org/downloads/windows/
2. Click on Download windowsx86-64 executable installer to download the latest version
of python (3.9).
3. After the Installer is successfully downloaded on your local machine, double click the
executable file python-3.9.0-amd64, as shown below.
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
3 Practices for Lesson 1: Basics of Python Programming
4. As the Installer runs, click Install Now to install Python as shown below
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
4 Practices for Lesson 1: Basics of Python Programming
6. On successful installation, verify that the Setup was successful as shown below and
click Close.
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
5 Practices for Lesson 1: Basics of Python Programming
e. Copy and paste the path of Python IDLE as shown below and click OK.
For Example, the Path of Python IDLE is:
C:\Users\user\AppData\Local\Programs\Python\Python39\
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
6 Practices for Lesson 1: Basics of Python Programming
f. Further, set the path for pip by clicking New to add the path as shown below.
g. Copy and paste the Python Scripts path to the Path and click OK as shown below.
For Example, the Python Scripts path is:
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
7 Practices for Lesson 1: Basics of Python Programming
C:\Users\user\AppData\Local\Programs\Python\Python39\Scripts\
b. Right click IDLE (Python 3.9 64-bit), from the drop down select Send to and select
Desktop (Create shortcut).
c. Verify that the Python IDLE shortcut is created on your desktop as shown below.
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
8 Practices for Lesson 1: Basics of Python Programming
Copyright © 2020, Proton Expert Systems & Solutions. All rights reserved
9 Practices for Lesson 1: Basics of Python Programming