Skip to Content
Mastering Python for Finance - Second Edition
book

Mastering Python for Finance - Second Edition

by James Ma Weiming
April 2019
Intermediate to advanced
426 pages
11h 13m
English
Packt Publishing
Content preview from Mastering Python for Finance - Second Edition

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "By default, pandas' .plot() command uses the matplotlib library to display graphs."

A block of code is set as follows:

In [ ]:     %matplotlib inline     import quandl     quandl.ApiConfig.api_key = QUANDL_API_KEY     df = quandl.get('EURONEXT/ABN.4')     daily_changes = df.pct_change(periods=1)     daily_changes.plot();

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

2015-02-26 TICK WIKI/AAPL open: 128.785 close: 130.4152015-02-26 ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python for Finance - Second Edition

Python for Finance - Second Edition

Yuxing Yan
Python for Finance

Python for Finance

Yves Hilpisch

Publisher Resources

ISBN: 9781789346466Supplemental Content