Posted by
Aaron on Jan 15, 2012 in
Python |
0 comments
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 more .has_key() in dictionary objects, instead use in
sorted parameters change
I also wanted to share a link to a good word list that I found. I found that if you look for word lists for Scrabble...
Posted by
Aaron on Jan 7, 2010 in
Python |
0 comments
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 since I picked up a new programming language (the last being C#) and I knew I’d have some spare time over the holidays.
Anyhow, there are a number of excellent learning resources for Python, but I...
No Results Found
The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.