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