Book Image

Python for Finance

By : Yuxing Yan
Book Image

Python for Finance

By: Yuxing Yan

Overview of this book

Table of Contents (20 chapters)
Python for Finance
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Using the help function related to modules


We could use the help() function to find out more information about NumPy and SciPy as shown in the following lines of code:

>>>help()
help>numpy

The first few lines are shown in the following screenshot:

Similarly, we issue scipy in the help window as follows:

>>>help()
help> scipy     # to save space, the output is not shown