What are the benefits of using python?
What tools that helps python development do you know?
How python can be used in software testing?
What python frameworks do you know?
Explain how python does compile-time and run-time code checking?
Write an expression that evaluate to true?
What are the rules for legal python names?
Does the functions help() and dir() list the names of all the built_in functions and variables? If no, how would you list them?
Write an example of a print function in python?
How do you copy an object in python?
How to get a random number in python?
How will you sort a list?
What are the local and global variables in python?
What is sub() function?
How will you remove the last object from a list?