Added section about configuring logging in a library. Thanks to Thomas Heller for...
[python.git] / Demo / scripts / README
blobd8434e8d43bf77a0ec4781058948dd1865c409ed
1 This directory contains a collection of executable Python scripts.
3 See also the Tools/scripts directory!
5 beer.py                 Print the classic 'bottles of beer' list.
6 eqfix.py                Fix .py files to use the correct equality test operator
7 fact.py                 Factorize numbers
8 find-uname.py           Search for Unicode characters using regexps.
9 from.py                 Summarize mailbox
10 ftpstats.py             Summarize ftp daemon log file
11 lpwatch.py              Watch BSD line printer queues
12 makedir.py              Like mkdir -p
13 markov.py               Markov chain simulation of words or characters
14 mboxconvvert.py         Convert MH or MMDF mailboxes to unix mailbox format
15 mkrcs.py                Fix symlinks named RCS into parallel tree
16 morse.py                Produce morse code (audible or on AIFF file)
17 pi.py                   Print all digits of pi -- given enough time and memory
18 pp.py                   Emulate some Perl command line options
19 primes.py               Print prime numbers
20 queens.py               Dijkstra's solution to Wirth's "N Queens problem"
21 script.py               Equivalent to BSD script(1) -- by Steen Lumholt
22 unbirthday.py           Print unbirthday count
23 update.py               Update a bunch of files according to a script.