Important Question
Important Question
4) Explain about iteration statements in python with its syntax and suitable example
programs. (for and while loop)
6. Elaborate the different types of arguments in python function with suitable example program
1. Explain about operation and Method or Built in Functions of List ,Tuple ,Dictionary and
Set with suitable example
2. Explain about File Handling and its types in python with suitable example.
Create mode
Open Mode
Read Mode 'r':
Write Mode 'w':
Append Mode 'a':
Close mode
2. Discuss in detail about Pandas – Series – Data frame
3. Explain about Data manipulation – Merging – Group by – Scales and Indexing and
loading
4. Explain about Date and time.
a. datetime.date
b. datetime.time
c. datetime.datetime
d. datetime.tzinfo
e. datetime.timedelta
f. datetime.timezone
3. Elaborate the different types plots -Matplotlib – scatterplot – line plot – bar plot – histogram –
box plot – pair plot