Software localization
Want to build a multilingual application with the Falcon Python web framework? Follow this step-by-step tutorial to implement it painlessly.
Software localization
Tornado is a Python framework and an asynchronous networking library that serves web applications. Learn its ins and outs in this Tornado tutorial.
Software localization
Get cooking with CherryPy: Learn how to prepare a multilingual web app and leverage the power of Babel and Jinja2 for tasty CherryPy i18n.
Software localization
Learn everything you need to know about Pyramid i18n with Jinja2, and automate the generation of locale files in your Pyramid application.
Software localization
Let your Python Flask app say hi to the world in any language! Our Flask app tutorial will walk you through the process from start to finish!
Software localization
Explore the fundamental concept behind Python's locale module and learn how to use it for string, number, and date formatting.
Software localization
How to set up and serve translated content with Django REST Framework and django-parler? We'll guide you through the entire process!
Software localization
Learn how to use the GNU gettext module, bundled with Python's official standard library, to get your Python i18n and l10n development going.
Software localization
This guide will show you how to easily implement internationalization (i18n) and localization (l10n) in Django – the popular Python web framework.