12 Of My Favorite Python Practices For Better Functions

It is easy to write bad functions, much harder to write exemplary ones — here are some of the ways I improve mine

Emma Boudreau
Towards Data Science
14 min readSep 24, 2021

--

Introduction

Writing code can be a seriously difficult and challenging gig. This is especially the case when some problems are difficult to solve…

--

--