This is second part of my notes for the python interview prep. Was valid in python27 capturing here for future reference.
Table of Contents
- What is bytecode?
- How to check memory address of a variable in python?
- How to iterate over indices and list?
- What is Classmethod?
- What is Staticmethod?
- What is docstring?
- What is map?
- Difference between shallow copy and deep copy?
- Insertion Sort in python?
- Heap sort and priority queues?
- Binary Tree?
- Huffman Encoding?
- Graph in python?
- Generators in python?
- Decorators in python?
- Function Overloading in python?
- Notes process vs threads?
- Notes global interpreter lock
- What is coupling?
- What is cohesion?