A review by chentao
Learn Python 3 the Hard Way: A Very Simple Introduction to the Terrifyingly Beautiful World of Computers and Code by Zed A. Shaw

3.0

I wanted to bridge the gaps in my Python knowledge.

The concept of OOP always puzzles me. Coming from a FORTRAN background, I am very used to functional programming.

However, I found that until exercise 40, the pace of the book is very elementary-level. But from ex43, the pace is suddenly the speed of light. I am again, not surprisingly, lost in the world of class, objects, inheritance, instance, constructor, ... I found the book can do a better job by extending it's content from ex43.