Python Practicals

Download as pdf or txt
Download as pdf or txt
You are on page 1of 20

PRACTICALS

IT21L

Practical Assignment
Book
MCA I Semester II
2020-2022
Name :
Roll No :
Subject Faculty:
Python Programming: Prof. Tabassum Shaikh
Advance Internet Technology: Prof. Pankaj Kulkarni
1
[PART I] PYTHON PROGRAMMING

PART I
PYTHON
PROGRAMMING
[PART I] PYTHON PROGRAMMING

INDEX
Sr. No Assignment Page No.
1 Python installation and configuration with windows
and Linux
2 Programs for understanding the data types, control flow
statements, blocks and loops
3 Programs for understanding functions, use of built in
functions, user defined functions
4 Programs to use existing modules, packages and
creating modules, packages
5 Programs for implementations of all object-oriented
concepts like class, method, inheritance, polymorphism
etc. (Real life examples must be covered for the
implementation of object oriented concepts)
6 Programs for parsing of data, validations like
Password, email, URL, etc.
7 Programs for Pattern finding should be covered.
8 Programs covering all the aspects of Exception
handling, user defined exception, Multithreading
should be covered.
9 Programs demonstrating the IO operations like reading
from file, writing into file from different file types like
data file, binary file, etc
10 Programs to perform searching, adding, updating the
content from the file.
Program for performing CRUD operation with
11
MongoDB and Python
[PART I] PYTHON PROGRAMMING

Basic programs with NumPy as Array, Searching and


12
Sorting, date & time and String handling
Programs for series and data frames should be covered.
13
Programs to demonstrate data pre-processing and data
14
handling with data frame
Program for data visualization should be covered.
15

Prof. Tabassum Shaikh


Python Programming

Student Name:
Signature:
[PART I] PYTHON PROGRAMMING

1. Python installation and configuration with windows


and Linux
[PART I] PYTHON PROGRAMMING

2. Programs for understanding the data types, control


flow statements, blocks and loops
[PART I] PYTHON PROGRAMMING

3. Programs for understanding functions, use of built


in functions, user defined functions
[PART I] PYTHON PROGRAMMING

4. Programs to use existing modules, packages and


creating modules, packages
[PART I] PYTHON PROGRAMMING

5. Programs for implementations of all object-oriented


concepts like class, method, inheritance,
polymorphism etc. (Real life examples must be
covered for the implementation of objectoriented
concepts)
[PART I] PYTHON PROGRAMMING

6. Programs for parsing of data, validations like


Password, email, URL, etc.
[PART I] PYTHON PROGRAMMING

7. Programs for Pattern finding should be covered.


[PART I] PYTHON PROGRAMMING

8. Programs covering all the aspects of Exception


handling, user defined exception, Multithreading
should be covered.
[PART I] PYTHON PROGRAMMING

9. Programs demonstrating the IO operations like


reading from file, writing into file from different file
types like data file, binary file, etc.
[PART I] PYTHON PROGRAMMING

10. Programs to perform searching, adding, updating the


content from the file.
[PART I] PYTHON PROGRAMMING

11. Program for performing CRUD operation with


MongoDB and Python
[PART I] PYTHON PROGRAMMING

12. Basic programs with NumPy as Array, Searching


and Sorting, date & time and String handling
[PART I] PYTHON PROGRAMMING

13. Programs for series and data frames should be


covered.
[PART I] PYTHON PROGRAMMING

14. Programs to demonstrate data pre-processing and


data handling with data frame
[PART I] PYTHON PROGRAMMING

15. Program for data visualization should be covered.


[PART I] PYTHON PROGRAMMING

You might also like