February 2014
Intermediate to advanced
390 pages
6h 12m
English
Chapter 2
We discussed the basics of Python in the previous chapter. We learned that Python comes with various built in batteries or modules. These batteries or modules perform various specialized operations. The modules can be used to perform computation, database management, web server etc. Since this book is focused on creating scientific applications, we limit our focus to Python modules that allow computation such as scipy, numpy, matplotlib, Python Imaging Library (PIL) and scikits. We discuss the relevance of each of these modules and explain their use with examples. We also discuss creation of new Python modules.
A number of scientific Python modules have been created ...
Read now
Unlock full access