Go to file
2017-03-01 00:47:56 -08:00
docex.py Add files via upload 2017-02-28 21:50:58 -08:00
ibol.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
lettercount.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
lis.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
lispy.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
lispytest.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
pal2.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
pal3.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
pal.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
parse.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
py2html.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
README.md Update README.md 2017-03-01 00:47:56 -08:00
SET.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
spell.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
sudoku.py Added files from norvig.com 2017-02-28 21:52:46 -08:00
testaccum.py Added files from norvig.com 2017-02-28 21:52:46 -08:00

pytudes

pytudes

This project lists some Python etudes exercises to practice or demonstrate skills.

Index of Python Files

File Description Documentation
SET.py Analyze the card game SET. SET.html
docex.py A framework for running unit tests, similar to doctest.
ibol.py ibol.html
lettercount.py Convert Google Ngram Counts to Letter Counts mayzner.html
lis.py Lisp Interpreter written in Python lispy.html
lispy.py Even Better Lisp Interpreter written in Python lispy2.html
lispytest.py Tests for Lisp Interpreters
pal.py Find long palindromes palindrome.html
pal2.py Find longer palindromes palindrome.html
pal3.py Find even longer palindromes palindrome.html
py2html.py Pretty-printer to format Python files as html
spell.py Spelling corrector spell-correct.html
sudoku.py Program to solve sudoku puzzles sudoku.html
testaccum.py Tests for my failed Python accumulation display proposal pyacc.html
yaptu.py Yet Another Python Templating Utility