Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm trying to amass a list of programming books that are freely available on the Internet. The books can be about a particular programming language or about computers in general.

What are some freely available programming books on the Internet?

share

locked by Bill the Lizard Mar 3 '12 at 1:19

This question exists because it has historical significance, but it is not considered a good, on-topic question for this site, so please do not use it as evidence that you can ask similar questions here. This question and its answers are frozen and cannot be changed. More info: FAQ.

closed as not constructive by sarnold, Nishant, George Stocker, Martin., Lasse V. Karlsen Feb 29 '12 at 19:20

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

111 Answers

I'm not sure if it qualifies as a book, but WikiBooks has plenty of material on programming.

share

Python:

Non-Programmer's Tutorial for Python 2.6

or

Non-Programmer's Tutorial for Python 3

Non-Programmer's Tutorial for Python 2.6 is a featured book on Wikibooks because it contains substantial content.

share

Here is one on Applying Design Patterns

Introducing software design patterns to you in a simple, human readable, and funny (?) way - in the context of designing a soccer engine - By discussing the thought process behind applying design patterns

share

Frameworks

It's licensed under the GNU Free Documentation License.

share

Feel like some real OOP? Here's a list of freely available Smalltalk books.

share

There is one ultimate source of free programming books...google!

Try the following query

intitle:index.of + "pdf" + "name" -htm -html

This is useful when you know the name of the book.

Warning: You might get books that are not "free". Download at your own risk.

share
2  
I actually found manuals to punch card machines from IBM on this search query! – jrharshath Dec 7 '10 at 10:47

Image at ecx.images-amazon.com

97 Things Every Software Architect Should Know available under a creative commons license via wiki or Amazon.

share
show 2 more comments

If you want to learn a whole lot more about the strongly-typed, functional view of the world, I highly recommend two of Prof. Bob Harper's free books.

The first, on programming in Standard ML:

And the second, a type-centric introduction to programming languages:

share

http://search-pdf-books.com/ is a free search engine for all kinds of PDFs.

share

Temple Of Quantum Computing: http://www.toqc.com/

The link to the book is here.

share

Very good read about the history/development of WordPerfect by Pete Peterson: http://www.wordplace.com/ap/index.shtml (PDF file available inline introduction)

Edit: Sorry, looks like this thread is exclusively for programming. This book isn't a programming book, but should still interest the same audience. Recommended.

share

I haven't updated the list in a while... but here is the comp sci section of a hobby site I maintain:

Book Gold Mine

share

Not a book, but you might want to check out Donald Knuth's Computer Musings, a series of lectures that he gives at Stanford. His web site can be found here.

share

One online resource I use frequently is the POSIX standard - not quite a book, but still very useful. If I remember rightly, you are supposed to register the first time, but there's no cost involved.

share

Free and useful Cheat sheets, mostly in the Java world.

share

I think WikiBooks is hands-down one of the best free resources out there. It also looks like Scribd has some programming books available, though I'm not sure if they're meant to be free or not... :)

share

Security Engineering, Ross Anderson. While not about programming directly, there are a lot of concepts that can be useful when trying to design a secure distributed (or non-distributed) system. I used this book (hard copy) as a text for one of my university courses and found that it was quite interesting to read. I would often read sections that weren't even part of the course, simply because they were so interesting.

share

Here's a list of the free e-books referred to in Code Complete with their descriptions from the book. StackOverflow votes Code Complete as the single most influential book every programmer should read, so this is a good recommendation for these books, right?

  • Raymond, Eric. The Art of Unix Programming. This is a well-researched look at software design through Unix-colored glasses. Section 1.6 is an especially concise 12-page explanation of 17 key Unix design principles. HTML

  • Abran, Alain, et al. Swebok: Guide to the Software Engineering Body of Knowledge, IEEE Computer Society Press, 2001. This contains a detailed description of the "body of software knowledge" compiled by IEEE - it's an overview of software engineering. PDF.

  • SPMN. Little Book of Configuration Management. Software Program Managers Network, 1998. This pamphlet is an introduction to configuration management activities (version control, change control). Zipped PDF available here.

  • NASA Software Engineering Laboratory. Software Measurement Guidebook, 1995. This guidebook of about 100 pages is probably the best source of practical information on how to setup and run a measurement program to improve software processes. Download a PDF using menu option on this page.

  • NASA Manager's Handbook for Software Development. PDF.

share

This came to me in an email from RedGate software's .Net Simple-Talk reflector newsletter. There is no specific license and I guess it should qualify as a free ebook

O'Reilly, "C# 3.0 Poket Reference", by Joseph and Ben Albahari.

Also coming in top google search result for the book

I am not posting the direct link.

share
show 1 more comment

C++ GUI Programming with Qt 4, First Edition

http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip

Found it on Nokia's Qt Documentation website "First Steps with Qt": http://doc.qt.nokia.com/4.6/how-to-learn-qt.html. Looks like a pretty good book.

share

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.

share

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

share

The Wikibooks Computer Science department has quite a few useful editable, commmunity-written books.

share

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