Explore >> Select a destination


You are here

pythonprogramming.net
| | colinpaice.blog
7.9 parsecs away

Travel
| | As part of writing a GTF trace formatter in Python I needed to covert a STCK value to a printable value. I could do it in C - but I did not find a Python equivalent. from datetime import datetime# Pass in a 8 bytes valuedef stck(value): value = int.from_bytes(value) t = value/4096 # remove...
| | reasonabledeviations.com
9.7 parsecs away

Travel
| | Academic blog about quantitative finance, programming, maths.
| | www.portfolioprobe.com
17.7 parsecs away

Travel
| | A study has come out of Cass Business School that investigates a number of ways of building equity indices. Andrew Clare, Nicholas Motson and Stephen Thomas, of course, include market capitalization weighting. A number of schemes that fall under the name of "smart beta" are also included. They compare the indices not only among themselves
| | awealthofcommonsense.com
86.1 parsecs away

Travel
| As I've said before, I think Cliff Asness is one of the most interesting characters in the investment management business because he has a great combination of intelligence and humor about the financial markets. So I was glad to hear he was going to be interviewed by Barry Ritholtz for the latest Bloomberg Masters of...