HN user

NashHallucinate

2 karma

Music sounds better with you

Posts1
Comments6
View on HN

A pipe merely "pipes" the output of one function as an input to another. For example, | in bash. In Python this can be done the trivial way (by composing) or by using decorators.

R U OK? 6 years ago

Privacybadger drew my attention to

googleads.g.doubleclick.net

static.doubleclick.net

fonts.gstatic.com

cc.swiftype.com

www.youtube.com

snap.licdn.com

So I recently started working on stochast.icu. As it currently stands, it is an implementation of pyportfolioopt restricted to CAPM modelling returns and Ledoit Wolf shrinkage estimation for the risk matrix. My plan would be to introduce a Backtrader server so that one could see, based on a scheduled rebalancing rule (implemented daily, weekly, etc), how they would perform over time. Of course, this will later include the full suite of pyportfolioopt as well as some screeners I am working on implementing soon. The idea is to make a tool which require little setup (e.g., versus Portfoliovisualizer) so one can make quickly tinker around with different tickers when exploring their options.

Also note that I am obviously not very good at UI design... lol.

DearPyGui 6 years ago

Wow, that is a lot less code than I was expecting to produce the results in their examples.