I have been exploring and developing an application in Python for mission critical work in the commercial banking arena.
Banks are way conservative in selecting new applications.
I need real proof of stability and others using.
Have looked at the Python site but now I'm hoping this crowd can tell me more.
So far I don't have a development bank partner which I will need next stage, so I'm gathering proof and pitch info. All help and comments appreciated.
amountInCents = amount * 100
if amount is a string, e.g. "1", then amountInCents = "1111111....11" – Maymaya