Syllabus - Fundamentals of Python Programming
Syllabus - Fundamentals of Python Programming
C01 Understand the numbers, Math functions, Strings, List, Tuples, and Dictionaries in
Python
List of Practical
6 To write a Python program to find the most frequent words in a text read from a 4
file
7 To write a Python program to find the most frequent words in a text file. 4
(ii) Write a Python program to write the content “hi python programming” for the
existing file.
12 Write a program to double a given number and to write a python program add 3
two numbers using lambda ()?
13 (i) Write a Python program to display welcome to MRCET by using classes and 4
objects.
(ii) Write a Python program to call data members and function using classes and
objects.
(iii) Write a program to find the sum of two numbers using class and methods.
(iv) Write a program to read 3 subject marks and display pass or failed using
class and object.
15 Write Python program for addition of two matrix using NumPy library and find 5
transpose of a matrix.
17 Write Python program using panda library for adding new column admission no. 5
to a data frame. Initially, there are 3 columns respectively name, and marks, and
have some dummy data for each column.
18 Use Matplotlib to write python program for draw a graph of two lines 5
intersecting each other while points for line1 at x axis- (1,2,3) and at y-axis at
(2,4,1) and for line2 points are- (1,2,3) at x axis and (4,1,3) at y-axis.
Text Books:
1. Robert Sedgewick, Kevin Wayne, Robert Dondero, ―Introduction to Programming in Python: An
Inter-disciplinary Approach, Pearson India Education Services Pvt. Ltd., 2016.
2. Let Us Python - 4th edition (5 December 2021); BPB PUBLICATION
Reference Books:
3. Python: The Complete Reference, by Martin C. Brown, McGraw Hill Education; Forth edition (20
March 2018)
4. Guido van Rossum and Fred L. Drake Jr, ―An Introduction to Python – Revised and updated for
Python 3.2, Network Theory Ltd., 2011.