]> git.proxmox.com Git - mirror_edk2.git/blob - AppPkg/Applications/Python/Python-2.7.2/Demo/README
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.2 / Demo / README
1 This directory contains various demonstrations of what you can do with
2 Python. They were all written by me except where explicitly stated
3 otherwise -- in general, demos contributed by others ends up in the
4 ../Contrib directory, unless I think they're of utmost general
5 importance (like Matt Conway's Tk demos).
6
7 A fair number of utilities that are useful when while developing
8 Python code can be found in the ../Tools directory -- some of these
9 can also be considered good examples of how to write Python code.
10
11 Finally, in order to save disk space and net bandwidth, not all
12 subdirectories listed here are distributed. They are listed just
13 in case I change my mind about them.
14
15
16 cgi CGI examples (see also ../Tools/faqwiz/.)
17
18 classes Some examples of how to use classes.
19
20 comparisons A set of responses to a really old language-comparison
21 challenge.
22
23 md5test Test program for the optional md5 module.
24
25 metaclasses The code from the 1.5 metaclasses paper on the web.
26
27 parser Example using the parser module.
28
29 pdist Old, unfinished code messing with CVS, RCS and remote
30 files.
31
32 scripts Some useful Python scripts that I put in my bin
33 directory. No optional built-in modules needed.
34
35 sockets Examples for the new built-in module 'socket'.
36
37 xml Some XML demos.
38
39 zlib Some demos for the zlib module (see also the standard
40 library module gzip.py).