Home | Code | WebMenu | WCMS | Fraction
I program for a hobby. This means that these programs might not be the most robust programs out there and they may be weak with error checking. I program things that I need. I use Python because it is a simple language that is very powerful, and I don't have to fight the code when I return to it. I don't like Perl for that very reason.
WebMenu is the first part of my website content management system that I am writing in Python. This tool allows me to keep the navigation of a site in it's own file.
WCMS is my home spun web site management program. It is still in the works, and utilizes WebMenu. This page is less user documentation and more of a journal regarding the process of development.
I am working on a Play-By-EMail game called Swarming With Dwarfs. Again, entirely in Python, it is simply something I have done for fun, to challenge myself, and hopefully create a game that users would be willing to spend a small fee to play.
I was helping a student with finding all roots of a polynomial equation, which involves synthetic division which usually means fractions, since long decimal representations of fractions are hard to interpret at the high school level I expanded the fraction class originally created by Mike Hostetler.