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