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] **ASP.NET MVC**: - [NerdDinner Walkthrough][46] **Assembly Language**: - [ProgrammingGroundUp][47] - [Paul Carter's Tutorial on x86 Assembly][48] **C/C++** - [The C book][49] - [Thinking in C++, Second Edition][50] - [C++ Annotations][51] **C#** - See **.NET** below **Django** - [Djangobook.com][52] **Forth** - [Starting Forth][53] **Haskell** - [Learn You a Haskell][54] - [Real World Haskell][55] **Java** - [Sun's Java Tutorials][56] **JavaScript** - [Eloquent JavaScript][57] - [Crockford's JavaScript][58] **Linux** - [Advanced Linux Programming][59] **Lisp** - [Practical Common Lisp][60] - [On Lisp][61] - [ANSI Common Lisp][62] - [Common Lisp the Language, 2nd Edition][63] - [Successful Lisp][64] - [Let Over Lamda - 50 Years of Lisp][65] **.NET (C#)** - [Free C# Book][66] (Courtesy of [Programmers Heaven][67]) - [Visual Studio Tips and Tricks][68] - [Entity Framework][69] (514 pages) - [Charles Petzold's .Net Book 0][70] - [Threading in C#][71] - [C# Yellow Book][72] - [C# Programming - Wikibook][73] - [C# Essentials][74] - [Data Structures and Algorithms with Object-Oriented Design Patterns in C# ][75] - [Illustrated C# 2008][76] (Download) (**.ZIP**) - [O'Reilly's C# Pocket Reference Manual][77] (*Free Ebook courtesy of [Red Gate Software][78]*) **Objective-C** - [The Objective-C Programming Language][79] **Perl** - [Higher Order Perl][80] - [Perl The Hard Way][81] - [Extreme Perl][82] - [Perl Free Online EBooks][83] **Meta-List** - [The Mason Book][84] - [Practical `mod_perl`][85] **PHP** - [Practical PHP Programming][86] (Wiki that contains O'Reilly's *PHP In a Nutshell*) - [Zend Framework: Survive the Deep End][87] **PowerShell** - [Mastering PowerShell][88] **Python** - [Dive Into Python][89] - [Dive Into Python 3][90] - [Byte of Python][91] - [Building Skills in Python Version 2.5][92] - [Python Free Online Ebooks][93] **Meta-List** - [Python Bibliotheca][94] - [Think Python][95] - [Data Structures and Algorithms in Python][96] - [How to Think Like a Computer Scientist: Learning with Python][97] **Ruby** - [Programming Ruby][98] - [Why's (Poignant) Guide to Ruby][99] ([Mirror][100] via [Scribd][101]) **Scala** - [Programing Scala][102] **SmallTalk** - [SmallTalk Free Ebooks][103] *Courtesy of Stéphane Ducasse* - [Squeak By Example][104] (Smalltalk IDE) **Subversion** - [Subversion Version Control: Using the Subversion Version Control System in Development Projects][105] [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://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx [47]: http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf [48]: http://drpaulcarter.com/pcasm/ [49]: http://publications.gbdirect.co.uk/c_book/ [50]: http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html [51]: http://cppannotations.sourceforge.net/ [52]: http://djangobook.com/ [53]: http://home.iae.nl/users/mhx/sf.html [54]: http://learnyouahaskell.com/chapters [55]: http://book.realworldhaskell.org/read/ [56]: http://java.sun.com/docs/books/tutorial/ [57]: http://eloquentjavascript.net/ [58]: http://www.crockford.com/javascript/ [59]: http://www.advancedlinuxprogramming.com/ [60]: http://www.gigamonkeys.com/book/ [61]: http://www.paulgraham.com/onlisp.html [62]: http://www.paulgraham.com/acl.html [63]: http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html [64]: http://psg.com/~dlamkins/sl/contents.html [65]: http://letoverlambda.com/index.cl/toc [66]: http://www.programmersheaven.com/2/CSharpBook [67]: http://www.programmersheaven.com/ [68]: http://www.infoq.com/minibooks/vsnettt [69]: http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx [70]: http://www.charlespetzold.com/dotnet/index.html [71]: http://www.albahari.com/threading/ [72]: http://www.csharpcourse.com/ [73]: http://en.wikibooks.org/wiki/C_Sharp_Programming [74]: http://www.techotopia.com/index.php/C_Sharp_Essentials [75]: http://www.brpreiss.com/books/opus6/ [76]: http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip [77]: 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 [78]: http://red-gate.com [79]: http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/ [80]: http://hop.perl.plover.com/book/ [81]: http://www.greenteapress.com/perl/ [82]: http://www.extremeperl.org/bk/home [83]: http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles [84]: http://www.masonbook.com/book/ [85]: http://modperlbook.org/ [86]: http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents [87]: http://www.survivethedeepend.com/ [88]: http://powershell.com/cs/blogs/ebook/ [89]: http://diveintopython.org/ [90]: http://diveintopython3.org/ [91]: http://www.swaroopch.com/notes/Python [92]: http://homepage.mac.com/s_lott/books/python.html [93]: http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles [94]: http://openbookproject.net/pybiblio/ [95]: http://www.greenteapress.com/thinkpython/thinkpython.pdf [96]: http://www.brpreiss.com/books/opus7/html/book.html [97]: http://www.greenteapress.com/thinkpython/thinkCSpy/ [98]: http://www.ruby-doc.org/docs/ProgrammingRuby/ [99]: http://poignantguide.net/ruby/ [100]: http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby [101]: http://www.scribd.com/ [102]: http://programming-scala.labs.oreilly.com/index.html [103]: http://stephane.ducasse.free.fr/FreeBooks.html [104]: http://www.squeakbyexample.org/ [105]: http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf