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?

link
feedback

locked by Bill the Lizard Mar 3 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 at 19:20

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

112 Answers

1 2 3 4

Meta-Lists

Graphics Programming

Language Agnostic

Android

Autotools

ASP.NET MVC

Assembly Language

Bash

C / C++

C#

  • See .NET below

Clojure

CoffeeScript

ColdFusion

DB2

Delphi / Pascal

Django

Emacs

Erlang

Flex

F#

Forth

Git

Go

Grails

Haskell

HTML / CSS

Java

JavaScript

JavaScript (Node.js specific)

LaTeX

Linux

Lisp

Lua

Mathematica

Maven

Mercurial

Nemerle

  • See .NET below

.NET (C# / VB / Nemerle / Visual Studio)

NoSQL

Oberon

Objective-C

OCaml

Oracle Server

Oracle PL/SQL

Parrot / Perl 6

Perl

PHP

PowerShell

Prolog

PostgreSQL

Python

R

Ruby

Ruby on Rails

Scala

Scheme

Sed

Smalltalk

Subversion

SQL (implementation agnostic)

Teradata

Vim

Websphere

Windows Phone

link
13  
It would be good to see this integrated into the question text, it's gotten upvotes but I still had to scroll down to see it. Maybe we can get theman's blessing? (Tho I think Gortok has the rep to edit it anyway, might be nice to ask first. :) – Adam Bellaire Dec 30 '08 at 20:35
47  
Please keep the list in alphabetical order. Meta, then Language Agnostic, then alphabetized list (unless you can argue a better method). – George Stocker Dec 31 '08 at 0:04
1  
+1 for Learn You a Haskell. That is a great site/book. Oh, and don't forget Red Bean's subversion book. – Justin Johnson Jul 23 '09 at 11:49
4  
Add : Exploring Lift (Scala) avaliable at groups.google.com/group/the-lift-book as master.pdf Hadoop / Mapreduce book avaliable at umiacs.umd.edu/~jimmylin/book.html – oluies Jul 18 '10 at 15:15
2  
@user270014 If you have one that's legal, share it. – George Stocker Jan 19 at 16:56
show 43 more comments
feedback

Book: Structure and Interpretation of computer programs (Table of contents)
Lectures are here, smaller re-encoded versions from MIT OpenCourseWare are here.

link
23  
the lecture videos are available for this too man find them at groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures – jake Oct 17 '08 at 11:52
5  
2  
There is a Berkeley OpenCourseWare project (CS 61A, the first of the Cal 3 part lower division curriculum) using the same text with video lectures available here: webcast.berkeley.edu/course_details.php?seriesid=1906978270 – bvmou Oct 15 '10 at 7:35
5  
If anyone's interested in SICP in epub format: github.com/ieure/sicp – Wesley Rice Nov 29 '10 at 17:24
show 3 more comments
feedback

MIT has their open course ware for computer science.

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

link
feedback

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

MIT's - Structure and Interpretation of Computer Programs, Video Lectures

Also, Berkley have their lectures posted online

link
1  
Here's the book accompanying the SICP video lectures: mitpress.mit.edu/sicp/full-text/book/book.html. – Jules Dec 21 '08 at 23:48
1  
Stanford also has lectures of many courses online at the SEE project. – ninjalj Jun 26 '10 at 14:49
feedback

It's not a proper book, but one of Wikipedia's spinoffs is Wikibooks, which has quite a lot of books in different stages of development.

link
feedback

Bruce Eckel offers several books including Thinking in Java

link
feedback

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
feedback

Building Skills

  • Building Skills in Python
  • Building Skills in Programming
  • Building Skills in Object-Oriented Design
link
feedback

http://knowfree.net/

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

link
3  
I don't think it is a valid link. Are they following copyrights rules? – Zerotoinfinite Jan 18 '11 at 8:50
feedback

Bruce Perens' Open Source Series, several books on different Open Source projects.

link
show 1 more comment
feedback

Collection of Free Programming and Technology Related Books

This post contains the list of sites offering Programming, Information Technology and Computer books which are provided by Publishers and Authors legally and free.

link
feedback

AddedBytes.com has a pretty useful collection of Cheat Sheets.

link
feedback

Not to be ignored, some helpful material available on http://code.google.com/edu/ and http://www.wikibooks.com/

link
feedback

This document has a very nice overview of the GoF book AKA Design Patterns. (CC licensed)

link
feedback

The Art of Assembly Language Programming

link
1  
Full title is: "The Art of Assembly Language Programming". By Randall Hyde. 2003. For x86. Published by No Starch Press (San Francisco). Second edition due November 2009. – Peter Mortensen Aug 1 '09 at 11:04
feedback

The NerdDinner tutorial is a great way to start with ASP.NET MVC.

[Update] An even better tutorial is the official ASP.NET MVC Music Store Step-by-Step Tutorial.

link
show 2 more comments
feedback

Maíra Wenzel's Blog

MSDN Library is now featuring 44 chapters from 13 O’Reilly books on subjects such as C# 3.0, Visual Basic 2008, ADO.NET 3.5, .NET 3.5, the ADO.NET Entity Framework, WCF Services, and ASP.NET 3.5.

And here’s the list of the books that have some of their chapters featured on the library:

ASP.NET:

  • Building a Web 2.0 Portal with ASP.NET 3.5: Learn How to Build a State-of-the-Art Ajax Start Page Using ASP.NET, .NET 3.5, LINQ, Windows WF, and More
  • Learning ASP.NET 3.5, Second Edition: Build Web Applications with ASP.NET 3.5, AJAX, LINQ, and More
  • Programming ASP.NET 3.5, Fourth Edition

Visual Studio 2008:

  • C# 3.0 Cookbook, Third Edition: More than 250 solutions for C# 3.0 programmers
  • C# 3.0 Design Patterns: Use the Power of C# 3.0 to Solve Real-World Problems
  • C# 3.0 in a Nutshell, Third Edition: A Desktop Quick Reference
  • Learning C# 3.0: Master the fundamentals of C# 3.0
  • Programming Visual Basic 2008: Build .NET 3.5 Applications with Microsoft's RAD Tool for Business

.NET Development:

  • ADO.NET 3.5 Cookbook, Second Edition
  • Programming .NET 3.5: Build N-Tier Applications with WPF, AJAX, Silverlight, LINQ, WCF, and More
  • Programming Entity Framework: Building Data Centric Apps with the ADO.NET Entity Framework
  • Programming WCF Services, Second Edition: Building Service Oriented Applications with Windows Communication Foundation
  • RESTful .NET: Build and Consume RESTful Web Services with .NET 3.5
link
1  
looks like someone is desperately clutching at straws in a losing battle for market. I wondered when would MS eventually start taking these steps. – Peter Perháč Jul 2 '10 at 8:18
1  
@Peter: Hmm, what makes you say this ? – ram Jul 2 '10 at 13:46
1  
@Peter Perháč: I agree with "the rebooter", you comments seems out of context. – AMissico Jul 2 '10 at 14:39
feedback

Have a look at theassayer.org.

link
feedback

ACM Classic Book Series is a treasure trove.

link
feedback
1 2 3 4

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