Justin

Justin Holman is CEO of Aftermarket Analytics, where he leads efforts to develop cutting edge sales forecasting and inventory optimization technology for the Automotive Aftermarket. Prior to joining Aftermarket Analytics, Justin managed corporate consulting for the Strategy & Analytics division at MapInfo Corporation, leading major projects for retail clients including The Home Depot, Darden Restaurants, Bridgestone-Firestone, Sainsbury’s and New York & Company. Before that, Justin served as Vice President of Software Development at LogicTools, now part of IBM's supply chain application software group. Justin holds a B.A. from Claremont McKenna College, a Ph.D. from the University of Oregon and an Executive Management certificate from Northwestern University's Kellogg School of Management.

6 Comments

  • Peter Cacioppi 9 years ago

    Good post!

    A few other Python advantages.

    It is an interpreted language. This facilitates trial-and-error exploration of both the language syntax and the CS concepts.

    It supports the major CS concepts (objects, inheritance, lambda) in a natural way.

    It’s useful for both real computational work and small glue/system-task programs.

    It has a rich online community for both classes and Google searching.

    There are other languages that hit some of these buttons, but none seem to put it all together like Python.

    • Justin 9 years ago

      Dear Readers, Pete is a real computer scientist so his endorsement of Python carries a lot more weight than mine.
      Pete, thanks for sharing your thoughts with my readers!

  • Harel 9 years ago

    Thanks a bunch. Seems as though its a “learn as you do” sort of deal. I will definitely try to find an online python course in the near future!

  • Joseph Rhodes 9 years ago

    I promise I’m not a paid shill, but I’ve been very happy with the Treehouse (teamtreehouse.com) Python course. It’s only $9 a month for students, and they also have classes in JavaScript and web frameworks, which are also useful in a GIS career.

    Best of luck!

    • Justin 9 years ago

      Hi Joseph – thank you for sharing this offering!

  • Tim 8 years ago

    I’ve been playing around with http://www.codecademy.com . They have free courses for Python, Java, HTML, and others. It has been pretty helpful for an understanding of how Python works.

Leave a Reply to Peter Cacioppi Cancel reply