Simple Modern Portfolio Theory in Python. Uses pandas-datareader for Yahoo Fiance data. Efficient frontier computed using scipy.optimize.minimize.
- Make it easier to use; maybe rewrite in OOP.
- Make it possible to compute based on weekly or monthly data.