1991-12-24 09:49:29 -04:00
|
|
|
This directory contains various demonstrations of what you can do with
|
1995-03-22 08:16:35 -04:00
|
|
|
Python. They were all written by me except where explicitly stated
|
|
|
|
otherwise -- in general, demos contributed by others ends up in the
|
|
|
|
../Contrib directory, unless I think they're of utmost general
|
|
|
|
importance (like Matt Conway's Tk demos).
|
|
|
|
|
|
|
|
A fair number of utilities that are useful when while developing
|
|
|
|
Python code can be found in the ../Tools directory -- some of these
|
|
|
|
can also be considered good examples of how to write Python code.
|
|
|
|
|
|
|
|
Finally, in order to save disk space and net bandwidth, not all
|
|
|
|
subdirectories listed here are distributed. They are listed just
|
|
|
|
in case I change my mind about them.
|
|
|
|
|
1993-10-27 06:29:01 -03:00
|
|
|
|
|
|
|
classes Some examples of how to use classes.
|
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
comparisons A set of responses to a really old language-comparison
|
|
|
|
challenge.
|
|
|
|
|
|
|
|
curses A set of curses demos.
|
|
|
|
|
1997-07-19 18:02:08 -03:00
|
|
|
embed An example of embedding Python in another application
|
|
|
|
(see also pysvr).
|
1994-01-18 09:35:31 -04:00
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
imputil Demonstration subclasses of imputil.Importer.
|
1997-07-19 20:13:10 -03:00
|
|
|
|
1993-10-27 06:29:01 -03:00
|
|
|
md5test Test program for the optional md5 module.
|
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
metaclasses The code from the 1.5 metaclasses paper on the web.
|
|
|
|
|
|
|
|
parser Example using the parser module.
|
|
|
|
|
|
|
|
pdist Old, unfinished code messing with CVS, RCS and remote
|
|
|
|
files.
|
|
|
|
|
1997-07-19 18:02:08 -03:00
|
|
|
pysvr An example of embedding Python in a threaded
|
|
|
|
application.
|
|
|
|
|
1993-10-27 06:29:01 -03:00
|
|
|
rpc A set of classes for building clients and servers for
|
|
|
|
Sun RPC.
|
|
|
|
|
1991-12-24 09:49:29 -04:00
|
|
|
scripts Some useful Python scripts that I put in my bin
|
1993-10-27 06:29:01 -03:00
|
|
|
directory. No optional built-in modules needed.
|
1991-12-24 09:49:29 -04:00
|
|
|
|
|
|
|
sgi Demos that only run on Silicon Graphics machines.
|
1992-04-13 15:41:41 -03:00
|
|
|
These require at least one of the optional built-in
|
|
|
|
modules that only make sense for the SGI, such as
|
1993-10-27 06:29:01 -03:00
|
|
|
'gl', 'al', and 'sv'. Split in subdirectories
|
1992-04-13 15:41:41 -03:00
|
|
|
per subject.
|
1991-12-24 09:49:29 -04:00
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
sockets Examples for the new built-in module 'socket'.
|
|
|
|
|
1993-10-27 06:29:01 -03:00
|
|
|
threads Demos that use the 'thread' module. (Currently these
|
|
|
|
only run on SGIs, but this may change in the future.)
|
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
tix Demos using the Tix widget set addition to Tkinter.
|
|
|
|
|
1995-03-22 08:16:35 -04:00
|
|
|
tkinter Demos using the Tk interface (including Matt Conway's
|
|
|
|
excellent set of demos).
|
2001-03-21 07:47:55 -04:00
|
|
|
|
2001-12-27 12:57:49 -04:00
|
|
|
xml Some XML demos.
|
|
|
|
|
|
|
|
xmlrpc XML-RPC server framework (but see the standard library
|
|
|
|
module SimpleXMLRPCServer.py for a replacement).
|
|
|
|
|
|
|
|
zlib Some demos for the zlib module (see also the standard
|
|
|
|
library module gzip.py).
|