PythonHub
2.53K subscribers
2.35K photos
50.2K links
News & links about Python programming.
https://pythonhub.dev/
Download Telegram
Django Internationalization - translate your app to multiple languages!

This video explains how Django's internationalization framework enables applications to support multiple languages by detecting a user's active language and serving the appropriate translations. It also demonstrates the makemessages and compilemessages commands, along with common localization approaches such as language cookies and URL-based language prefixes.

https://www.youtube.com/watch?v=PGMhsAcfPpI
Ordered key sharding in DynamoDB

So, you want to keep a sorted index in DynamoDB, but for whatever reason โ€“ usually throughput-related โ€“ it won't fit on a single partition. What do you do? Today, we look at the available solutions, do the math, and find out which is best.

https://death.andgravity.com/albumtitle