Or you can browse.

Stef's Blog

Post details: Python: How I Learned to Program Upside-down

April 2, 2007

I'm using Dive Into Python to make the necessary bridge from my old C++ understanding to this new world of programming in Python.

I didn't learn Python before with the understanding that a complete knowledge of the language was not necessary if I followed some simple steps during my appliance development tasks on my Conary-based system. However, developing rPath Appliance Platform plugins is currently much easier with some familiarity with the language beyond just following patterns and going through a trial-and-error kind of learning process. So, writing about developing plugins has motivated me to go all in and understand what I'm actually doing when I manipulate the code. The more I know, the more I feel I can say to those who know less, and perhaps the easier I can make it for those not as familiar with the language.

So far, I see that Python is a neat little language. I'm still not entirely comfortable letting go of the strict rules of C++, but I can now understand the draw of the language. I will likely continue using it for other purposes after I have learned what I need for this writing.

Comments:

No Comments for this post yet...

Comments are closed for this post.