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…