<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



Beginning Python

Thursday, June 15, 2006

I have officially begun learning the Python programming language. I am very excited about this endeavor, seeing as it will be my first programming language. To learn the language, I bought the book Beginning Python: From Novice to Professional by Magnus Lie Hetland. So far, this is a VERY good book to start off with. It is not so egregiously oriented to the complete computer-idiot like some books are, but still moves at a pace that most people can handle very well. The book covers everything from the very basics of Python, to GUIs and network programming. Included in the book are 10 projects that really put what you have learned in the book to work, and give you a nice push into the real world of programming. As far as I am concerned, this book looks like a terrific start to a terrific programming language.
posted by linnerd40, Thursday, June 15, 2006


0 Comments:

Add a comment