Free Python Books
inventwithpython.com
Free Python Books
1–10 of 20 posts
Re: Free Python Books
#2Re: Free Python Books
#3Re: Free Python Books
#4There is a brilliant new book (albeit somewhat advanced) that I don't see in this list: Introduction to Python for Econometrics, Statistics and Data Analysis (2014) by Kevin Sheppard. PDF available for free here: https://www.kevinsheppard.com/images/0/09/Python_introductio...
Re: Free Python Books
#5Re: Free Python Books
#6Re: Free Python Books
#7Re: Free Python Books
#8Re: Free Python Books
#9Re: Free Python Books
#10Also working on the O'Reilly Python book.
Three books later, I still don't really feel like an "expert" with Python. I mean, I know the syntax well enough, I know basic programming idioms, I just need something of intermediate complexity to work on, somewhere between "Learn Python From Scratch!" and the Python Standard Library. Coming from a C background, I don't need to be told what most of these concepts are, I just need to know how Python does them.
I also made the mistake of trying to learn several languages (e.g. Java, Javascript, and Python) simultaneously, and by poor choice or poor availability of free materials, nearly all of them ended up being along the lines of these "Learn X Language with no programming background!" The end result being if I have to hear someone tell me again what an "if" statement and a "for loop" are, my head is going to explode.
To reiterate, where does one look for an Intermediate level Python book?