home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / andere sprachen / python-1.3 / demo / readme < prev    next >
Encoding:
Text File  |  1996-07-16  |  488 b   |  19 lines

  1. This subdirectory contains some Python demo programs.
  2.  
  3.  
  4.  
  5. classes/    Some examples of how to use classes.
  6.  
  7. embed/        An example of embedding Python in another application.
  8.  
  9. md5test/    Test program for the optional md5 module.
  10.  
  11. scripts/    Some useful Python scripts that can be put in your
  12.         command path.  No optional built-in modules needed.
  13.         Might need some changes on the Amiga.
  14.  
  15.  
  16. ChatServer.py    Multi-user chat server, written by Irmen de Jong.
  17.         The special thing is the mud-like interface.
  18.  
  19.