Friday, March 31, 2017

Python Programming Imp Questions

1   List out the exceptions in Python Programming?
2.   Define a function and syntax
3.   Define a class and syntax
4.       Explain in detail about control flow like  if-elif ,for and continue ?
5.       Explain in detail about functions and different types of arguments passing?
6.       Explain about modules in Python programming?
7.       What are the differences between an error and exception with example?
8.       What are the commands are required to display date and time with example in Python
9.       What are the basic concepts of testing?
10.       How unit testing is performed in python and how to write the test cases?
11.       How to handle the exceptions in python programming?
12.       Define testing and unit testing?
13.   Define self variable with example?