-
Strings in Python 2 and Python 3
Read more »: Strings in Python 2 and Python 3The goal of this post is to show you how to properly use encode and decode in python 2 and in python 3. This post will be based on small examples that will (hopefully) make you better understand how strings work in python 2 and python 3. A bit of background on unicode and UTF-8:…