Backtest asset allocations against historical data. A weekend project to help me rebalance my portfolio, and learn some new web technologies.
Almost everything happens client-side in the browser:
The server is very simple:
$ virtualenv venv --distribute --no-site-packages
$ source venv/bin/activate
$ pip install -r requirements.txt
$ (gem install foreman)
$ foreman start
http://devcenter.heroku.com/articles/python
$ heroku login
$ heroku create --stack cedar
$ git push heroku master
Developed from my webapp-boilerplate, with thanks to: