Forum Archive

Scientific calculator

PKHG222

Maybe have a look here: http://www.daniweb.com/software-development/python/threads/277522/gui-scientific-calculator-homework

Maybe something nice to build with Pythonista?
Ideas of which classes one needs ... and then and building it 'testdriven' with unittest
(http://docs.python.org/2/library/unittest.html) ?!

PKHG222

On my way, but without unittest,
Have a look here
http://petergragert.info/pythonista_by_pkhg/pmwiki.php/Peter/RPNCalculator

Picture of to be done Calc added and info how to get the code added.
Will go to github, if updated ..

Why my wiki? If someone is interested, he/she could get a password to
edit that page ...(or related ones if needed). On git I do not know how to make that possible ... otherwise git would be as nice ...

PKHG222

Update: inverse sin (asin) etc. and 'deg <-> rad' computations

Next idea: make it so (Peter!), that programming will be possible ;-)

PKHG222

Hi now an more or less working source can be found:
https://gist.github.com/4245408

See a picture first?

http://petergragert.info/pythonista_by_pkhg/uploads/Peter/RPN_pythonista.jpg

Comments and found errors are welcome ;-)