Python(TYBTech)

Subject: Python Programming

Class: TY BTech

 

ISE 1 (Chapter 1)

1.      What is Python Interpreter?

2.      What are Execution Model Variations in Python?

3.      Give the example of Interactive Prompt in Python.

4.      Mention the Syntactic and semantic differences between Python 2.x and Python3.x.

 

 

ISE 2 (Chapter 2)

1.      How to use Data types and variables in Python?

2.      Explain Collection data types with example in python.

3.      Write a program to explain lambda and generator.

4.      Write a program to demonstrate Exception Handling

5.      How to use Packages in python?

 

 

ISE 3 (Chapter 3 & 4)

1.      Write a program to demonstrate the use of class and object in python

2.      Write a program to explain any type of Inheritance in python.

3.      Write a program to demonstrate Polymorphism in python.

4.      Explain General calendar-related functions.

5.      How to get File and Directory Access?

 

 

ISE 4 (Chapter 5 & 6)

1.      How to read and write CSV file?

2.      What is Thread-based parallelism?

3.      How to perform Unit tests in Python?

4.      How to Measure execution time of small code snippets?

5.      What is profiling of Python scripts?

Comments