RPN calculations in Python
Add some RPN to the python interpreter with rpncalc:
The rpncalc package adds an interactive Reverse Polish Notation (RPN) interpreter to Python. This interpreter allows the use of Python as an RPN calculator. You can easily switch between the RPN interpreter and the standard Python interpreter.
Not sure why you’d want that, but must admit that I am a fan of RPN in general.