-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Python for Finance

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "The sqrt()
, square root, function is contained in the math
module."
A block of code is set as follows:
>>>sqrt(2) NameError: name 'sqrt' is not defined >>> Traceback (most recent call last): File "<stdin>", line 1, in <module> math.sqrt(2) 1.4142135623730951 >>>
Any command-line input or output is written as follows:
help(pv_f)
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "To write a Python program, we click File, then New File."
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour