Who created python?
How many kinds of sequences are supported by python? What are they?
Explain python’s slice notation?
Explain lambda expressions. When would you use one?
What the return key word will do in python functions?
What is the difference between old style and new style classes in python?
What is the process of pickling and unpicling?
How do you split a list into evenly sized chunks?
What is a python constant?
What’s the difference between raw_input() and input() in python3.x?
How do you sort a list in reverse order in python?
Is there any equivalent to scanf() or sscanf()?
Why python is popular nowadays?
explain the reduce() function?
What is blob in python?