-
Book Overview & Buying
-
Table Of Contents
Practical Data Analysis
By :
Python is a general-purpose programming language whose design philosophy emphasizes batteries included, which provides clear and logical programs on small and large scale.
The latest versions of Ubuntu and Fedora come with Python 2.7 out of the box. In this book, we will use Python 3.2 for the code examples and projects. Python comes with a large set of standard libraries that support many common programming tasks such as collections, connecting to web servers, high-performance scientific computing, searching text with regular expressions, reading and modifying files.
We will make use of several Python libraries such as numpy, scipy, mlpy, nose, pymongo. In this chapter, we will see how to install and set up all these libraries. We can find more information on the Python's official website, http://python.org/.
To install python, simply open a command prompt and run the following command:
$ sudo apt-get install python3...
Change the font size
Change margin width
Change background colour