<?xml version="1.0" encoding="utf-8"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="en">
<title>spikes</title>
<link rel="alternate" type="text/html" href="http://www.cfry.net/blog/spikes/" />
<modified>2004-09-02T06:34:20Z</modified>
<tagline>Random spikes from Chris Fry&apos;s brain.</tagline>
<id>tag:www.cfry.net,2007:/blog/spikes//2</id>
<generator url="http://www.movabletype.org/" version="3.01D">Movable Type</generator>
<copyright>Copyright (c) 2004, Chris</copyright>
<entry>
<title>Learning Python</title>
<link rel="alternate" type="text/html" href="http://www.cfry.net/blog/spikes/archives/2004/09/learning_python.html" />
<modified>2004-09-02T06:34:20Z</modified>
<issued>2004-09-02T06:31:21Z</issued>
<id>tag:www.cfry.net,2004:/blog/spikes//2.11</id>
<created>2004-09-02T06:31:21Z</created>
<summary type="text/plain">So I finally decided to learn python. There are some funny things about python. 1) Whitespace matters; 2) It&apos;s really hard to figure out what a method returns 3) In a classes methods you explicitly have to declare and use...</summary>
<author>
<name>Chris</name>
<url>http://cfry.net</url>
<email>social@cfry.net</email>
</author>
<dc:subject>Python</dc:subject>
<content type="text/html" mode="escaped" xml:lang="en" xml:base="http://www.cfry.net/blog/spikes/">
<![CDATA[<p>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.</p>]]>

</content>
</entry>

</feed>