pythonlab Lesson plan
pythonlab Lesson plan
HOSUR – 635130
DEPARTMENT OF COMPUTER SCIENCE
LESSON PLAN
ACADEMIC YEAR : 2024-2025
COURSE: B.COM(CA)
Date Hour
on on
Hours
which which Initial/
S.No Topics to be covered Planne
topic topic Remarks
d
covere covere
d d
CONTENT
Program to convert the given
temperature from Fahrenheit to
1 2
Celsius and vice versa depending
upon user’s choice.
Write a Python program to construct
2 the following pattern, using a nested 2
loop
Program to calculate total marks,
3 2
percentage and grade of a student.
Program, to find the area of rectangle,
square, circle and triangle by
4 2
accepting suitable input parameters
from user.
Write a Python script that prints
5 2
prime numbers less than 20.
Program to find factorial of the given
6 2
number using recursive function.
Write a Python program to count the
7 number of even and odd numbers 2
from array of N numbers
Write a Python class to reverse a
8 2
string word by word.
Read a file content and copy only the
9 2
contents at odd lines into a new file.
Create a Turtle graphics window with
10 2
specific size.