[BangPypers] [JOBS] - Opportunity in Test Framework Development Test Automation team at Nutanix Bangalore

2014-10-27 Thread Murali Krishna
Hi All, We have multiple positions open for highly skilled Python Programmers (of-course with relevant background), for our new team at Nutanix, Bangalore (http://www.nutanix.com) Please note that the team is being setup newly, so our humble request to engineers is to apply only if they consider

Re: [BangPypers] BangPypers Digest, Vol 86, Issue 16

2014-10-27 Thread Okan bhan
Hi Noufal, Thanks for responding and helping me explaining these. I see lots of my doubts are clear, except last (c). My explanations are inline. A simple implementation of this is: class SimpleMapping: def __init__(self, items): self._items = items def __getitems__(self,

Re: [BangPypers] BangPypers Digest, Vol 86, Issue 16

2014-10-27 Thread Noufal Ibrahim KV
On Mon, Oct 27 2014, Okan bhan wrote: Hi Noufal, Thanks for responding and helping me explaining these. I see lots of my doubts are clear, except last (c). My explanations are inline. A simple implementation of this is: class SimpleMapping: def __init__(self, items):

[BangPypers] eval (was: BangPypers Digest, Vol 86, Issue 16)

2014-10-27 Thread Noufal Ibrahim KV
Please ignore my earlier reply to your email. I hit send by accident. Please edit the subject line when you're replying to a digest. On Mon, Oct 27 2014, Okan bhan wrote: [...] 2. A mapping object is similar to a dictionary. It should return the actual object if you try to access it.