|
|
|
|
|
Part 11: Getting Started with Parallel IPython
Category: Languages > Python
Posted: 22 Jun 09
IPython provides excellent interactive parallel computing tools. In this segment, we discuss how to set up remote computational engines using ipcluster and how to use special magic commands in IPython to use these remote engines.
Here we show how to run the IPython interpreter on the Wind...
|
|
Part 10: Getting started with Matplotlib
Category: Languages > Python
Posted: 21 Jun 09
Matplotlib is one of the best, if not the best, plotting package for scientific Python. In this segment, we discuss how to best use the Matplotlib website to get started with plotting with Matplotlib.
|
|
|
|
|
|
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
|
|
|
|
|
|