--
This distribution contains a good installer on Windows and helps you install most packages. I installed the normal 32-bit version. It is not distributing the latest Python version, but will not give you headaches with all packages not matching with each other. Do make sure no other version of Python is installed.
After installation of Python x,y (take notice you can select which packages you want to include, the only scikit-learn is not present).
On Windows Power shell [right click and Run as Administrator]
pip –list shows all installations in distribution
easy_install -U scikit-learn
easy_install ipython[all]
easy_install --upgrade pip
easy_install pyparsing
ipython notebook --pylab=inline
ipython qtconsole –pylab=inline
Now run an example:
Import pandas as np
x=np.array([1,2,3])
plot(x)
pip install zipline
Ready to go now….build in VS the library of commands for intellisense.
To improve performance, a lot of our IntelliSense features depend on a completion database. This database is automatically generated in the background for each version of Python you have, and contains all the information about its standard library and any other installed packages. You can see the current state of the database in the Python Enviroments list (Ctrl+K, ` - Control + K, backtick) [` = key below ESC on QWERTY keyboard].
AAPL
data files aren't distributed with source.
Fetching data from Yahoo Finance.
data files aren't distributed with source.
Fetching data from data.treasury.gov
[2014-02-09 17:12] INFO: Performance: Simulated 3028 trading days out of 3028.
[2014-02-09 17:12] INFO: Performance: first open: 1990-01-02 14:31:00+00:00
[2014-02-09 17:12] INFO: Performance: last close: 2001-12-31 21:00:00+00:00