Wednesday, December 06, 2017

Python

Install the following tools to get started with Python

  1. Install python from here
  2. Install Anaconda from here
  3. Install Pycharm from here

Pycharm is the code editor for python.

Anaconda is the environment to create jupyter notebooks and run the programs. Learn more about jupyter here

what is Jupyter/IPython notebook

----------------

Reference books & links

http://greenteapress.com/wp/think-python-2e/
http://docs.python-guide.org/en/latest/intro/learning/
https://python.swaroopch.com/
http://interactivepython.org/runestone/static/pythonds/index.html

Friday, November 03, 2017

Apache spark

Installation and troubleshooting errors.
http://nishutayaltech.blogspot.com/2015/04/how-to-run-apache-spark-on-windows7-in.html

In Command Prompt run "spark-shell"

Spark UI : http://localhost:4040

Sunday, June 11, 2017

Npm Node Angular Commands

node –version

npm –version

ng new “app name”