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] - [Netbks.com][12] - [GoNullYourself - Free EBooks][13] - [Theassayer.org][14] (Free Online books) **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] **Assembly Language**: - [ProgrammingGroundUp][44] **C/C++** - [The C book][45] - [Thinking in C++, Second Edition][46] **C#** - See **.NET** below **Django** - [Djangobook.com][47] **Forth** - [Starting Forth][48] **Haskell** - [Learn You a Haskell][49] - [Real World Haskell][50] **Java** - [Sun's Java Tutorials][51] **JavaScript** [Eloquent JavaScript][52] **Linux** - [Advanced Linux Programming][53] **Lisp** - [Practical Common Lisp][54] - [On Lisp][55] - [ANSI Common Lisp][56] - [Common Lisp the Language, 2nd Edition][57] - [Successful Lisp][58] - [Let Over Lamda - 50 Years of Lisp][59] **.NET (C#)** - [Free C# Book][60] (Courtesy of [Programmers Heaven][61]) - [Visual Studio Tips and Tricks][62] - [Entity Framework][63] (514 pages) - [Charles Petzold's .Net Book 0][64] - [Threading in C#][65] - [C# Yellow Book][66] - [C# Programming - Wikibook][67] - [C# Essentials][68] - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][69] **Perl** - [Higher Order Perl][70] - [Perl The Hard Way][71] - [Extreme Perl][72] - [Perl Free Online EBooks][73] **Meta-List** **PHP** - [Practical PHP Programming][74] (Wiki that contains O'Reilly's *PHP In a Nutshell*) **Python** - [Dive Into Python][75] - [Byte of Python][76] - [Building Skills in Python Version 2.5][77] - [Python Free Online Ebooks][78] **Meta-List** - [Python Bibliotheca][79] - [Think Python][80] **Ruby** - [Programming Ruby][81] - [Why's (Poignant) Guide to Ruby][82] **Scala** - [Programing Scala][83] **SmallTalk** - [SmallTalk Free Ebooks][84] *Courtesy of Stéphane Ducasse* - [Squeak By Example][85] (Smalltalk IDE) **Subversion** - [Subversion Version Control: Using the Subversion Version Control System in Development Projects][86] [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://www.netbks.com/ [13]: http://gonullyourself.org/main/ebooks/ [14]: http://theassayer.org/ [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://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [45]: http://publications.gbdirect.co.uk/c_book/ [46]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html [47]: http://djangobook.com/ [48]: http://home.iae.nl/users/mhx/sf.html [49]: http://learnyouahaskell.com/chapters [50]: http://book.realworldhaskell.org/read/ [51]: http://java.sun.com/docs/books/tutorial/ [52]: http://eloquentjavascript.net/ [53]: http://www.advancedlinuxprogramming.com/ [54]: http://www.gigamonkeys.com/book/ [55]: http://www.paulgraham.com/onlisp.html [56]: http://www.paulgraham.com/acl.html [57]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html [58]: http://psg.com/~dlamkins/sl/contents.html [59]: http://letoverlambda.com/index.cl/toc [60]: http://www.programmersheaven.com/2/CSharpBook [61]: http://www.programmersheaven.com/ [62]: http://www.infoq.com/minibooks/vsnettt [63]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [64]: http://www.charlespetzold.com/dotnet/index.html [65]: http://www.albahari.com/threading/ [66]: http://www.csharpcourse.com/ [67]: http://en.wikibooks.org/wiki/C_Sharp_Programming [68]: http://www.techotopia.com/index.php/C_Sharp_Essentials [69]: http://www.brpreiss.com/books/opus6/ [70]: http://hop.perl.plover.com/book/ [71]: http://www.greenteapress.com/perl/ [72]: http://www.extremeperl.org/bk/home [73]: http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles [74]: http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents [75]: http://diveintopython.org/ [76]: http://www.swaroopch.com/notes/Python [77]: http://homepage.mac.com/s_lott/books/python.html [78]: http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles [79]: http://openbookproject.net/pybiblio/ [80]: http://www.greenteapress.com/thinkpython/thinkpython.pdf [81]: http://www.ruby-doc.org/docs/ProgrammingRuby/ [82]: http://poignantguide.net/ruby/ [83]: http://programming-scala.labs.oreilly.com/index.html [84]: http://stephane.ducasse.free.fr/FreeBooks.html [85]: http://www.squeakbyexample.org/ [86]: http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf