Re: [Tutor] Calculator research

2007-06-10 Thread Alan Gauld
"Adam Urbas" <[EMAIL PROTECTED]> wrote > The problem I had before was that I was really excited to create > something original or better or ,you know, anything, that I wasn't > really willing to just slow down and take the time to actually learn > python. Yes, thats always a temptation, but its u

Re: [Tutor] Calculator research

2007-06-09 Thread Adam Urbas
Ok then Alan, I'll be sure to check that out. I wasn't sure that what a GUI was so now I know. I haven't been able to mess around with python for a while, so I haven't gotten any further on your tutorial. The problem I had before was that I was really excited to create something original or bette

Re: [Tutor] Calculator research

2007-06-02 Thread Alan Gauld
"Adam Urbas" <[EMAIL PROTECTED]> wrote > Ok, this is my research for a better calculator. I want to make a > calculator that is much less lame than the one that comes standard Thats a good beginners project. But you should go through one of the tutorials first because you are still asking a lot

Re: [Tutor] Calculator research

2007-06-02 Thread Andrei
Hi Adam, > Ok, this is my research for a better calculator. I want to make a > calculator that is much less lame than the one that comes standard > with windows. If anyone has any ideas for how to start or some things A very simple option would be to just call eval() - you get the full power o

[Tutor] Calculator research

2007-06-01 Thread Adam Urbas
Sup all, Ok, this is my research for a better calculator. I want to make a calculator that is much less lame than the one that comes standard with windows. If anyone has any ideas for how to start or some things I should know, then feel free to inform me. The truth is, I don't exactly know wher