Interactive Python modes are an easy way to learn new libraries. Scripting languages are easy to learn on their own because ...
Learn the 3-step process to localize your Python scripts using the gettext CLI tools. Includes tips for pluralization, ...
Is there some trick to get translate to work right with unicode strings? I finally gave up in frustration and just used replace as well - horribly inefficient but at least it works.