Why you should start using list comprehensions in your Python code, a brief look at a feature of lists you might have overlooked. (more…)
Read more »
Our Ubuntu systems have had a /usr/bin/python that was Python 2 for
more or less as long as we've had Ubuntu systems, which by now is
more than fifteen years. Over that time, our users have written a
certain amount of Python 2 programs that use '#!/usr/bi... (more…)
Read more »
In this post we will see how to apply a function along the axis of a dataframe using apply and applymap and how to map the values of a Series from one domain to another using map... (more…)
Read more »
In this tutorial, you'll learn what Python wheels are and why you should care as both a developer and end user of Python packages. You'll see how the wheel format has gained momentum over the last decade and how it has made the package installation proces... (more…)
Read more »