Skip to content

Instantly share code, notes, and snippets.

@andromedarabbit
Created May 28, 2015 06:07
Show Gist options
  • Save andromedarabbit/4ca1d0b198afa29e9f02 to your computer and use it in GitHub Desktop.
Save andromedarabbit/4ca1d0b198afa29e9f02 to your computer and use it in GitHub Desktop.
Convert bytes to str
# for Python 3
str(sample_bytes, 'utf8')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment