Learning Python

It’s interesting, picking up a new text and embarking on learning a new programming language. I have to admit, that I didn’t quite realize what I was getting myself into. :)

In the last week or so that I’ve been going through Learning Python by Mark Lutz & David Ascher, I’ve discovered that learning the Python programming language isn’t going to be something that I can “just pick up.” At least, not as easily as I did some other languages.

As an example, with JavaScript and ActionScript, I was learning both languages at the same time (more or less,) and was able to take things I had learned in either language and bounce them off the other language to understand more quickly how things worked. In the case of PHP, once I had the basic understanding of how the environment worked, the language itself was extremely familiar to me, being quite similar to other scripting languages such as ActionScript or the language used in developing MUDs. All I really had to worry about was learning some of the different environment variables that were available, and how some of the built-in objects worked.

In this case, the underlying principles behind the way Python works are familiar to me; it is implementing concepts that are common to most, if not all, of the scripting / programming languages that are out there. What is different, and what I realize is going to be my hurdle with this, is the way that the language is written. There appear to be a lot of nuances that I think I am going to take a little time picking up. The biggest one I think, will be the “meaning of whitespace.”

The other thing that is going to take me a little while to get my head around, I think, is that this language is much closer to something like C or C++ than I think I am used to. Where PHP, ActionScript, and JavaScript are strictly scripting languages that are more or less a layer of abstraction between the code that’s being written and the environment that you’re working in, Python (which still has some of that,) is much closer to the environment you’re working in, giving it a little more power and flexibility.

It is going to be a good thing, I believe, to be able to make use of this tool, both in my personal and professional endeavours. The only question that I think will trouble me in the future, once I get this language “picked up,” will be how to determine what language I will use for my backend project stuff; as yet, I’m not sure. :)

Posted in Python at 2:52 pm on Mar 08, 2006 by Chris

Python Apps 4 Free

I’ve had it posted on my Rate Card for quite a while now that I’m doing PRO BONO (Free) work in regards to Python-based applications. Well, I still am! :) At the present moment, I am very new to Python (very new), and as such, I’m doing free work for anyone out there who feels like asking.

Why does this make sense? Well, it gives me the opportunity to challenge myself, to see what I can do with this programming language, and it gives somebody an application for free! So, if you’re interested in taking advantage of this, I suggest you drop me a line. My contact information is readily available here, or you can e-mail me at email@chrisbraybrook.com

Posted in Post-It Notes, Programming, Python at 11:38 am on Feb 20, 2006 by Chris