Mike

Book Review: Software Architecture with Python

Packt Publishing approached me about being a technical reviewer for the book, Software Architecture with Python by Anand Balachandran Pillai. It sounded pretty interesting so I ended up doing the review for Packt. They ended up releasing the book in April 2017. Quick Review Why I picked it up: Packt Publishing asked me to do

Book Review: Software Architecture with Python Read More »

PyCon 2017 Videos are Up

The PyCon 2017 videos are already available on Youtube. Here are some highlights: The Vanderplas Keynote Raymond Hettinger’s “Modern Python Dictionaries — A confluence of a dozen great ideas” Brett Cannon’s “What’s New in Python 3.6?” And there’s much more here: https://www.youtube.com/channel/UCrJhliKNQ8g0qoE_zvL8eVg/feed

PyCon 2017 Videos are Up Read More »

wxPython: Learning about TreeCtrls

The wxPython GUI toolkit comes with many widgets. A common control is a tree widget. wxPython has several different tree widgets, including the regular wx.TreeCtrl, the newer DVC_TreeCtrl and the pure Python variants, CustomTreeCtrl and HyperTreeList. In this article, we will focus on the regular wx.TreeCtrl and learn the basics of how to create and

wxPython: Learning about TreeCtrls Read More »