Python for Finance: Analyze Big Financial Data
elle
(Elle)
#1
Further Reading
The paper cited at the beginning of the chapter as well as in the “Conclusions” section is a
good read, and a good starting point to think about hardware architecture for financial
analytics:
Appuswamy, Raja et al. (2013): “Nobody Ever Got Fired for Buying a Cluster.”
Microsoft Research, Cambridge, England,
As usual, the Web provides many valuable resources with regard to the topics covered in
this chapter:
For serialization of Python objects with pickle, refer to the documentation:
An overview of the I/O capabilities of NumPy is provided on the SciPy website:
For I/O with pandas see the respective section in the online documentation:
The PyTables home page provides both tutorials and detailed documentation:
[ 28 ]
Here, we do not distinguish between different levels of RAM and processor caches. The optimal use of current
memory architectures is a topic in itself.
[ 29 ]
Another first-class citizen in the database world is MySQL, with which Python also integrates very well. While many
web projects are implemented on the basis of the so-called LAMP stack, which generally stands for Linux, Apache Web
server, MySQL, PHP, there are also a large number of stacks where Python replaces PHP for the P in the stack. For an
[ 30 ]