Highly Recommended
deoren’s Twitter feed- deoren: RT @timoreilly: Whoa! Bill in Congress to overturn ban on gov propaganda used against American citizens http://t.co/FKZkZHss Tell me it ... May 19, 2012
- deoren: Background music for the Gray Matter website is so awesome: http://t.co/FcDVtWQY. I can only imagine what the entire soundtrack is like. May 19, 2012
Author Archives: deoren
Head First Python, Paul Barry
(Full disclosure: This book was provided for review at no cost to me) What you need to know: This book is geared towards a reader who has experience in at least one other programming language. I had a hard time … Continue reading
Posted in General, Reviews
Leave a comment
Renaming files with Python
I downloaded some PowerPoint slides and wmv programming videos from a college website and the original file names had spaces in them, so my browser’s downloader plugin converted the spaces to _20. I wanted to rename them so they wouldn’t … Continue reading
C++ Overloading, overriding and hiding, oh my!
Continuing where I left off previously, I’ve been going through chapter 9, Inheritance and Polymorphism from Ivor Horton’s Beginning Visual C++ 2008 and consulting various other books a little more often than I had been up until now. One of … Continue reading
Posted in Note-to-self, Programming
Tagged C++, classes, hiding, inheritance, overloading, overriding
Leave a comment
Why a base class pointer to a derived class object is ok
As I’ve mentioned in previous posts, I’ve been going through Ivor Horton’s Beginning Visual C++ 2008 and thanks to the good folks at cprogramming.com, I’ve been steered back on course by numerous helpful posts while working through chapter exercises. For … Continue reading
You Can Do It! A Beginner’s Introduction to Computer Programming
I picked up this book and the follow-up You Can Program in C++: A Programmer’s Introduction book several years ago while flailing about in an attempt to learn C++. The short version of why I didn’t succeed was that I … Continue reading


