Currently Browsing: Python

Update to “Solving Boggle-type word games in Python”

I recently updated the code in my post “Solving Boggle-type word games in Python” to run under Python 3.1.  The previous code ran under 2.6 and there were a few breaking changes between versions. The breaking changes I encountered: print is now a function call raw_input replaced with input No...

Solving Boggle-type word games in Python

An update to this post using Python 3.1 is available Recently I’ve been spending a lot of my spare time learning the Python computer programming language. This all began because of an interest in the Google App Engine, which uses Python as the primary language. I decided that it’d been a while...