Number

  • Convert number to money format in web2py

    ·

    At some point in doing web application using web2py/Python I need to show numbers in money formatted string. Seems a little problem easy to handle, at first. After searching about “money” at Python Package Index then I know it was quite complex matter involved many things…

    Read More