Part 6: Python Language Features for Large Data Sets
Category: Languages > Python      Posted: 21 Jun 09

Here we discuss how generators can be used to process large data sets, which may be too resource-consuming to pull into memory all at once. We further introduce the itertools module as a way of extending the functionality of generators