eBook Contest: Win a Free Copy of Mastering Object-oriented Python

This contest is over! Packt Publishing has partnered with my blog to give away 2 copies of their ebook version of Mastering Object-oriented Python by Steven Lott. You can read my full book review here, but frankly, I thought it was one of best advanced Python books I’ve read in a long time. It’s also

eBook Contest: Win a Free Copy of Mastering Object-oriented Python Read More »

Book Review: Mastering Object-Oriented Python

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

Book Review: Mastering Object-Oriented Python Read More »

eBook Review: Creating Apps in Kivy

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

eBook Review: Creating Apps in Kivy Read More »

Creating Microsoft Excel Spreadsheets with Python and xlwt

There are a couple of ways to create Microsoft Excel spreadsheets with Python. You can use PyWin32’s win32com.client method, which was discussed in an old article a number of years ago or you could use the xlwt package. We’ll be looking at the latter in this article. You will learn how to create an Excel

Creating Microsoft Excel Spreadsheets with Python and xlwt Read More »