Re: Examples / Links needed

2007-05-07 Thread Marc 'BlackJack' Rintsch
In <[EMAIL PROTECTED]>, Andy wrote: > Gurus, I'm looking for definite examples (pardon me if I'm not clear > here) on Stack class...Somewhat like this : > > class Stack(object): > def __init__(self__) > self.__contents = [] I don't know what to tell you here without writing the t

Examples / Links needed

2007-05-06 Thread Andy
Gurus, I'm looking for definite examples (pardon me if I'm not clear here) on Stack class...Somewhat like this : class Stack(object): def __init__(self__) self.__contents = [] and ad hoc implementation of a class based on number system like for example somewhat like this def __