Final: Effective Use of Dictionaries for New Scientific Python Users
Category: Languages > Python
Posted: 22 Jun 09
In this final segment, we highlight concepts important for new scientific Python programmers, especially those coming from a Matlab environment. We discuss effective use of Python dictionaries and the timeit profiling module. We also discuss the defaultdict object for quick and easy database creation...
|
|
|
|
|
|
|
|
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...
|
|