List of Free Programming books (compiled):


**Meta-List**

 - [How to Design Programs: An Introduction to Computing and Programming][1]
 - [25 Free Computer Science Ebooks][2]
 - [Free Tech Books][3]
 - [MindView Inc][4] (List of Free Books)
 - [Wikibooks: Programming][5]
 - [Cheat Sheets (Free)][6]
 - [CodePlex List of Free E-Books][7]
 - [Book Training - On Video!][8]
 - [Sofware Program Managers Network - Free EBooks][9]
 - [EBook Share @ linbai.info][10]
 - [FreeBooksClub.Net][11]
 - [Theassayer.org][12] (Free Online books)
 - [O'Reilly's Open Books Project][13]
 - [TechBooksForFree.com][14]

**Graphics Programming**

  - Nvidia [GPU Gems 1][15] 
  - Nvidia [GPU Gems 2][16] 
  - Nvidia [GPU Gems 3][17]
  - [Graphics Programming Black Book][18]

**Language Agnostic**:

  - [Pragmatic Thinking and Learning: Refactor Your Wetware][19]
  - [Foundations of Programming][20] by Karl Seguin 
  - [Computer Musings][21] (Lectures by Donald Knuth)
  - [The Cathedral and the Bazaar][22] (Introduction to Open Source Software)
  - [Patterns and Practices: Application Architecture Guide 2.0][23]
  - [Security Engineering][24]
  - [Digital Signal Processing For Engineers and Scientists][25]
  - [Getting Real][26] (Courtesy [37 Signals][27])
  - [Structure and Interpretation of Computer Programs][28]
  - [Domain Driven Design Quickly][29]
  - [OO Design][30]
  - [Best Kept Secrets of Peer Code Review][31]
  - [NASA Software Measurement Handbook][32]
  - [NASA Manager Handbook for Software Development][33]
  - [Introduction to Functional Programming][34] - Class Lectures and Slides
  - [How to Design Programs][35] - MIT Press
  - [Guide to the Software Engineering Body of Knowledge][36] - IEEE Computer Society Press
  - [Online Course Materials][37] - MIT
  - [Algorithms][38] (Draft Copy)
  - [Data Structures and Algorithms][39]
  - [Essential Skills for Agile Development][40]
  - [Programming Languages: Application and Interpretation][41]
  - [Learn to Program][42]
  - [Patterns of Software: Tales from the Software Community][43]
  - [How to write Unmaintainable Code][44]
  - [The Art of Unix Programming][45]

