vote up 119 vote down star
311

I know of a couple, but I would like to build a list up for some nice holiday reading.

(If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard copy!)

flag
2  
Near-duplicate of this question at stackoverflow.com/questions/22873 and at stackoverflow.com/questions/194812. – Peter Mortensen Aug 2 at 14:15
show 4 more comments

96 Answers

1 2 3 4 next
vote up 134 vote down check

List of Free Programming books (compiled):

Meta-List

Graphics Programming

Language Agnostic:

ASP.NET MVC:

Assembly Language:

C/C++

C#

  • See .NET below

Django

Forth

Haskell

Java

JavaScript

Linux

Lisp

.NET (C#)

Objective-C

Perl

PHP

PowerShell

Python

Ruby

Scala

SmallTalk

Subversion

link|flag
6  
Outstanding work! - Thank you! – duncan Dec 29 at 5:43
1  
Thank you for posting this great resource! – John W Jul 24 at 19:01
show 16 more comments
vote up 2 vote down

Here is a PDF of the book On Lisp by Paul Graham that I've been reading lately.

http://www.paulgraham.com/onlisp.html

link|flag
vote up 2 vote down

I'm going to start a list of tutorial/books here:

link|flag
vote up 5 vote down

http://knowfree.net/

That is an amazing resource, not all of the links work, but about 95% which is still awesome

link|flag
vote up 14 vote down

This link was listed on digg: http://programmingebooks.tk/

link|flag
vote up 13 vote down

MIT has their open course ware for computer science.

http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/index.htm

link|flag
vote up 19 vote down

You can check out my free ebook, Foundations of Programming. (Karl Seguin)

link|flag
show 6 more comments
vote up 5 vote down

As long as we're on the subject of Lisp, Practical Common Lisp by Peter Seibel is available for free online.

link|flag
vote up 8 vote down

Bruce Eckel has free books on several topics here.

Dive Into Python is a nice free Python book. Check out Thinking in Java and Thinking in C++ as well.

link|flag
vote up 3 vote down

If you haven't read it yet, I recommend the free PDF download Think Python. It is a great book.

link|flag
vote up 11 vote down

This may sound silly, but have you tried your local library? I work in a college library and we have access to a lot of ebooks through the Safari service (O'Reilly, Prentice Hall, Addison-Wesley, Microsoft Press, Sams and Que just to name a few). Many college libraries especially community colleges allow members of the community to become patrons, whether or not they allow off-campus access to online resources for these patrons varies school to school.

link|flag
show 4 more comments
vote up 2 vote down

For those interested in reading about Smalltalk:

http://stephane.ducasse.free.fr/FreeBooks.html

has an extensive collection of out-of-print smalltalk books available as PDF files.

link|flag
vote up 2 vote down

http://www.techbooksforfree.com/

link|flag
vote up 4 vote down

The Foundations of Programming E-Book from CodeBetter.com is a worthwhile read for beginners.

link|flag
vote up 13 vote down

It's not an ebook, but every programmer should probably watch it.

MIT's - Structure and Interpretation of Computer Programs, Video Lectures
http://www.swiss.ai.mit.edu/classes/6.001/abelson-sussman-lectures/

Also, Berkley have their lectures posted online
http://webcast.berkeley.edu/courses.php

link|flag
show 1 more comment
vote up 0 vote down

Don't forget the classic, Programming Pearls:

http://netlib.bell-labs.com/cm/cs/pearls/

link|flag
show 3 more comments
vote up 1 vote down

Thinking Forth and a review of it

link|flag
vote up 0 vote down

maybe you can try searching bookmarking services like del.icio.us and ma.gnolia.com with keyword like "free" and "ebook"(books, ebook, book, etc.)?

link|flag
show 1 more comment
vote up 1 vote down

If you don't feel like reading take a look at http://www.bestechvideos.com/. You can find a large collection of tech video on a large number of subjects.

link|flag
vote up 1 vote down

Patterns of Software: Tales from the Software Community by Richard P. Gabriel.

Not so much a programming book as a series of essays on various topics, but definitely worth a read. Richard made it available for free on-line after it went out of print.

link|flag
vote up 1 vote down

Have a look at http://www.freetechbooks.com/

link|flag
vote up 2 vote down

Have a look at http://www.zillr.org/

link|flag
vote up 1 vote down

I recommend http://translate.google.com/translate?u=http%3A%2F%2Fwww.eknigu.com%2F&hl=en&ie=UTF8&sl=ru&tl=en

I got some great CS related books, papers etc here

link|flag
vote up 1 vote down

Learn to Program, by Chris Pine.

link|flag
vote up 1 vote down

Nvidia released 'GPU Gems 1' for free: GPU Gems

link|flag
vote up 1 vote down

Programming Languages: Application and Interpretation if you want something more advanced.

link|flag
vote up 1 vote down

Version Control

Subversion Version Control: Using the Subversion Version Control System in Development Projects

alt text

"In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which is both more powerful and much less complex than its predecessor CVS."

link|flag
vote up 1 vote down

Python Bibliotheca Includes books like 'How to Think Like a Computer Scientist'.

link|flag
1 2 3 4 next

Your Answer

Get an OpenID
or

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