What do you understand by the term deep copy?
How do you find the type and identification number of an object in python?
Explain help() and dir() functions in python?
What are the generator functions in python?
How is python interpreted?
Explain about assert statement?
What are the tools that help to find bugs or perform static analysis?
What are the ideal naming conventions in python?
Name some standard python errors you know?
Explain how you can minimize the memcached server outages in your python development?
What do you understand by python generator?
What is the use of ‘self’ keyword in python?
Explain about indexing and slicing operation in sequences?
What is the output of print str + “test” if str = ‘hello world!’?
What is *args and **kwargs?