Write python language in chinese
Project description
zhpy is the full feature python with chinese keywords, variables, and parameters support.
zhpy on python is good for Taiwan and China beginners to learn python in our native language.
zhpy is a lightweight python module and a chinese source convertor on python, which provides interpreter and command line tool to translate zhpy code to python. The python code written by traditional and simplified chinese could be translated and execute as nature python code.
zhpy support full python syntax. Code written in zhpy could be converted to natual python and be used in normal python programs.
zhpy provide interpreter, which allow execise zhpy and python interactivily.
zhpy provide a method ‘zh_exec’ that allow to embed chinese script in python, zhpy could be used as the chinese script in shell as well.
zhpy is fully tested, which use ~60 test cases to test the small(<10k) source.
zhpy use pyparsing module to detect chinese keywords, class name, methods, arguments, variables and translate them back to python.
It’s possible for developers to port zhpy to python on korean or python on japenese.
Check examples here.
Install zhpy
You could use easy_install command to install zhpy:
$ easy_install zhpy
or check instructions for detail.
Usage
You could use zhpy interpreter to test zhpy:
$ zhpy >>> print 'hello in chinese' hello in chinese
Browse project homepage to get examples in chinese.
check the BasicUsage for detail.
Programming
You could mix original english keywords and Chinese keywords in your zhpy source.
Reserved keywords are listed here
You could view the ChangeLog to see what’s new in these version
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.