@@ -43,18 +43,22 @@ Student Instructions
4343
4444For students familiar with Git, you may simply clone this repository
4545to obtain all the materials (IPython notebooks and data) for the
46- tutorial. Alternatively, you may [ ] (download a zip file) containing
47- the materials. A third option is to simply view static notebooks by
48- clicking on the titles of each section below.
46+ tutorial. Alternatively, you may [ download a zip
47+ file] ( https://github.com/twiecki/financial-analysis-pyton-tutorial/archive/master.zip )
48+ containing the materials. A third option is to simply view static
49+ notebooks by clicking on the titles of each section below.
4950
5051Outline
5152-------
5253
53- [ http://nbviewer.ipython.org/urls/raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/1.%2520Pandas%2520Basics.ipynb ] (1. Pandas basics)
54+ [ 1. Pandas
55+ basics] ( http://nbviewer.ipython.org/urls/raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/1.%2520Pandas%2520Basics.ipynb )
5456
55- [ http://nbviewer.ipython.org/urls/raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/2.%2520Pandas%2520replication%2520of%2520Google%2520Trends%2520paper.ipynb ] (2. Pandas replication of Google Trends paper)
57+ [ 2. Pandas replication of Google Trends
58+ paper] ( http://nbviewer.ipython.org/urls/raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/2.%2520Pandas%2520replication%2520of%2520Google%2520Trends%2520paper.ipynb )
5659
57- [ https://raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/3.%20Backtesting%20using%20Zipline.ipynb ] (3. Backtesting using Zipline)
60+ [ 3. Backtesting using
61+ Zipline] ( https://raw.github.com/twiecki/financial-analysis-pyton-tutorial/master/3.%20Backtesting%20using%20Zipline.ipynb )
5862
5963Required Packages
6064-----------------
@@ -70,4 +74,4 @@ easiest way to obtain all the packages is to install the Scipy
7074Superpack which works with Python 2.7.2 that ships with OS X.
7175
7276Otherwise, another easy way to install all the necessary packages is
73- to use Continuum Analytics' [ http://docs.continuum.io/anaconda/install.html ] ( Anaconda ) .
77+ to use Continuum Analytics' [ Anaconda ] ( http://docs.continuum.io/anaconda/install.html ) .
0 commit comments