| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| < | > | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||
Choose skin
Stef's Blog
Post details: Python: How I Learned to Program Upside-down
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.