For those of you keeping track, I've now redesigned my website for the second time since its inception. I created my first website with the static site generator (SSG) Octopress. This first site contained a blog, project portfolio, archive…
PyCon [Portland, OR] conference
Using Functional Programming for efficient Data Processing and Analysis 🏆
As a multi paradigm language, Python has great support for functional programming. For better or for worse, leading data libraries such as Pandas eschew the this style for object-oriented programming. This tutorial will explain how to take advantage of Pyt…