Your Coding Teacher
371 subscribers
10 links
Coding, software engineering & #bitcoin technologies. I'll make you a better thinker, not just a better developer | Ex
Amazon, Senior DevOps @eBay
Download Telegram
Know what version of Python you're using. There are differences. For instance, when dealing with strings:

Python 3: bytes contains sequences of 8-bit values, str -> seqs of Unicode chars

Python 2: str contains sequences of 8-bit values, unicode -> seqs Unicode chars