>>> import locale
>>> locale.setlocale(locale.LC_ALL, 'en_US')
'en_US'
>>> locale.format("%d", 1255000, grouping=True)
'1,255,000'
728x90

'Programming > Python' 카테고리의 다른 글

Django-pagination in an ajax div  (0) 2010.02.17
python email scrape  (0) 2010.01.19
Command-line tab completion in standard Python shell  (0) 2009.08.06
django tutorial  (0) 2008.04.30

+ Recent posts