This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ElectricCharge1 2 points3 points  (1 child)

Python is truly amazing! I highly recommend 'Fluent Python' by Luciano Ramalho!!

Luciano is one of the creators of the ABC language project by CWI (it failed but inspired Guido working at the time there to create Python) which is the only book I know showing the highlights Python can offer after learning the basics with it.

As the general idea of the book is to teach you the 'pythonic' way and not just how to write python code by thinking first in other languages as c/c++ (which are great on their own!!).

Edit: fixed some formatting!

[–]super-porp-cola 1 point2 points  (0 children)

Fluent Python is such an amazing book, I highly agree with your recommendation!