Skip to content
forked from yhilpisch/dawp

Derivatives Analytics with Python (Wiley Finance)

Notifications You must be signed in to change notification settings

brunopromano/dawp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Derivatives Analytics with Python (Wiley Finance)

This repository provides all Python codes and Jupyter Notebooks of the book Derivatives Analytics with Python by Yves Hilpisch.

Oder the book here http://eu.wiley.com/WileyCDA/WileyTitle/productCd-1119037999.html or here www.amazon.com/Derivatives-Analytics-Python-Simulation-Calibration/dp/1119037999/.

There are two code versions available: for Python 3.6 and Python 2.7 (not maintained anymore).

Python Packages

There is now a yaml file for the installation of required Python packages in the repository. This is to be used with the conda package manager (see https://conda.io/docs/user-guide/tasks/manage-environments.html). If you do not have Miniconda or Anaconda installed, we recommend to install Miniconda 3.6 first (see https://conda.io/miniconda.html).

After you have cloned the repository, do on the Linux/Mac shell:

cd dawp
conda env create -f dawp_conda.yml
source activate dawp
cd python36
jupyter notebook

On Windows, do:

cd dawp
conda env create -f dawp_conda.yml
activate dawp
cd python36
jupyter notebook

Then you can navigate to the Jupyter Notebook files and get started.

Python Quant Platform

You can immediately use all codes and Jupyter Notebooks by registering on the Quant Platform under http://wiley.quant-platform.com.

Python for Algorithmic Trading Course & Certificate

Check out our Python for Algorithmic Trading Course under http://pyalgo.tpq.io.

Check out also our Python for Algorithmic Trading Certificate Program under http://certificate.tpq.io.

Company Information

© Dr. Yves J. Hilpisch | The Python Quants GmbH

The Quant Platform (http://pqp.io) and all codes/Jupyter notebooks come with no representations or warranties, to the extent permitted by applicable law.

http://tpq.io | dawp@tpq.io | http://twitter.com/dyjh

Quant Platform | http://wiley.quant-platform.com

Derivatives Analytics with Python (Wiley Finance) | http://derivatives-analytics-with-python.com

Python for Finance (O'Reilly) | http://python-for-finance.com

Python for Algorithmic Trading Course | http://pyalgo.tpq.io

Python for Finance Online Training | http://training.tpq.io

About

Derivatives Analytics with Python (Wiley Finance)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.4%
  • HTML 8.7%
  • Python 5.6%
  • TeX 0.3%