#development #python #reading-list

🔗 How to Sort Unicode Strings Alphabetically in Python
realpython.com

Sorting strings in Python is something that you can almost take for granted if you do it all the time. Yet, it can become surprisingly tricky considering all the edge cases lurking in the vast Unicode standard. Understanding Unicode isn't an easy feat, so prepare yourself for a whirlwind tour of surprising edge cases and effective ways of dealing with them.

continue reading on realpython.com

⚠️ This post links to an external website. ⚠️