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] **Graphics Programming** - Nvidia [GPU Gems 1][14] - Nvidia [GPU Gems 2][15] - Nvidia [GPU Gems 3][16] - [Graphics Programming Black Book][17] **Language Agnostic**: - [Pragmatic Thinking and Learning: Refactor Your Wetware][18] - [Foundations of Programming][19] by Karl Seguin - [Computer Musings][20] (Lectures by Donald Knuth) - [The Cathedral and the Bazaar][21] (Introduction to Open Source Software) - [Patterns and Practices: Application Architecture Guide 2.0][22] - [Security Engineering][23] - [Digital Signal Processing For Engineers and Scientists][24] - [Getting Real][25] (Courtesy [37 Signals][26]) - [Structure and Interpretation of Computer Programs][27] - [Domain Driven Design Quickly][28] - [OO Design][29] - [Best Kept Secrets of Peer Code Review][30] - [NASA Software Measurement Handbook][31] - [NASA Manager Handbook for Software Development][32] - [Introduction to Functional Programming][33] - Class Lectures and Slides - [How to Design Programs][34] - MIT Press - [Guide to the Software Engineering Body of Knowledge][35] - IEEE Computer Society Press - [Online Course Materials][36] - MIT - [Algorithms][37] (Draft Copy) - [Data Structures and Algorithms][38] - [Essential Skills for Agile Development][39] - [Programming Languages: Application and Interpretation][40] - [Learn to Program][41] - [Patterns of Software: Tales from the Software Community][42] - [How to write Unmaintainable Code][43] **Assembly Language**: - [ProgrammingGroundUp][44] - [Paul Carter's Tutorial on x86 Assembly][45] **C/C++** - [The C book][46] - [Thinking in C++, Second Edition][47] - [C++ Annotations][48] **C#** - See **.NET** below **Django** - [Djangobook.com][49] **Forth** - [Starting Forth][50] **Haskell** - [Learn You a Haskell][51] - [Real World Haskell][52] **Java** - [Sun's Java Tutorials][53] **JavaScript** - [Eloquent JavaScript][54] - [Crockford's JavaScript][55] **Linux** - [Advanced Linux Programming][56] **Lisp** - [Practical Common Lisp][57] - [On Lisp][58] - [ANSI Common Lisp][59] - [Common Lisp the Language, 2nd Edition][60] - [Successful Lisp][61] - [Let Over Lamda - 50 Years of Lisp][62] **.NET (C#)** - [Free C# Book][63] (Courtesy of [Programmers Heaven][64]) - [Visual Studio Tips and Tricks][65] - [Entity Framework][66] (514 pages) - [Charles Petzold's .Net Book 0][67] - [Threading in C#][68] - [C# Yellow Book][69] - [C# Programming - Wikibook][70] - [C# Essentials][71] - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][72] - [Illustrated C# 2008][73] (Download) (**.ZIP**) **Objective-C** - [The Objective-C Programming Language][74] **Perl** - [Higher Order Perl][75] - [Perl The Hard Way][76] - [Extreme Perl][77] - [Perl Free Online EBooks][78] **Meta-List** - [The Mason Book][79] - [Practical `mod_perl`][80] **PHP** - [Practical PHP Programming][81] (Wiki that contains O'Reilly's *PHP In a Nutshell*) - [Zend Framework: Survive the Deep End][82] **PowerShell** - [Mastering PowerShell][83] **Python** - [Dive Into Python][84] - [Byte of Python][85] - [Building Skills in Python Version 2.5][86] - [Python Free Online Ebooks][87] **Meta-List** - [Python Bibliotheca][88] - [Think Python][89] - [Data Structures and Algorithms in Python][90] **Ruby** - [Programming Ruby][91] - [Why's (Poignant) Guide to Ruby][92] **Scala** - [Programing Scala][93] **SmallTalk** - [SmallTalk Free Ebooks][94] *Courtesy of Stéphane Ducasse* - [Squeak By Example][95] (Smalltalk IDE) **Subversion** - [Subversion Version Control: Using the Subversion Version Control System in Development Projects][96] [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://http.developer.nvidia.com/GPUGems/gpugems_part01.html [15]: http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html [16]: http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html [17]: http://www.gamedev.net/reference/articles/article1698.asp [18]: http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning [19]: http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx [20]: http://scpd.stanford.edu/knuth/index.jsp [21]: http://www.catb.org/esr/writings/cathedral-bazaar/ [22]: http://www.codeplex.com/AppArchGuide [23]: http://www.cl.cam.ac.uk/~rja14/book.html [24]: http://www.dspguide.com/ [25]: http://gettingreal.37signals.com/ [26]: http://37signals.com [27]: http://mitpress.mit.edu/sicp/ [28]: http://www.infoq.com/minibooks/domain-driven-design-quickly [29]: http://homepage.mac.com/s_lott/books/oodesign.html [30]: http://smartbear.com/codecollab-code-review-book.php [31]: http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook [32]: http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf [33]: http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/ [34]: http://www.htdp.org/ [35]: http://www.swebok.org/stoneman/trial%5F1%5F00.html [36]: http://ocw.mit.edu/OcwWeb/web/home/home/index.htm [37]: http://www.cs.berkeley.edu/~vazirani/algorithms.html [38]: http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/ [39]: http://www.agileskills.org/download.html.en [40]: http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/ [41]: http://pine.fm/LearnToProgram/ [42]: http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf [43]: http://freeworld.thc.org/root/phun/unmaintain.html [44]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [45]: http://drpaulcarter.com/pcasm/ [46]: http://publications.gbdirect.co.uk/c_book/ [47]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html [48]: http://cppannotations.sourceforge.net/ [49]: http://djangobook.com/ [50]: http://home.iae.nl/users/mhx/sf.html [51]: http://learnyouahaskell.com/chapters [52]: http://book.realworldhaskell.org/read/ [53]: http://java.sun.com/docs/books/tutorial/ [54]: http://eloquentjavascript.net/ [55]: http://www.crockford.com/javascript/ [56]: http://www.advancedlinuxprogramming.com/ [57]: http://www.gigamonkeys.com/book/ [58]: http://www.paulgraham.com/onlisp.html [59]: http://www.paulgraham.com/acl.html [60]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html [61]: http://psg.com/~dlamkins/sl/contents.html [62]: http://letoverlambda.com/index.cl/toc [63]: http://www.programmersheaven.com/2/CSharpBook [64]: http://www.programmersheaven.com/ [65]: http://www.infoq.com/minibooks/vsnettt [66]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [67]: http://www.charlespetzold.com/dotnet/index.html [68]: http://www.albahari.com/threading/ [69]: http://www.csharpcourse.com/ [70]: http://en.wikibooks.org/wiki/C_Sharp_Programming [71]: http://www.techotopia.com/index.php/C_Sharp_Essentials [72]: http://www.brpreiss.com/books/opus6/ [73]: http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip [74]: http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/ [75]: http://hop.perl.plover.com/book/ [76]: http://www.greenteapress.com/perl/ [77]: http://www.extremeperl.org/bk/home [78]: http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles [79]: http://www.masonbook.com/book/ [80]: http://modperlbook.org/ [81]: http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents [82]: http://www.survivethedeepend.com/ [83]: http://powershell.com/cs/blogs/ebook/ [84]: http://diveintopython.org/ [85]: http://www.swaroopch.com/notes/Python [86]: http://homepage.mac.com/s_lott/books/python.html [87]: http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles [88]: http://openbookproject.net/pybiblio/ [89]: http://www.greenteapress.com/thinkpython/thinkpython.pdf [90]: http://www.brpreiss.com/books/opus7/html/book.html [91]: http://www.ruby-doc.org/docs/ProgrammingRuby/ [92]: http://poignantguide.net/ruby/ [93]: http://programming-scala.labs.oreilly.com/index.html [94]: http://stephane.ducasse.free.fr/FreeBooks.html [95]: http://www.squeakbyexample.org/ [96]: http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf