The Quantitative Finance Playbook: #Python#Programming.
Python is the go-to tool for anything from a quick perusal of data to demanding deep learning models.
How do you acquire the skills required for Quantitative Finance? Read on to find out:
PyData Conferences @PyData
β’ There are regular conferences organised by PyData, either in person or online
β’ These conferences are a great source of learning and inspiration.
β’ As it happens, PyData Global is only a few days away (online only)
https://pydata.org/global2022/
"Fluent Python" by Luciano Ramalho
β’ This is the book read for general Python programming.
β’ The book looks at Python as an object oriented language
β’ There is a Github repo with code examples
"Effective Python" by Brett Slatkon
β’ an excellent introduction to Pythonic thinking
β’ Nice bite-sized chapters on specific issues
β’ An accompanying Github repo is available