Re: trying to create simple py script

2012-08-10 Thread Ifthikhan Nazeem
I have been using Flask for a while and it's been a positive experience so far. It's simplicity helps you to get things done faster. On Fri, Aug 10, 2012 at 8:35 AM, Lutz Horn lutz.h...@fastmail.fm wrote: Hi Smaran, Am Do, 9. Aug 2012, um 23:52, schrieb Smaran Harihar: I am trying to

Re: Looking for a good introduction to object oriented programming with Python

2012-08-08 Thread Ifthikhan Nazeem
Who could have predicted that a request for suggesting books on OOP can come so far! On Wed, Aug 8, 2012 at 9:31 PM, lipska the kat lipskathe...@yahoo.co.ukwrote: On 08/08/12 17:42, Dennis Lee Bieber wrote: On Wed, 08 Aug 2012 10:51:45 +0100, lipska the kat lipskathe...@yahoo.co.uk

Re: Looking for a good introduction to object oriented programming with Python

2012-08-05 Thread Ifthikhan Nazeem
I would recommend Bruce Eckel's Thining in Python. Check it out here http://www.mindview.net/Books/TIPython/ On Sun, Aug 5, 2012 at 8:28 PM, Mark Lawrence breamore...@yahoo.co.ukwrote: On 05/08/2012 19:04, Jean Dubois wrote: On 5 aug, 02:11, shearich...@gmail.com wrote: One reason you may

Re: Why 'Flat is better than nested'

2012-07-31 Thread Ifthikhan Nazeem
*as many as (about) 2*N - log2(N) parent child relationships* * * I would like to know how did you come up with the above formula? Forgive my ignorance. -- Thanks and Best Regards, Iftikhan Nazeem *Skype* : iftecan2000 On Tue, Jul 31, 2012 at 11:04 PM, Terry Reedy tjre...@udel.edu wrote:

Re: Python Error

2012-07-29 Thread Ifthikhan Nazeem
Hi, Have you tried printing the list which is passed onto the set. The items in the list passed should be hashable and possibly there are objects which are not hashable. On Sun, Jul 29, 2012 at 2:30 PM, subhabangal...@gmail.com wrote: On Sunday, July 29, 2012 2:57:18 PM UTC+5:30, (unknown)