Packt Publishing asked me to be a technical reviewer for one of their latest Python books, Mastering Object-Oriented Python by Steven Lott. This book is a sequel of sorts to their 2010 release, Python 3 Object Oriented Programming by Dusty Phillips, which I reviewed here. Note: This book is explicitly for Python 3 developers and […]
Kivy is a neat package that allows Python developers to create user interfaces on mobile devices. You can also deploy the applications to desktops too. This is the second book I've seen put out on the subject. The first book, Kivy – Interactive Applications in Python by Roberto Ulloa came out last year from Packt […]
February 18, 2014 by
Mike Last year, Packt Publishing asked me to be a technical reviewer for a book called Python High Performance Programming by Gabriele Lanaro. It was published in December, 2013. For those of you with short attention spans, I give you my short review: Quick Review Why I picked it up: I got it for free, but […]
February 14, 2014 by
Mike The people at Packt Publishing recently sent me an ebook copy of Raúl Garreta and Guillermo Moncecchi's book, Learning scikit-learn: Machine Learning in Python to review. Machine learning isn't a topic I'm very familiar with, but I gave the book a shot as it sounded interesting. I'll start off with my quick review for those […]
A few years ago, a fellow named Zed Shaw created a website called Learn Python the Hard Way that a lot of people praised. The website is made up of lots of short exercises that help beginner programmers learn the various nuances of Python but in bit-sized chunks. He kept updating it from time to […]
December 17, 2013 by
Mike I recently received a copy of Kivy: Interactive Applications in Python by Roberto Ulloa. This is currently the only book about Kivy. Kivy is a cross-platform GUI toolkit that will run on Linux, Windows, and OS X as well as Android and iOS. In fact, the people behind Kivy emphasize that this is aimed primarily […]