Drew DeVault 1/13/2017

The only problem with Python 3's str is that you don't grok it

Read Original

This article clarifies Python 3's string and bytes types, emphasizing that bytes are not strings. It debunks common misconceptions by comparing Python 2 and 3 string behavior with examples, showing Python 3's superior Unicode support and explaining proper decoding/encoding practices.

The only problem with Python 3's str is that you don't grok it

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week