Re: [Tutor] Simple RPN calculator

2004-12-05 Thread Cullen Newsom
Just thought I would throw this out there, and say that an AVR microcontroller and some small amount of hardware would make a neat RPN calc. http://www.hp.com/calculators/articles/rpn.html Cullen __ Do you Yahoo!? All your favorites on one per

Re: [Tutor] Simple RPN calculator

2004-12-04 Thread Cullen Newsom
> RPN calculator, with operators and operands separate? Sounds > counter-intuitive to me. > What's the advantage I'm missing? Yes, by all means, please explain the advantages/differences of RPN calculators. All I know about them is that in High School, I went to UIL Calculator Math competitio

Re: [Tutor] hello.py: line 1: print: command not found

2004-12-04 Thread Cullen Newsom
n [EMAIL PROTECTED]:~> ls -l hello.py -rwxrwxrwx 1 nooseisloose users 42 2004-12-04 18:36 hello.py > On Dec 5, 2004, at 00:53, Cullen Newsom wrote: > > > Hello List, > > > > Here is my Error: > > hello.py: line 1: print: command not found > > Here is m

[Tutor] hello.py: line 1: print: command not found

2004-12-04 Thread Cullen Newsom
Hello List, Here is my Error: hello.py: line 1: print: command not found Here is my cat hello.py: [EMAIL PROTECTED]:~> cat hello.py #!/usr/bin/python print "Hello, world!" [EMAIL PROTECTED]:~> Here is some info which might help that I learned from an earlier post: >>> print repr(