This document describes a presentation given in Taiwan on translating Python programs into non-English languages to improve readability for non-native English speakers. It provides an example of translating 18 Turtle graphics demo programs into Traditional Chinese. The document discusses how Python 3.0 allows using non-ASCII characters as identifiers by changing the default encoding to UTF-8. It shows examples of Python code in both English and Traditional Chinese and argues that code written in one's native language can be more readable and compact.