Tricky Areas in Python

Gerhard Häring gh at ghaering.de
Sun Oct 23 16:42:15 EDT 2005


PyPK wrote:
> What possible tricky areas/questions could be asked in Python based
> Technical Interviews?

I would try to check if the applicant understands the Python data model: 
http://docs.python.org/ref/objects.html Because I thinkt that's 
fundamental to understanding the Python language and understanding 
complexity of operations.

-- Gerhard



More information about the Python-list mailing list