Would you like to recieve updates about upcoming tutorials, new utilities and projects?
So, why Python? The amount of data available worldwide is expanding at an exponential rate. Parsing this data with traditional tools becomes increasingly difficult as the volume and format changes. Oftentimes, a custom solution is required to parse, analyze and present this data.
As far as programming languages go, python is capable of:
Python is also a high level language which means its easier to read (and therefore learn and code in).
In this tutorial series you will be setting up your own development environment which will consist of:
The Anaconda Distribution includes support for many of the packages you'll need for data analysis and will be introduced alongside the ways to manually install the components of your development environment manually.