Cliff Kerr
Cliff Kerr is a Senior Research Scientist at the Institute for Disease Modeling, part of the Bill & Melinda Gates Foundation, where he works on COVID, HPV, and family planning. Previously, he completed a B.Sc. in neuroscience and a Ph.D. in physics, was a lecturer in scientific computing at the University of Sydney, co-founded two startups (on data analytics and health economics), worked on a DARPA project teaching robots to pick up balls, and developed an algorithm that composes music in real time based on brain activity recordings. He is passionate about architecture, cooking, and promoting equity in global health. He lives in New York.

Sessions
Sciris aims to streamline the development of scientific software by making it easier to perform common tasks. Sciris provides classes and functions that simplify access to core libraries of the scientific Python ecosystem (such as NumPy), as well as low-level libraries (such as pickle). Some of Sciris' key features include: ensuring consistent list/array types; allowing ordered dictionaries to be accessed by index; and simplifying parallelization, datetime arithmetic, and the saving and loading of complex objects. With Sciris, users can achieve the same functionality with fewer lines of code, reducing the need to copy-paste recipes from Stack Overflow or follow dubious advice from ChatGPT.