商家名称 | 信用等级 | 购买信息 | 订购本书 |
Python for Finance: Analyze Big Financial Data | |||
Python for Finance: Analyze Big Financial Data |
Yves Hilpisch has 10 years of experience with Python, particularly in the finance space. He founded Visixion - an independent, privately-owned analytics software provider and financial engineering boutique. He works as Managing Director Europe for Continuum Analytics, and lectures on Mathematical Finance at Saarland University in Germany.
网友对Python for Finance: Analyze Big Financial Data的评论
This book addresses a niche audience who is experienced in financial analysis but has little programming experience. In the first few chapters we are introduced to Python and why it has become popular in the financial field. Some sample code is shown for how you would setup an options simulation using Monte Carlo methods.
The middle chapters cover different Python libraries which are useful in finance such as Numpy and Pandas. The later chapters cover financial simulations again. I did not really understand this ordering of the chapters. It felt like the book dived too fast into simulations, then took a bunch of steps back to cover Python, and then switched back to financial discussion.
Python 2.7 is the language used in this book along with the IPython interactive prompt. I did not understand this decision at all either as Python 3 and files would have been a lot better to stay up to date with current programming practices.
Some of the programming practices mentioned were just plainly inaccurate in certain cases. For example there is the reduce function mentioned on page 92 where the author says: "reduce helps when we want to apply a function to all elements of a list object that returns a single value only." Reduce is not available in Python 3 because it is now deprecated. I went on StackOverflow to learn more about reduce and the top rated answers said that you should not use reduce anymore, and that in 99% of cases it is better to write out a loop for this functionality instead.
I found the author to recommend the non-Pythonic way in a number of different places. In chapter 13 on object orientated programming the author briefly describes how you can make variables private in Python by adding an underscore. He says (p.385): "It might be helpful to have (class/object) private attributes". I thought this was a poorly worded description that does not describe the Pythonic way at all.
Some sections use repetitive wording often. For example, in the first couple chapters the author uses the expression "On one hand... On the other hand" at least 5 times. I think the author needed to tell a better story overall and work on sentence structure.
The financial code sections seemed like they could be really useful to someone in the industry. I do have enough previous experience with the options models to say how accurate these parts are. The book does cover both the European and American options models. Sections about Monte Carlo simulations were helpful.
Overall, this book could be really useful to someone in finance that has not programmed much in Python. I think this book would have worked a lot better to have assumed that the reader is familiar with Python, and then go more in depth on practical applications.
The intro, which is normally worthless in textbooks, was informative. I only wish some of the textbooks that I used in grad school had been so well laid out. I haven't found any glaring errors, which I usually find in most of my texts, but that may come at a later time when I'm going over something I've already read.
As someone who started using Matlab and R while getting my MBA in finance, I am finding this book to be very helpful in gaining a working knowledge of the other programming languages that I can use in my work and play.
I taught me how to do everything I wanted to do: Download historical data for a bunch of stocks and find the most likely combination for a safe and profitable return
It's worth the price for Chapter 8: Performance Python alone. The whole book is easy to read and gives nice clear explanations for some very complicated topics.
A good reference book for people interested in applying Python in finance and quantitative analysis.
喜欢Python for Finance: Analyze Big Financial Data请与您的朋友分享,由于版权原因,读书人网不提供图书下载服务