cpython/Demo/scripts
Guido van Rossum 3b0a3293c3 Massive changes from SF 589982 (tempfile.py rewrite, by Zack
Weinberg).  This changes all uses of deprecated tempfile functions to
the recommended ones.
2002-08-09 16:38:32 +00:00
..
README moved lots of stuff to Tools/scripts 1995-03-02 16:00:55 +00:00
beer.py 100 bottles of beer on the wall example. 1998-12-21 18:30:20 +00:00
eqfix.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
fact.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
from.py Fixed to use new Python features and use more commonly accepted style 2001-02-20 16:21:35 +00:00
ftpstats.py nannified 1998-09-14 16:44:15 +00:00
lpwatch.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
makedir.py Fix bug discovered by Klaus-Juergen Wolf -- it runs into infinite recursion! 1999-06-09 19:07:22 +00:00
markov.py whrandom -> random 1998-05-20 17:13:01 +00:00
mboxconvert.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
mkrcs.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
morse.py Get rid of freeze (now its own directory). 1994-10-03 16:45:35 +00:00
mpzpi.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
newslist.doc Initial revision 1994-05-27 13:32:41 +00:00
newslist.py nannified 1998-09-14 16:44:15 +00:00
pi.py Changed to use the fact that str(long) doesn't produce a trailing L 2001-02-20 16:13:43 +00:00
pp.py Massive changes from SF 589982 (tempfile.py rewrite, by Zack 2002-08-09 16:38:32 +00:00
primes.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
queens.py A solution to the classic N queens problem. 2000-11-16 21:25:51 +00:00
script.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
unbirthday.py Updated to use new Python features 2001-02-20 16:32:24 +00:00
update.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
wh.py Initial revision 1992-03-02 16:20:32 +00:00

README

This directory contains a collection of executable Python scripts.

See also the Tools/scripts directory!

fact.py			Factorize numbers
from.py			Summarize mailbox
ftpstats.py		Summarize ftp daemon log file
lpwatch.py		Watch BSD line printer queues
markov.py		Markov chain simulation of words or characters
mboxconvvert.py		Convert MH or MMDF mailboxes to unix mailbox format
morse.py		Produce morse code (audible or on AIFF file)
mpzpi.py		test mpz -- print digits of pi (compare pi.py)
pi.py			Print all digits of pi -- given enough time and memory
pp.py			Emulate some Perl command line options
primes.py		Print prime numbers
script.py		Equivalent to BSD script(1) -- by Steen Lumholt
unbirthday.py		Print unbirthday count
update.py		Update a bunch of files according to a script.