I would love to make a comprehensive list of the free textbooks that are available online. I know of a bunch, but most of them aren't related to computer science. I was wondering if anyone has any bookmarks to good, free, possibly old, cs textbooks that are available online?

(and please note that I am not looking to pirate textbooks, I am looking for textbooks that are free)

The two free CS-related textbooks which I have spent a little time with are Ballard and Brown's Computer Vision and A Field Guide to Genetic Programming (of course, wikibooks has a number of books, but most of them are rather incomplete).


Good question. As yesraaj has mentioned, it is a repeat.
Please add your book(s) to this community wiki question.
(Note: most of the links provided in this question are already listed in the answers of the original question though)

link|improve this question
I love the idea, but I think this should definitely be community wiki. – Jason Baker Dec 9 '08 at 4:55
Thanks for that link to the genetic programming book. Just what I've been looking for! – Barry Brown Dec 9 '08 at 5:17
feedback

closed as exact duplicate by VonC Dec 9 '08 at 7:02

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

7 Answers

Check this question for Programming related books:

List of opensource programming books

link|improve this answer
ahhh, I couldn't find that thread for all my searching! – Paul Morel Dec 9 '08 at 4:59
feedback

Producing Open Source Software is one of the best books about FOSS I've yet to see.

Dive into python is also a good choice if you're looking to learn Python.

link|improve this answer
feedback

Structure and Interpretation of Computer Programs is one of the great classic computer science text books. This is used in MIT's introductory CS course, and is part of the CS curriculum at many other schools.

link|improve this answer
Reading this now, it's very patronising but also very well written at precisely the same time! So far it's excellent. – kronoz Dec 9 '08 at 6:51
feedback

It is not a text book, but MIT has a collection of Computer Science and Electrical Engineering lectures and course work available for free. You can follow the curriculums of everything from 6.00 Introduction to Computer Science all the way to graduate level 6.845J Advanced Algorithms and everything in between.

You can get a world-class education in Computer Science (or any topic) for free!

link|improve this answer
feedback

http://www.mindview.net/Books

Bruce Eckel has quite a few (good) books available.

link|improve this answer
Beat me to it, i had a strange feeling that when i saw "new answers have been posted", this would come up :( – John T Dec 9 '08 at 5:16
feedback

A really comprehensive book on Java Enterprise Edition 5 is the Sun tutorial book. It is availiable for free as pdf or HTML on http://java.sun.com/javaee/5/docs/tutorial/doc/

link|improve this answer
feedback

I've found Bruce Eckels books to be some of the better free ones out there. Not all of his titles are free, but they are slightly older as you requested. Still great for reference material.

The free ones are listen on this page.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.