May 2016
Beginner
320 pages
10h 39m
English
Anaconda is a Python code package that’s especially useful for data science. The default installation will have many tools a data scientist might use. In our book we’ll use the 32-bit version because it often remains more stable with many Python packages (especially the SQL ones).
While we recommend using Anaconda, this is in no way required. In this appendix, we’ll cover installing and setting up Anaconda. Instructions for Linux and Windows installations are included, followed by environment setup instructions. If you know a thing or two about using Python packages, feel free to do it your own way. For instance, you could use virtualenv and pip libraries.