[x^2 for x in lst]

Python Algorithm Books Challenge: Grokking Algorithms

2019-08-09

I've now finished the first book in my list of Python algorithm books: Grokking Algorithms.

I thought it was extremely good and because it is a really gentle introduction to algorithms, it was the perfect book to start with.

I'm reading Classic Computer Science Problems in Python in parallel, and I can already now say that the books are really different. Some of the algorithms are covered in both books and it has been interesting to compare the different implementations. I'm looking forward to doing that with the algorithms in all four books :)

If you are interested, please see the review of Grokking Algorithms at the link below.

Link to the review here

HTTP/2 In Action

2019-10-04

Book review of the first book I've finished since the summer: HTTP/2 In Action.

Link to the review here

Pythonic Programming

2022-08-05

Book review of the first book that I've read in a long while: Pythonic Programming.

Link to the review here

Python Workout

2022-09-20

Book review of the excellent book: Python Workout by Reuven M. Lerner.

Link to the review here