Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Sirtaj Singh Kang
On 10/21/2013 11:53 AM, Saager Mhatre wrote: [snip] That's pretty much what always foiled my attempts at understanding Python MetaClasses, I was looking for power where there was none to find. The best comparison I could find was to Groovy's Compile time AST transforms, but even those are even m

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Dhananjay Nene
On Mon, Oct 21, 2013 at 11:46 PM, Saager Mhatre wrote: > On Fri, Oct 18, 2013 at 11:33 AM, Dhananjay Nene > wrote: > >> On Tue, Oct 15, 2013 at 2:33 PM, Dhruv Baldawa >> wrote: >> > Also take a look at videos by Raymond Hettinger >> > http://pyvideo.org/speaker/138/raymond-hettinger >> >> I have

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Saager Mhatre
On Tue, Oct 15, 2013 at 1:46 AM, Pranav Raj 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 OOPS concept are a lo

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Saager Mhatre
On Fri, Oct 18, 2013 at 11:33 AM, Dhananjay Nene wrote: > On Tue, Oct 15, 2013 at 2:33 PM, Dhruv Baldawa > wrote: > > Also take a look at videos by Raymond Hettinger > > http://pyvideo.org/speaker/138/raymond-hettinger > > I have some serious reservations on how OO is packaged here. Wanted to > p

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Saager Mhatre
On Mon, Oct 21, 2013 at 7:11 PM, Dhananjay Nene wrote: > Since you suggested that "Superior constructs > implemented inferiorly." and did not respond to the line which > wondered if that was based on syntactic or stylistic differences, I believe I responded to that statement by saying that the d

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Dhananjay Nene
On Mon, Oct 21, 2013 at 6:42 PM, Saager Mhatre wrote: > On Oct 21, 2013 3:21 PM, "Dhananjay Nene" wrote: >> >> On Mon, Oct 21, 2013 at 3:02 PM, Saager Mhatre > wrote: >> > On Oct 21, 2013 12:09 PM, "Dhananjay Nene" > wrote: >> >> >> >> On Mon, Oct 21, 2013 at 11:53 AM, Saager Mhatre < > saager.

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Saager Mhatre
On Oct 21, 2013 3:21 PM, "Dhananjay Nene" wrote: > > On Mon, Oct 21, 2013 at 3:02 PM, Saager Mhatre wrote: > > On Oct 21, 2013 12:09 PM, "Dhananjay Nene" wrote: > >> > >> On Mon, Oct 21, 2013 at 11:53 AM, Saager Mhatre < saager.mha...@gmail.com> > > wrote: > >> > On Oct 21, 2013 11:39 AM, "Dhana

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Dhananjay Nene
On Mon, Oct 21, 2013 at 3:02 PM, Saager Mhatre wrote: > On Oct 21, 2013 12:09 PM, "Dhananjay Nene" wrote: >> >> On Mon, Oct 21, 2013 at 11:53 AM, Saager Mhatre > wrote: >> > On Oct 21, 2013 11:39 AM, "Dhananjay Nene" > wrote: >> >> >> >> On Mon, Oct 21, 2013 at 10:55 AM, Saager Mhatre < > saage

Re: [BangPypers] Object Oriented Programming in python

2013-10-21 Thread Saager Mhatre
On Oct 21, 2013 12:09 PM, "Dhananjay Nene" wrote: > > On Mon, Oct 21, 2013 at 11:53 AM, Saager Mhatre wrote: > > On Oct 21, 2013 11:39 AM, "Dhananjay Nene" wrote: > >> > >> On Mon, Oct 21, 2013 at 10:55 AM, Saager Mhatre < saager.mha...@gmail.com> > > wrote: > >> > >> > Which generally lead to p