Python Forum
The best Programming books? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: The best Programming books? (/thread-15211.html)

Pages: 1 2 3 4


RE: The best Programming books? - Truman - Mar-09-2019

Machine Learning is written by whom?

Also, if anyone has any source/book on algorithms to recommend I'm open.


RE: The best Programming books? - ichabod801 - Mar-10-2019

(Mar-09-2019, 11:30 PM)Truman Wrote: Also, if anyone has any source/book on algorithms to recommend I'm open.

I just took the classic Introduction to Algoritms (Cormen and others). It's all in pseudocode, I just converted it all to Python.


RE: The best Programming books? - Truman - Mar-10-2019

Good idea with converting it...
I see that Cormen published a 3rd edition.


RE: The best Programming books? - wavic - Aug-06-2019

I had a friend who learned to write websites and PHP just looking at the code and trying it to see which part what is doing. Back in the days, there was no book about web development or programming in my country. A book? Yes but just to start with the concepts. Practising is everything.


RE: The best Programming books? - Truman - Aug-06-2019

You friend must had been a very smart guy. Not everyone can do it.


RE: The best Programming books? - wavic - Aug-07-2019

(Aug-06-2019, 09:53 PM)Truman Wrote: You friend must had been a very smart guy. Not everyone can do it.

It is, indeed.


RE: The best Programming books? - ndc85430 - Aug-09-2019

The two classic books on test-driven development: Beck's "Test Driven Development: By Example" and Pryce and Freeman's "Growing Object-Oriented Software Guided by Tests" are my favourites.

I need to read Fowler's "Refactoring", though sadly I'd bought the first edition before the second came out!


RE: The best Programming books? - RMJFlack - Aug-17-2019

And then there is Zen and The Art of Motorcycle Maintenance. Very good on debugging.


RE: The best Programming books? - Bartolomeo - Aug-19-2019

Structure and Interpretation of Computer Programs by Harold Abelson and Gerald Jay Sussman with Julie Sussman - I read this book, it's very good!