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][13] (Free Online books) **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] **Assembly Language**: - [ProgrammingGroundUp][43] **C/C++** - [The C book][44] - [Thinking in C++, Second Edition][45] **C#** - See **.NET** below **Django** - [Djangobook.com][46] **Forth** - [Starting Forth][47] **Haskell** - [Learn You a Haskell][48] - [Real World Haskell][49] **Java** - [Sun's Java Tutorials][50] **JavaScript** [Eloquent JavaScript][51] **Linux** - [Advanced Linux Programming][52] **Lisp** - [Practical Common Lisp][53] - [On Lisp][54] - [ANSI Common Lisp][55] - [Common Lisp the Language, 2nd Edition][56] - [Successful Lisp][57] - [Let Over Lamda - 50 Years of Lisp][58] **.NET (C#)** - [Free C# Book][59] (Courtesy of [Programmers Heaven][60]) - [Visual Studio Tips and Tricks][61] - [Entity Framework][62] (514 pages) - [Charles Petzold's .Net Book 0][63] - [Threading in C#][64] - [C# Yellow Book][65] - [C# Programming - Wikibook][66] - [C# Essentials][67] - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][68] **Perl** - [Higher Order Perl][69] - [Perl The Hard Way][70] - [Extreme Perl][71] - [Perl Free Online EBooks][72] **Meta-List** **PHP** - [Practical PHP Programming][73] (Wiki that contains O'Reilly's *PHP In a Nutshell*) **PowerShell** - [Mastering PowerShell][74] **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://theassayer.org/ [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://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [44]: http://publications.gbdirect.co.uk/c_book/ [45]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html [46]: http://djangobook.com/ [47]: http://home.iae.nl/users/mhx/sf.html [48]: http://learnyouahaskell.com/chapters [49]: http://book.realworldhaskell.org/read/ [50]: http://java.sun.com/docs/books/tutorial/ [51]: http://eloquentjavascript.net/ [52]: http://www.advancedlinuxprogramming.com/ [53]: http://www.gigamonkeys.com/book/ [54]: http://www.paulgraham.com/onlisp.html [55]: http://www.paulgraham.com/acl.html [56]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html [57]: http://psg.com/~dlamkins/sl/contents.html [58]: http://letoverlambda.com/index.cl/toc [59]: http://www.programmersheaven.com/2/CSharpBook [60]: http://www.programmersheaven.com/ [61]: http://www.infoq.com/minibooks/vsnettt [62]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [63]: http://www.charlespetzold.com/dotnet/index.html [64]: http://www.albahari.com/threading/ [65]: http://www.csharpcourse.com/ [66]: http://en.wikibooks.org/wiki/C_Sharp_Programming [67]: http://www.techotopia.com/index.php/C_Sharp_Essentials [68]: http://www.brpreiss.com/books/opus6/ [69]: http://hop.perl.plover.com/book/ [70]: http://www.greenteapress.com/perl/ [71]: http://www.extremeperl.org/bk/home [72]: http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles [73]: http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents [74]: http://powershell.com/cs/blogs/ebook/ [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