- Exploratory Data Analysis
- Data Visualization
- Create re-useable datascience portfolios.
- Explore various machine learning algoirthms.
bash Anaconda-2.3.0-Linux-x86.sh
Python codes and comments
###Installation ######1. Go to www.python.org and install python 2.x or 3.x ######2. Go to cmd promt and set PATH (e.g. for 2.7) setx PATH "c:\Python27" ######3. Open a new cmd instant and type python --version ######4. Done.
###Integrating with Eclipse ######1. Run Eclipse in Adminstration mode. ######2. Go to Eclipse Market Place (Help > Eclipse Market Place) ######3. Search for "PyDev" and install ######4. Set PATH for Python Interpreters (Windows > Preferences > PyDev > Interpreters > Python Interpreter) "Click" New... Interpreter Name: Python 2.7 Interpreter Executable: c:\Python27\python.exe ######5. Done.
###Bonus (Optimizing Eclipse Interface for Coding) ######1. Coming soon...