**Assembly Language**:

  - [ProgrammingGroundUp][46]
  - [Paul Carter's Tutorial on x86 Assembly][47]

**C/C++**

 - [The C book][48]
 - [Thinking in C++, Second Edition][49]
 - [C++ Annotations][50]

**C#**

 - See **.NET** below

**Django**

  - [Djangobook.com][51]

**Forth**

  - [Starting Forth][52]

**Haskell**

  - [Learn You a Haskell][53]
  - [Real World Haskell][54]

**Java**

  - [Sun's Java Tutorials][55]

**JavaScript**

  - [Eloquent JavaScript][56]
  - [Crockford's JavaScript][57]

**Linux**

  - [Advanced Linux Programming][58]

**Lisp**

 - [Practical Common Lisp][59]
 - [On Lisp][60]
 - [ANSI Common Lisp][61]
 - [Common Lisp the Language, 2nd Edition][62]
 - [Successful Lisp][63]
 - [Let Over Lamda - 50 Years of Lisp][64]

**.NET (C#)**

 - [Free C# Book][65] (Courtesy of [Programmers Heaven][66])
 - [Visual Studio Tips and Tricks][67]
 - [Entity Framework][68] (514 pages)
 - [Charles Petzold's .Net Book 0][69]
 - [Threading in C#][70]
 - [C# Yellow Book][71]
 - [C# Programming - Wikibook][72]
 - [C# Essentials][73]
 - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][74]
 - [Illustrated C# 2008][75] (Download) (**.ZIP**)
 - [O'Reilly's C# Pocket Reference Manual][76] (*Free Ebook courtesy of [Red Gate Software][77]*)

**Objective-C**
 
 - [The Objective-C Programming Language][78]

**Perl**

  - [Higher Order Perl][79]
  - [Perl The Hard Way][80]
  - [Extreme Perl][81]
  - [Perl Free Online EBooks][82] **Meta-List**
  - [The Mason Book][83]
  - [Practical `mod_perl`][84]

**PHP**

  - [Practical PHP Programming][85] (Wiki that contains O'Reilly's *PHP In a Nutshell*)
  - [Zend Framework: Survive the Deep End][86]

**PowerShell**

 - [Mastering PowerShell][87]

**Python**

  - [Dive Into Python][88]
  - [Dive Into Python 3][89]
  - [Byte of Python][90]
  - [Building Skills in Python Version 2.5][91]
  - [Python Free Online Ebooks][92] **Meta-List**
  - [Python Bibliotheca][93]
  - [Think Python][94]
  - [Data Structures and Algorithms in Python][95]
  - [How to Think Like a Computer Scientist: Learning with Python][96]

**Ruby**

  - [Programming Ruby][97]
  - [Why's (Poignant) Guide to Ruby][98] ([Mirror][99] via [Scribd][100])

**Scala**

  - [Programing Scala][101]

**SmallTalk**

  - [SmallTalk Free Ebooks][102] *Courtesy of Stéphane Ducasse*
  - [Squeak By Example][103] (Smalltalk IDE)

**Subversion**

  - [Subversion Version Control: Using the Subversion Version Control System in Development Projects][104]


  [1]: http://www.htdp.org/2003-09-26/Book/
  [2]: http://www.coderholic.com/25-free-computer-science-books/
  [3]: http://www.freetechbooks.com/
  [4]: http://www.mindviewinc.com/Books/
  [5]: http://en.wikibooks.org/wiki/Category:Programming
  [6]: http://refcardz.dzone.com/
  [7]: http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx
  [8]: http://www.booktraining.net/
  [9]: http://www.spmn.com/products_guidebooks.html
  [10]: http://www.linbai.info/
  [11]: http://www.freebooksclub.net/
  [12]: http://theassayer.org/
  [13]: http://oreilly.com/openbook/
  [14]: http://www.techbooksforfree.com/
  [15]: http://http.developer.nvidia.com/GPUGems/gpugems_part01.html
  [16]: http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html
  [17]: http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html
  [18]: http://www.gamedev.net/reference/articles/article1698.asp
  [19]: http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning
  [20]: http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx
  [21]: http://scpd.stanford.edu/knuth/index.jsp
  [22]: http://www.catb.org/esr/writings/cathedral-bazaar/
  [23]: http://www.codeplex.com/AppArchGuide
  [24]: http://www.cl.cam.ac.uk/~rja14/book.html
  [25]: http://www.dspguide.com/
  [26]: http://gettingreal.37signals.com/
  [27]: http://37signals.com
  [28]: http://mitpress.mit.edu/sicp/
  [29]: http://www.infoq.com/minibooks/domain-driven-design-quickly
  [30]: http://homepage.mac.com/s_lott/books/oodesign.html
  [31]: http://smartbear.com/codecollab-code-review-book.php
  [32]: http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook
  [33]: http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf
  [34]: http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/
  [35]: http://www.htdp.org/
  [36]: http://www.swebok.org/stoneman/trial%5F1%5F00.html
  [37]: http://ocw.mit.edu/OcwWeb/web/home/home/index.htm
  [38]: http://www.cs.berkeley.edu/~vazirani/algorithms.html
  [39]: http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/
  [40]: http://www.agileskills.org/download.html.en
  [41]: http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/
  [42]: http://pine.fm/LearnToProgram/
  [43]: http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf
  [44]: http://freeworld.thc.org/root/phun/unmaintain.html
  [45]: http://catb.org/esr/writings/taoup/html/
  [46]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf
  [47]: http://drpaulcarter.com/pcasm/
  [48]: http://publications.gbdirect.co.uk/c_book/
  [49]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
  [50]: http://cppannotations.sourceforge.net/
  [51]: http://djangobook.com/
  [52]: http://home.iae.nl/users/mhx/sf.html
  [53]: http://learnyouahaskell.com/chapters
  [54]: http://book.realworldhaskell.org/read/
  [55]: http://java.sun.com/docs/books/tutorial/
  [56]: http://eloquentjavascript.net/
  [57]: http://www.crockford.com/javascript/
  [58]: http://www.advancedlinuxprogramming.com/
  [59]: http://www.gigamonkeys.com/book/
  [60]: http://www.paulgraham.com/onlisp.html
  [61]: http://www.paulgraham.com/acl.html
  [62]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html
  [63]: http://psg.com/~dlamkins/sl/contents.html
  [64]: http://letoverlambda.com/index.cl/toc
  [65]: http://www.programmersheaven.com/2/CSharpBook
  [66]: http://www.programmersheaven.com/
  [67]: http://www.infoq.com/minibooks/vsnettt
  [68]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx
  [69]: http://www.charlespetzold.com/dotnet/index.html
  [70]: http://www.albahari.com/threading/
  [71]: http://www.csharpcourse.com/
  [72]: http://en.wikibooks.org/wiki/C_Sharp_Programming
  [73]: http://www.techotopia.com/index.php/C_Sharp_Essentials
  [74]: http://www.brpreiss.com/books/opus6/
  [75]: http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip
  [76]: http://www.red-gate.com/products/ants_performance_profiler/be_ahead_of_the_game_ebook.htm?utm_source=simpletalk&utm_medium=email&utm_content=nlv_aheadofgame-ebook&utm_campaign=antsperformanceprofiler
  [77]: http://red-gate.com
  [78]: http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/
  [79]: http://hop.perl.plover.com/book/
  [80]: http://www.greenteapress.com/perl/
  [81]: http://www.extremeperl.org/bk/home
  [82]: http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles
  [83]: http://www.masonbook.com/book/
  [84]: http://modperlbook.org/
  [85]: http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents
  [86]: http://www.survivethedeepend.com/
  [87]: http://powershell.com/cs/blogs/ebook/
  [88]: http://diveintopython.org/
  [89]: http://diveintopython3.org/
  [90]: http://www.swaroopch.com/notes/Python
  [91]: http://homepage.mac.com/s_lott/books/python.html
  [92]: http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles
  [93]: http://openbookproject.net/pybiblio/
  [94]: http://www.greenteapress.com/thinkpython/thinkpython.pdf
  [95]: http://www.brpreiss.com/books/opus7/html/book.html
  [96]: http://www.greenteapress.com/thinkpython/thinkCSpy/
  [97]: http://www.ruby-doc.org/docs/ProgrammingRuby/
  [98]: http://poignantguide.net/ruby/
  [99]: http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby
  [100]: http://www.scribd.com/
  [101]: http://programming-scala.labs.oreilly.com/index.html
  [102]: http://stephane.ducasse.free.fr/FreeBooks.html
  [103]: http://www.squeakbyexample.org/
  [104]: http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf