Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gasolin/zhpy

周蟒, 用中文化 python 語法寫程式
https://github.com/gasolin/zhpy

Last synced: 2 months ago
JSON representation

周蟒, 用中文化 python 語法寫程式

Awesome Lists containing this project

README

        

# zhpy
周蟒, 用中文化 python 語法寫程式

## 安裝

$ pip install -U zhpy

## 使用

安裝好後你可以立即試用周蟒中文 Python 直譯器. 試著在直譯器上輸入

```
印出 '哈囉, 世界'
```

```
$ python interpreter.py
zhpy X.X in darwin on top of Python 2.X.X
>>> 印出 '哈囉, 世界'
哈囉, 世界
```

這樣你就完成了你的第一個中文程式囉!

## 使用方法
https://github.com/gasolin/zhpy/blob/wiki/BasicUsage.md

## 完整教學
https://github.com/gasolin/zhpy/blob/wiki/ByteOfZhpy.md

Migrated from code.google.com/p/zhpy