This is the Gist the FPQ bootcamp in New York, 08.-11. May 2017 (http://fpq.io)
Additional files (eg Jupyter Notebooks) are found under:
This is the Gist the FPQ bootcamp in New York, 08.-11. May 2017 (http://fpq.io)
Additional files (eg Jupyter Notebooks) are found under:
3 + 4 | |
3 * 4 | |
3 / 4 | |
type(3) | |
type(4) | |
3 ** 4 | |
sqrt(3) | |
3 ** 0.5 | |
import math | |
math.sqrt(3) |
A CQF elective with Dr. Yves J. Hilpisch, The Python Quants GmbH
General resources: