I'm learning Python for fun and need ideas for neat programs to write.
I know the basic features of the language pretty well, including some of the trickier stuff like list comprehension, but I don't know the standard library very well.
So that you can gauge my current level, I'll have you know that the most sophisticated thing I've written so far is an implementation of the game
Reversi (aka Othello), including a simple AI, for which I am currently writing a GUI in wxPython (I didn't like Tkinter).
Not interested in learning Django (yet).
I used the challenges in
Project Euler for a while -- I solved the first 25 -- and it was fun while I was still mastering the semantics of Python. But I've grown tired of them: the problems are increasingly complex mathematically, but relatively easy to implement once one grasps the appropriate algorithm. I also dabbled with Python Challenge.
posted by SpecialK at 10:42 AM on February 1