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

Python Lab - Evaluation - Final (Ece)

Uploaded by

AKHIL Garena
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views

Python Lab - Evaluation - Final (Ece)

Uploaded by

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

SREE RAMA ENGINEERING COLLEGE

(AUTONOMOUS)
(Approved by AICTE, New Delhi – Affiliated to JNTUA, Ananthapuramu)
Accredited by NAAC with ‘A’ Grade
Rami Reddy Nagar, Karakambadi Road, Tirupati

Electronics and Communication Engineering

Year and Semester II B.Tech. I Semester Roll No :


Name of the
Python programming Lab Course Code 23A05304
Laboratory
DAY-TO-DAY EVALUATION: 30 Marks
CO1 CO2 CO3 CO4 CO5 CO6 CO7 CO8 CO9

Interpretation

Tools & Tech


Experiment
Knowledge

Engineer &
Page No.

Analysis
Signature

Society

Record
Design

Ethics
TOTAL

Team
Work
From
Data
S.No Experiment Name of the
Faculty

3M 3M 3M 4M 3M 3M 3M 3M 5M 30 M
Experiment 1:
1 Write a program to find the largest element
among three Numbers.
Experiment 2:
2 Write a Program to display all prime numbers
within an interval
Experiment 3:
3 Write a program to swap two numbers without
using a temporary variable.
Experiment 4:
Demonstrate the following Operators in Python
with suitable examples.
4 i) Arithmetic Operators ii) Relational Operators
iii) Assignment Operators iv) Logical Operators
v) Bit wise Operators vi) Ternary Operator vii)
Membership Operators viii) Identity Operators
Experiment 5:
5 Write a program to add and multiply complex
numbers
Experiment 6:
6 Write a program to print multiplication table of a
given number.
Experiment 7:
7 Write a program to define a function with
multiple return values.
Experiment 8:
8 Write a program to define a function using
default arguments.
Experiment 9:
9 Write a program to find the length of the string
without using any library functions.
Experiment 10:
10 Write a program to check if the substring is
present in a given string or not.
Experiment 11:
11
Write a program to perform the given
operations on a list: i. Addition ii. Insertion iii.
slicing
Experiment 12:
12 Write a program to perform any 5 built-in
functions by taking any list.
Experiment 13:
Write a program to create tuples (name, age,
13 address, college) for at least two members and
concatenate the tuples and print the
concatenated tuples.
Experiment 14:
14 Write a program to count the number of vowels
in a string (No control flow allowed).
Experiment 15:
15 Write a program to check if a given key exists in
a dictionary or not.
Experiment 16:
16 Write a program to add a new key-value pair to
an existing dictionary
Experiment 17:
17 Write a program to sum all the items in a given
dictionary.
Experiment 18:
Write a program to sort words in a file and put
18 them in another file. The output file should have
only lower-case words, so any upper-case
words from source must be lowered.
Experiment 19:
19 Python program to print each line of a file in
reverse order
Experiment 20:
20 Python program to compute the number of
characters, words and lines in a file.
Experiment 21:
21
Write a program to create, display, append,
insert and reverse the order of the items in the
array.
Experiment 22:
22 Write a program to add, transpose and multiply
two matrices
Experiment 23:
Write a Python program to create a class that
23
represents a shape. Include methods to
calculate its area and perimeter. Implement
subclasses for different shapes like circle,
triangle, and square.
Experiment 24:
24 Python program to check whether a JSON
string contains complex object or not.
Experiment 25:
25 Python Program to demonstrate NumPy arrays
creation using array () function.
Experiment 26:
26 Python program to demonstrate use of ndim,
shape, size, dtype.
Experiment 27:
27 Python program to demonstrate basic slicing,
integer and Boolean indexing.
Experiment 28:
28 Python program to find min, max, sum,
cumulative sum of array
Experiment 29:
Create a dictionary with at least five keys and
each key represent value as a list where this list
contains at least ten values and convert this
29 dictionary as a pandas data frame and explore
the data through the data frame as follows:
a) Apply head () function to the pandas data
frame b)Perform various data selection
operations on Data Frame
Experiment 30:
Select any two columns from the above data
30 frame, and observe the change in one attribute
with respect to other attribute with scatter and
plot operations in matplotlib
BEYOND SYLLABUS

1
Experiment 1:
Write a program to find a factorial of a number.
Experiment 2:
2 Write a program to check given number is
perfect number or not.

Faculty in-charge

You might also like