Calculator with a history

When doing a lot of calculations I often need to go back through previous entries. Something that our GUI calculator will not do. Enter python ..

And that's just what you do. Open a terminal and enter

Code:
python

You now have a simple calculator that will keep record of all previous calculations.

1 Like

Today my favorite is speedcrunch :slight_smile:
It can be installed with the following command:
sudo apt-get install speedcrunch

1 Like

It might be worth adding, that to close python requires Ctrl/d