I’m building a financial website with the Flask framework and I’m currently writing unit tests for it. I’m using the Babel package to format money amounts and I hit upon rather strange rounding …
Tag: currency
Currency formatting in Python
I am looking to format a number like 188518982.18 to £188,518,982.18 using Python. How can I do this?