Python Interview Question For 3-5 Years Experience Candidate:
- What are the key features of Python?
- What is pep 8?
- How is memory managed in Python?
- What is __init__?
- What is the difference between range & xrange?
- What is the difference between range & xrange?
- What does this mean: *args, **kwargs? And why would we use it?
- How to remove values to a python array?
- What is the difference between deep and shallow copy?
- What is the process of compilation and linking in python?
- What is monkey patching in Python?
- How do you do data abstraction in Python?
- Explain how you can set up the Database in Django.
- Explain the use of session in Django framework?
- Is python numpy better than lists?
- What is the difference between NumPy and SciPy?
- What is map function in Python?