Python Sessions by Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, 07. & 08. April 2018
With Python
Dr. Yves J. Hilpisch | The Python Quants & The AI Machine
Python for Quant Finance Meetup, London, 16. November 2022
(short link to this Gist: http://bit.ly/pqf_risk)
In Less Than 100 Lines of Python Code
Dr. Yves J. Hilpisch | The Python Quants GmbH
Online, February 2021
(short link to this Gist: http://bit.ly/algo_100_code)
DIY Quantitative Stock Market Investing
Dr. Yves J. Hilpisch | The Python Quants & The AI Machine
Saarbruecken, 6. SaarPython Meetup, 30. August 2022
(short link to this Gist: http://bit.ly/spm_diy)
A CQF elective with Dr. Yves J. Hilpisch, The Python Quants GmbH
General resources:
Dr. Yves J. Hilpisch
The Python Quants GmbH
I hereby claim:
To claim this, I am signing this object:
import collections | |
class DictProxy(collections.Mapping): | |
""" | |
A proxy for a dictionary that allows attribute access to underlying keys. | |
You may pass a custom ``wrapper`` to override the logic for wrapping | |
various custom types. | |
""" |