Articles by Gary Hutson

Narly NamedTuples in Python

May 23, 2022 | Gary Hutson

NamedTuples are an excellent way to make your Python code more useful and readable. In short a NamedTuple is an alternative to the built-in tuple . This extension type enhances standard tuples so that their elements can be accessed by both their attribute name and the positional index. This is really ...
[...Read more...]

Common mistakes we Data Scientists make

September 17, 2021 | Gary Hutson

DISCLAIMER I am a data scientist and have made all these mistakes, but I have had the privilege of sitting on the managerial, project lead and developer side of the fence, and here are some tips to getting your stakeholders (i.e. anyone involved in the project team or has ... [...Read more...]
1 2 3 4