Dear all,
I am trying to start a FAQ kind of forum for python related questions.
All questions are mostly related to python version 2.7. Some question may not be applicable to 3.x and above.
- Why can't you delete a dictionary key while doing dict.iteritems() ?
- And why is it allow you to delete dictionary key while doing dict.items() ?
- Difference between a name startswith single underscore vs double underscore ?
- What is first class object in python ?