Re: [BangPypers] First python interview

2013-10-17 Thread konark modi
This is a great introduction to data structures and algorithms and that too in Python. http://interactivepython.org/courselib/static/pythonds/Introduction/introduction.html Regards Konark On Thu, Oct 17, 2013 at 10:50 AM, ashish makani wrote: > Some really insightful stuff here > > https://news

Re: [BangPypers] First python interview

2013-10-16 Thread ashish makani
Some really insightful stuff here https://news.ycombinator.com/item?id=6559404 http://www.interviewcake.com/tips-and-tricks *The only way to do great work is to love what you do. If you haven’t found it yet, keep looking. Don’t settle. As with all matters of the heart, you’ll know when you find

Re: [BangPypers] First python interview

2013-10-15 Thread ashish makani
Lots of great links & resources ! Thanks Krace for the great reddit links Time complexity of operations on python data structures might be useful https://wiki.python.org/moin/TimeComplexity All the best Avneesh ! Update this thread with the questions you got asked after the interview cheers as

Re: [BangPypers] First python interview

2013-10-14 Thread Dhananjay Nene
On Tue, Oct 15, 2013 at 11:25 AM, Navin Kabra wrote: > If I were interviewing you, I would not really be checking your python > knowledge (unless you claimed to be good in Python in your resume). I > would really check how good you are in Java (your primary language), and > your general programmin

Re: [BangPypers] First python interview

2013-10-14 Thread Navin Kabra
If I were interviewing you, I would not really be checking your python knowledge (unless you claimed to be good in Python in your resume). I would really check how good you are in Java (your primary language), and your general programming and problem solving skills. However, if I really wanted som

Re: [BangPypers] First python interview

2013-10-14 Thread Pranav Raj
I suggest you first go through some examples to get a feel of python and once you feel comfortable start coding.I don't think it will take a lot of time for you to learn python. > Subject: [BangPypers] First python interview > > Hi guys, > > I am going in for my first pytho

Re: [BangPypers] First python interview

2013-10-14 Thread kracekumar ramaraju
Few reddit links 1. http://www.reddit.com/r/Python/comments/1knw7z/python_interview_questions/ 2. http://www.reddit.com/r/Python/comments/dxvtv/favorite_python_interview_question/ 3. http://www.reddit.com/r/Python/comments/1dbls9/python_interview_question_and_answers/ On Mon, Oct 14, 2013 at 9:

Re: [BangPypers] First python interview

2013-10-14 Thread L Radhakrishna Rao
Focus more on problem solving, not language. It is problem solving ability, which is seen. On Mon, Oct 14, 2013 at 6:35 PM, Vinayak Hegde wrote: > Since you are already somewhat comfortable with python. I suggest the > following depending on how much time you have. > > 1. Learn Python the

Re: [BangPypers] First python interview

2013-10-14 Thread Vinayak Hegde
Since you are already somewhat comfortable with python. I suggest the following depending on how much time you have. 1. Learn Python the hard way http://learnpythonthehardway.org/book/ Work your way through the book as much as possible 2. Project Euler http://projecteuler.net/ Implement some of t

[BangPypers] First python interview

2013-10-14 Thread Avneesh Chadha
Hi guys, I am going in for my first python interview. I have never actively worked in python(java programmer) but am comfortable with it to some extent(used it for competing at code chef). I am sure all you python gurus probably would have interviewed people for python and many of you would have