Optimizing Python with aggregate functions
Apply the function to the list, not the items in the list
Our latest addition to the Doane Center for Computing in the Liberal Arts
(CCLA) High-Performance Computing (HPC) workshop is another entry in the
“optimizing Python” series. In this lesson, we discuss using functions
that operate on entire lists, rather than on elements of a list, i.e.,
aggregate functions.
[Read More]