Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

113 Answers

Build A JavaScript Framework by DailyJS.com.

The e-book is provided in three formats suitable for e-readers:

share

Scrum and XP from the trenches.

Registration and login is required to download this book.

share

An Introduction to GCC - covers basic use of GCC, makefiles, the preprocessor, etc.

share

"Natural Language Processing with Python --- Analyzing Text with the Natural Language Toolkit" Steven Bird, Ewan Klein, and Edward Loper

Creative Commons Creative Commons Attribution Noncommercial No Derivative Works 3.0 US License Above link points to online / downloadable version. O'Reilly also publish a print version.

Very good book on learning the NLTK toolkit and learning Natural Language techniques.

share

man perl :-)

share

I would like to add the following free online books for the Forth programming language.

First the classics:

  1. Leo Brodie's Starting FORTH — online edition

  2. Leo Brodie's Thinking Forth. PDF version - is not a direct link to the PDF; needs to go through the pesky SourceForge download process.

Others:

  1. Stephen Pelc's Programming Forth (PDF).

  2. Stack Computers: the new wave. By Philip J. Koopman. For offline reading. Includes a study of Forth instruction frequencies.

  3. Tim Hendtlass's Real Time Forth (PDF).

share

Functional programming (with OCAML) :

A list of free english, French, Dutch, Italian books can be found here

share

Matters Computational (formerly Algorithms for Programmers) is a book about high performance algorithms that includes formal as well as source descriptions. The included source is licensed under the GPL version 3.

share

C++ in 21 days. Very well-written book

share
4  
Looks like a decent structure, but "Learn X in N days/hours" makes me intrinsically skeptical. Particularly when X is something as complex as C++ (where does this book teach RAII?). See norvig.com/21-days.html – Michael Ekstrand Oct 16 '10 at 14:45

I recommend this.

I got some great computer science related books, papers, etc. here.

share

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.

share

Oracle RDBMS Server - Oracle Guides and Manuals

share

Check out GNY.

It has free e-books for:

  • C++
  • C
  • Assembly
  • Cryptography
  • Windows
  • Linux
  • Perl
  • PHP and MySQL
  • PostgreSQL
  • Python
  • Ruby
  • etc.
share
1  
the link 404s.. – Matt Ellen Aug 17 '10 at 20:01
1  
fixed, no 404 anymore.. – jrharshath Dec 7 '10 at 10:51
show 3 more comments

Entity Framework learning guide - free, 514 pages

I also recommend pdf files search: Pdfgeni

If you are looking for academic stuff it's always worth to search at MIT OCW

share

http://www.flazx.com/ lots of e-books on stack.

share

E-Books for free online viewing and/or download @ Free Programming Books

The books cover all major programming languages: Ada, Assembly, Basic, C, C#, C++, CGI, JavaScript, Perl, Delphi, Pascal, Haskell, Java, Lisp, PHP, Prolog, Python, Ruby, as well as some other languages, game programming, and software engineering.

share

Scrum and XP from the Trenches by Henrik Kniberg. More methodology oriented though.

share
show 1 more comment

Sams Teach Yourself JavaScript in 24 Hours by Michael Moncur.

share
3  
@Gan: yes, from the Fortran 77 4.0 Reference Manual, section 2.1 Types, Rules for Data Typing: "The default implicit typing rule is that if the first letter of the name is I, J, K, L, M, or N, then the data type is integer, otherwise it is real.". It is even more ironic as Forth programs do not contain that many variables as the data stack is used for that purpose. – Peter Mortensen Dec 28 '10 at 14:03
show 6 more comments

Cote's 'JAAS in action' heard about on the drunkandretired.com podcast.

share

The web2py book, available under artistic license.

share

Categorized summaries of many Python books, not all free though.

share

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