[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

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

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 vinay...@gmail.com wrote: Since you are already somewhat comfortable with python. I suggest the following depending on how much time you have. 1.

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

Re: [BangPypers] First python interview

2013-10-14 Thread Pranav Raj
Date: Mon, 14 Oct 2013 18:22:44 +0530 From: avneesh.cha...@gmail.com To: bangpypers@python.org Learning Django may take some time, but python is a programming language in which you don't have to put any extra effort in learning if you know any other programming language. I suggest you

[BangPypers] Object Oriented Programming in python

2013-10-14 Thread Pranav Raj
Hi fellow python lovers, I wanted to do OOPS programming in python, but i just found out that there are no private variables in python. Does anyone know why python classes have no private variables and why python's OOPS concept are a lot different from other programming languages? thank

Re: [BangPypers] Object Oriented Programming in python

2013-10-14 Thread Dhananjay Nene
On Tue, Oct 15, 2013 at 1:46 AM, Pranav Raj pranav09...@hotmail.com wrote: Hi fellow python lovers, I wanted to do OOPS programming in python, but i just found out that there are no private variables in python. Does anyone know why python classes have no private variables and why python's

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