Hacker News new | ask | show | jobs
by prakhar987 1676 days ago
Few questions to get started:

  -  __init__ vs __new__
  -  Difference between list and set
  -  Abstract classes use
  -  Generators vs iterators
  -  How yield works
  -  Is python call by ref/val or both. How to implement each
  -  How python list allocates space, how it is implemented
  -  what is cpython, pypy
1 comments

I'd be surprised if #1, #4, #7, #8 were ever asked in an interview, let alone for someone just learning the language.