Python: Source Code Encoding

By Xah Lee. Date: . Last updated: .

Python 3 Source Code Encoding

Python 3's file source code encoding is UTF-8 . Make sure your editor save python files in that.

Python 2 source code encoding

Python, Unicode