I’m learning Python
As the subject of this post suggests, I’m learning python. I was going to go out to the local bookstore today to buy a book on python (I normally just try to learn things on my own, but I’m unfortunately in a bit of a hurry and am finding it difficult to find useful tutorials online) but it turned out I didn’t need to. Dive Into Python is available free online, or in book form, as well as Python for Software Design – How to Think Like a Computer Scientist I’m midway through chapter 3 in Dive… and my inability to stay focused has caused me to write this post.
I love free
Yesterday I hooked up a post-commit script in my svn repository that automatically publishes the python code I’m currently trying to write. It’s pretty cool as it allows you to source control your web(site/apps) I’ll post later on how to do such a thing.