You are on page 1of 3

LABORATORY JOURNAL ON

Python Programming Lab


Submitted in partial fulfillment of the requirements
for the award of degree

MASTER OF COMPUTER APPLICATIONS


Of
KLE TECHNOLOGICAL UNIVERSITY
By
Miss: Priyanka.Pawar
SRN: 01FE22MCA035

Under the guidance of

Prof. Amit V Kachavimath, Prof. Priya M Jadhav


Assistant Professor,
MCA Dept

DEPARTMENT OF MASTER OF COMPUTER APPLICATIONS


KLE TECHNOLOGICAL UNIVERSITY
Vidyanagar, Hubballi-580031, Karnataka.
May – 2023
DEPARTMENT OF MASTER OF COMPUTER APPLICATIONS
KLE TECHNOLOGICAL UNIVERSITY

CERTIFICATE
This is to certify that the Laboratory Journal entitled

“Python Programming Lab-21ECAP701”


Submitted in partial fulfillment of the requirements
for the award of degree of
Master of Computer Applications
Of
KLE Technological University, Hubballi, Karnataka
is a result of the bonafide work carried out by
Miss: Priyanka.Pawar
SRN: 01FE22MCA035
During the academic year 2022-2023

Prof. Amit V K, Dr. P R Patil ME, PhD Prof. Basavaraj S Anami


Prof. Priya M. J HoD, MCA Dept Registrar, KLE Tech,
Hubli
Assistant professor,
MCA Dept, KLETech

Viva-Voice Examination

Name of the Examiners Signature with Date

1._________________________________
______________________
2._________________________________
______________________

Contents

1) Write a program to demonstrate the different data types and conditional statements.

2) Write a program to implement the different types of built-in methods of list, tuple and
dictionary.

3) Write a program to implement the different types of mathematical functions using


Math module.

4) Write a program to calculate the mean deviation and standard deviation by taking the
input of n values.

5) Write a program to calculate the simple interest and compound interest by reading the
input principal amount, rate of interest and time taken from the user.

6) Write a program to implement the different file operations using switch case.
a) Creation of new file
b) Reading the data from file
c) Delete the file
d) Rename the file
e) Copy the file
f) List the files in directories
g) Display the current working directory
h) Appending/ Writing the content to the file

7) Write a program to demonstrate the concepts of object oriented programming and


explore the numpy library using arrays.

8) Write a program to plot the different types of graphs using matplotlib module.

Structured Enquiry

Analyze the dataset from Kaggle and UCI repository using Pandas, Numpy and
Matplotlib library. The report of 10 -15 pages must be prepared that explores the
relationship of fields in the dataset.

https://www.kaggle.com/

https://archive.ics.uci.edu/ml/index.php

You might also like