Re: What do you think of ShowMeDo

2009-05-22 Thread Gasto
Smart ass talking. Why don't you do a thing then. Following an analogy of what you write. Put youself in Kyran's and Ian's shoes. * You create a website to help people learn open source software and open source programming. You start off with a few dozen of videos. People start coming to the si

Re: Decimal vs Float comparasion

2008-05-05 Thread Gasto
I still don't see why such a module exists. On 5 mayo, 21:52, "Yuan HOng" <[EMAIL PROTECTED]> wrote: > Hi, > > It seems decimal object will always be larger than float in > comparasion, which goes against common sense: > > >>> from decimal import Decimal > >>> a = Decimal('0.5') > >>> a > 9 >