« Back from vacation | Main | XML Prefixes and Namespaces »
September 01, 2004
Learning Python
So I finally decided to learn python. There are some funny things about python. 1) Whitespace matters; 2) It's really hard to figure out what a method returns 3) In a classes methods you explicitly have to declare and use the self reference (like this). Other than these stranged things python is a lot of fun. I was able to write a program to invoke the google search api in about 15 mins, so that was fun and productive.
Posted by Chris at September 1, 2004 10:31 PM