You are on page 1of 1

UNIT III

With an example explain the concept of Inheritance with example

Create a Bus object that will inherit all of the variables and methods of the parent Vehicle class and
display it.

Write a python program using object oriented programming to demonstrate encapsulation,


overloading and inheritance

List out the types of Modules and Explain any two types in detail

What is JSON? Discuss with example. Compare it with dictionary

What are Regular expressions? What are the different steps to be followed to use a regular expression
in Python.

Describe with suitable python code snippet the working of find all(), search(),split(),sub() with examples.

What is a package? How to download a package, import a package, remove a package in python.

UNIT IV
Discuss the process of web scrapping in python.

Elaborate the creation and working of ndarrays in python with suitable examples.

Briefly explain the NumPy array slicing with example

Interpret the python universal function ufunc in brief.

Discuss the NumPy data types in brief

Interpret the following in python functions with suitable code snippet:

1. Sum 2. Min 3. max


Discuss the basic numerical operations on NumPy arrays

What is the difference between copy and view in NumPy?

You might also like