Introduction to Python Programming

  1. On your EC2 machine, run the following two commands
    • wget -O python_tutorial.ipynb http://goo.gl/hOUEy0
    • ipython notebook
  2. On your laptop, go to http://YOUR EC2 PUBLIC DNS:8888
    • Enter the password: evomics
    • Click on “python_tutorial”

[hr]