Reddit Reddit reviews Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance

We found 2 Reddit comments about Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance. Here are the top ones, ranked by their Reddit score.

Science & Math
Books
Technology
Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance
Check price on Amazon

2 Reddit comments about Annotated Algorithms in Python: with Applications in Physics, Biology, and Finance:

u/MikeBobble · 4 pointsr/Python

In case no one checks, he wrote the book (Amazon Link). So it's not like he just copied some random guy's work and didn't check any of it... It's still /u/mdipierro code.

u/AtomicWedgy · 2 pointsr/learnpython

If you're looking for an intro to programming in Python I would suggest Introduction to Computation and Programming Using Python For a general language reference Python Essential Refernce For an introduciton to the included modules The Python Standard Library by example which includes a lot of simple code examples. The book Core Python Application Programming is a great subset of the above books with less over all coverage but greater detail in the example code. And last but not least, for advanced algorithm info Annotated Algorithms in Python