0% found this document useful (0 votes)
5 views

Python_Lab_Expt_04

The document outlines a Python lab assignment for SEIT students at Finolex Academy, focusing on lists, tuples, and dictionaries. It includes objectives, outcomes, prerequisites, hardware and software requirements, important questions, evaluation criteria, and installation steps for practical exercises. The assignment aims to enhance understanding of Python's advanced data types and their applications in programming.

Uploaded by

Prathamesh Gawas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

Python_Lab_Expt_04

The document outlines a Python lab assignment for SEIT students at Finolex Academy, focusing on lists, tuples, and dictionaries. It includes objectives, outcomes, prerequisites, hardware and software requirements, important questions, evaluation criteria, and installation steps for practical exercises. The assignment aims to enhance understanding of Python's advanced data types and their applications in programming.

Uploaded by

Prathamesh Gawas
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Hope Foundation’s

Finolex Academy of Management and Technology, Ratnagiri


Department of Information Technology

Subject name: Python Lab (SBL) Subject Code: ITL404

Class SEIT Semester –IV (R-2019 ‘C’) Academic year: 2024-25

Name of Student Prathamesh Bhushan Gawas


Roll No 24 Experiment No. 04
Title: Program to demonstrate List, Tuple, and Dictionaries.

1. Lab objectives applicable:


LOB2 - List, tuple, set, dictionary, string, array and functions.
2. Lab outcomes applicable:
LO2 - Interpret advanced data types and functions in python.
3. Learning Objectives:
To understand basic building blocks of Python language.
4. Practical applications of the assignment/experiment: Concepts are used python based applications.
5. Prerequisites:
1.​ Understanding of basic programming.
6. Minimum Hardware Requirements:
1.​ Intel dual core or higher PC, 2 GB RAM, 40 GB HDD space, NIC
7. Software Requirements:
1.​ Windows / Linux operating systems
2.​ Python 3.6 or higher, IDEs Like Notepad++ / IDLE / PyCharm / Jupyter / Netbeans / Eclipse

8. Important Questions:
1.​ What are the key differences between lists, tuples, and dictionaries in Python?
2.​ Explain the concept of mutability and how it applies to lists, tuples, and dictionaries.
3.​ What is the role of keys in dictionaries? How are they different from indexes in lists?

9. Experiment/Assignment Evaluation:
Sr. No. Parameters Marks Out of
obtained
1 Technical Understanding (Online Quiz) 6
2 Lab Performance 2
3 Punctuality 2
Date of performance (DOP) Total marks obtained 10

Signature of Faculty

Department of Information Technology


11.​ Installation Steps / Performance Steps and Results –

1.​ Create a list of cities and perform seven operations on it.

Output:-

Department of Information Technology


2.​ Create a tuple of student names and perform seven operations

Output:-

Department of Information Technology


3.​ Create a dictionary of Course Code and Course Name and perform seven operations on it.

Output:-

14. References:
[1J James Payne, “Beginning Python using Python 2.6 and Python 3.1”, Wrox Publications.
[2] Dr. R. Nageswara Rao, “Core Python Programming”, Dreamtech Press, Wiley Publications.
[3] Charles R. Severance “Python for Everybody: Exploring Data in Python 3”

Department of Information Technology

You might also like