Skip to content Skip to sidebar Skip to footer
Showing posts with the label Locale

Temporarily Override Locale With A Context Manager

Is there a way to temporarily activate a locale within the scope of a block of code? Basically, I w… Read more Temporarily Override Locale With A Context Manager

Error: "unsupported Locale Setting" On Python / Osx

I've got the following error trying to run a local Python scriot on OSX Lion 10.7: You are usin… Read more Error: "unsupported Locale Setting" On Python / Osx

Convert Python String Date To Mysql Datetime

I have a string field witch is a date scraped from internet and reads like this: 'Lun Ene 27, … Read more Convert Python String Date To Mysql Datetime

How To Set A Custom Thousands Separator?

I know that theoretically digits in large integers can be grouped by thousands for better readabili… Read more How To Set A Custom Thousands Separator?