Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Learning Python?

I'm a finance guy who knows visual basic well enough to create lots of macros in Excel (and knew FORTRAN and COBOL ages ago in college), but not Python. I'd like to learn Python well enough to use Quantopian. I'd appreciate suggestions, especially books, on the subject. Thanks.

9 responses

Seconded!

My kids are using the free opensource books at http://inventwithpython.com/

http://learnpythonthehardway.org/

This website is an excellent resource.

I found diveintopython a great intro to python. Now I'm wading through Mark Lutz's "Learning Python" - also very good. Wes McKinley's "Python for Data Analysis" is a must for Quantopian.

Think Python This website has several free books on python that are all downloadable as a PDF or viewable online. Other books of interest include Think Statistics and Think Complexity which uses python for various topics explored.

You may also find ActiveState's Python Recipes useful for some more example code.

The official Python site has good tutorials: http://docs.python.org/3/tutorial/

Python Programming: An Introduction to Computer Science
John M. Zelle

A good book on programming using python as language

http://www.codecademy.com/tracks/python
just started these free tutorials...