Serving the Quantitative Finance Community

 
User avatar
hhhmmm
Topic Author
Posts: 0
Joined: January 4th, 2008, 9:44 pm

Good books on python

February 15th, 2009, 7:18 pm

After doing some random scripting with Python, I want to actually learn how to use it properly. So I am looking for a decent book on Python. I would use it mostly for numerical stuff, but also some file i/o and simple gui's. I do have some but not extensive programming experience in java and matlab. Any recommendations ?
 
User avatar
ThomasJ
Posts: 1
Joined: October 9th, 2007, 2:39 am

Good books on python

February 15th, 2009, 8:31 pm

For the basics just google "Python cheat sheet"; for file I/O specifically check out the docs on the "os" module at python.org/doc/For numerical stuff you'll want to check out SciPy and NumPy. There's an ebook on NumPy hereO'Reilly publishes a few books on Python if you prefer actual paper to the web; pretty much anything from them is bound to be good.
 
User avatar
WilmottBookshop
Posts: 0
Joined: August 1st, 2002, 2:40 pm

Good books on python

February 16th, 2009, 7:43 am

Python books by O'Reilly