Code Portfolio
Ari Wilson
Personal Code

These small Python scripts were written for fun to solve small problems. MemPy is the latest in a long line (TI-BASIC, C, C++, Java, Delphi, C#) of memorize Pi programs that are designed to teach me something about the language in question. Over the years, I have in a totally accidental fashion personally memorized around 70 digits of pi (although some of my friends have done much better!). In this case, Python has become my favorite language to whip up small scripts to fix problems or glue together sets of data in some specific fashion for use in more complicated programs. It is a mostly elegant, expressive, and concise language. I further expanded on my knowledge of Python language features by writing the Countdown program which finds the person with the most descendants out to a given generation. Take a look for yourself!