Practical No.
1: Install and configure Python IDE
• Steps to install Python :
Step 1: Select Version of Python to Install
Step 2: Download Python Executable Installer
Step 3: Run Executable Installer
Step 4: Verify Python Was Installed On Windows
Practical No. 2: Write simple Python program to
display message on screen
1. Write a Python program to display your name using
Interactive Mode
2. Write a Python program to display “MSBTE” using Script
Mode
Practical No. 3: Write simple Python program using
operators: Arithmetic Operators, Logical Operators,
Bitwise Operators
1.Write a program to convert U.S. dollars to Indian rupees.
2.Write a program to convert bits to Megabytes, Gigabytes
and Terabytes
3.Write a program to find the square root of a number
4.Write a program to find the area of Rectangle
5.Write a program to calculate area and perimeter of the
square
6.Write a program to calculate surface volume and area of a
cylinder.
7.Write a program to swap the value of two variables.
Practical No. 4: Write simple Python program to
demonstrate use of conditional statements: if’
statement, ‘if … else’ statement, Nested ‘if’
statement
1. Write a program to check whether a number is even or odd
2.Write a program to find out absolute value of an input number.
3.Write a program to check the largest number among the three
numbers
4.Write a program to check if the input year is a leap year or not
5.Write a program to check if a Number is Positive, Negative or
Zero.
6.Write a program that takes the marks of 5 subjects and
displays the grade.