Wednesday, July 25, 2007

Python Programming

Anybody who has ever used C++, JAVA e.t.c and later used a scripting will tell you the beauty of scripting. Most scripting languages come loose typed. By loose typed, I mean that you don't declare variables on the top of the code, as with C++, JAVA e.t.c. Though a conduit for messy code, it is quite helpful to the programmer who wishes to do minimal code.
For those in python, they will agree with me that the going can't get smoother. Considering the power in python and the ease of coding, then programming becomes easier for the novice. Forget about braces every now and then, python only uses indentation in its syntax. You may say that this is worse than braces but try using the default python editor (IDLE) and you'll change your mind as this is done automatically.
And for those who want to test small code snippets, you don't have to create new files and stuff, you got a command line to run your scripts on the fly.

So guys, more so in Africa, let the python swallow you!!

My Debut

Ladies and gentlemen, I humbly welcome you to my new blog. This is an attempt to let the world into my inner self. As my title says, the little things we do, make us big. When a little stuff from me, and another from someone else come together. We get a whole, that is larger than the sum of individual parts.

Enough of welcoming. Lets get to serious business.

In this blog, expect stuff on programming and just more programming. I can't just get my hand off the keyboard, when it gets to programming.
I'll post here tricks and tips on python programming (which is my new love), moreso on the Nokia Mobile phones (S60 and above).
Feel free to post any comments. I welcome them alot.