I've been using Pydroid3, which then allows you to use tkinter as well. It has proven to be quite handy for "on the go" computing with mini-apps for doing things like product price/size comparisons, etc.
I've never tried it from the terminal (I use the same one) so maybe you can already do that as well.
The python REPL is really good as a calculator. If you give yourself a few functions like %off and %of then you have a nice shopping calculator, too.
1 comment
[ 3.0 ms ] story [ 9.9 ms ] threadI've never tried it from the terminal (I use the same one) so maybe you can already do that as well.
The python REPL is really good as a calculator. If you give yourself a few functions like %off and %of then you have a nice shopping calculator, too.