Re: [BangPypers] Internship Opporunity

2013-10-20 Thread Hicham Zmarrou
Hi Arman, Are you looking for an internship in-situ or a remote internship is also ok? We are from the Netherlands and we don't have offices in India. Cheers, Hicham On 19 October 2013 21:49, Aman Srivastava wrote: > Hi, > I have been looking out for any internships in Bangalore where I could

Re: [BangPypers] Internship Opporunity

2013-10-20 Thread Vinod Kumar Narasimhaiah
Hi Aman, We are a startup based out of bangalore and we are looking for interns. Please send me your CV. Do you also know Django or just python? Regards, Vinod On Sunday, October 20, 2013, Aman Srivastava wrote: > Hi, > I have been looking out for any internships in Bangalore where I could > le

Re: [BangPypers] BangPypers Digest, Vol 74, Issue 25

2013-10-20 Thread Saket Bhushan
On Sun, Oct 20, 2013 at 3:30 PM, wrote: > Send BangPypers mailing list submissions to > bangpypers@python.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://mail.python.org/mailman/listinfo/bangpypers > or, via email, send a message with subject or body 'h

Re: [BangPypers] One day hackathon at Thoughtworks Bangalore

2013-10-20 Thread Annapoornima Koppad
Hi Kiran, The event went fine like Sunita stated earlier. Its a very nice idea that you are thinking of considering childcare. That could work for the men too! Men do have kids and can get their kids to the events also! It will be a good thing to advertise if men needed dedicated childcare. The wo

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread s|s
On Fri, Oct 18, 2013 at 11:31 AM, Dhananjay Nene wrote: > On Tue, Oct 15, 2013 at 4:44 PM, s|s wrote: > > Hi Pranav, > > > > I would pose a counter question regarding object oriented programming. > How > > did you learn OOP concepts? I am assuming like most of us, probably > through > > a C++ or

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Dhananjay Nene
On Fri, Oct 18, 2013 at 5:58 PM, s|s wrote: > On Fri, Oct 18, 2013 at 11:31 AM, Dhananjay Nene > wrote: > >> On Tue, Oct 15, 2013 at 4:44 PM, s|s wrote: >> > Hi Pranav, >> > >> > I would pose a counter question regarding object oriented programming. >> How >> > did you learn OOP concepts? I am as

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 15, 2013 4:10 AM, "Dhananjay Nene" wrote: > > 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 p

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 18, 2013 10:54 AM, "s|s" wrote: > > Hi Pranav, > > I would pose a counter question regarding object oriented programming. How did you learn OOP concepts? I am assuming like most of us, probably through a C++ or Java course. These courses ingrain a certain expectation of what OOP should "loo

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Noufal Ibrahim
Saager Mhatre writes: [...] > Sigh! Implementing a reasonably important feature in an obscure manner > (that too, not completely, since even slots are accessible from > outside an object) is not in keeping with friendliness. I say this > feature is reasonably important since it is repeatedly br

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 21, 2013 1:18 AM, "s|s" wrote: > > Lets look at integer as an example in Python (int) > > class int(object) >int(x[, base]) -> integer > > which is unlike java where int is a "basic" non-class type. An explicit upgrade to **Integer** class is required to use OOP features. This is done w

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 21, 2013 11:14 AM, "Noufal Ibrahim" wrote: > > Saager Mhatre writes: > > > [...] > > > since even slots are accessible from outside an object > > __slots__ are not meant for data hiding. They're meant as a final "trick" to save memory when you have a large number of objects of the class yo

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Dhananjay Nene
On Mon, Oct 21, 2013 at 10:55 AM, Saager Mhatre wrote: > On Oct 15, 2013 4:10 AM, "Dhananjay Nene" wrote: >> >> 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

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 21, 2013 11:34 AM, "Noufal Ibrahim" wrote: > > [...] > > It's the final frontier beyond which space lies (sorry). > Dude, Space __is__ the final frontier! (Heh, see what I did there? :) Anyway, thanks for the other refs. - d ___ BangPypers mail

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Saager Mhatre
On Oct 21, 2013 11:39 AM, "Dhananjay Nene" wrote: > > On Mon, Oct 21, 2013 at 10:55 AM, Saager Mhatre wrote: > > > Which generally lead to poor (or at least poorer) abstractions; but I digress. > > Leaky ?? :) For the most part, yes. > > > >> I think OOPs concepts across a number of languages

Re: [BangPypers] Object Oriented Programming in python

2013-10-20 Thread Dhananjay Nene
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 > wrote: >> >> > Which generally lead to poor (or at least poorer) abstractions; but I > digress. >> >> Leaky ?? :) > > For the most p