File: README.txt

package info (click to toggle)
zhpy 1.7.3.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 376 kB
  • ctags: 564
  • sloc: python: 4,013; makefile: 8; sh: 1
file content (28 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
zhpy
====

zhpy is the python on Chinese, which is good for Taiwan and China beginners
to learn python in our native language.

Install: http://code.google.com/p/zhpy/wiki/DownloadInstall

Open the command line, enter the current source directory and type following
command:

$ python setup.py install


Basic Usage: http://code.google.com/p/zhpy/wiki/BasicUsage


To play zhpy you even don't need to install it.

All you need to do is follow the 3 steps guide:

  1. Download the source pack
  2. Extract the pack with zip tool
  3. Run::

      $ python interpreter.py

Then you got the usable zhpy interpreter!