Python For Fun

Published on: 2006-4-7

Home | Archive

Python For Fun

2006-04-07T12:17:00

When people ask me for suggestions regarding simple Python projects which they can do, I direct them to Python for Fun. Chris Meyers has a set of very interesting `intermediate level' projects on this site; I use his Digital circuit simulation program as an introduction to object oriented programming in Python. I find his demonstration of Fourier analysis on the basis of certain simple properties of the sin/cos functions as very appealing to the beginner.