What are some good free programming books? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T20:01:30Z http://stackoverflow.com/feeds/question/391523 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4708#4708 2 Answer by Kevin for What are some good free programming books? Kevin 2008-08-07T13:33:38Z 2008-08-07T13:33:38Z <p>Here is a PDF of the book <strong>On Lisp</strong> by Paul Graham that I've been reading lately.</p> <p><a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">http://www.paulgraham.com/onlisp.html</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4710#4710 2 Answer by Jon Works for What are some good free programming books? Jon Works 2008-08-07T13:34:08Z 2008-08-07T13:34:08Z <p>I'm going to start a list of tutorial/books here:</p> <ul> <li><a href="http://csharpcomputing.com/Tutorials/TOC.htm" rel="nofollow">C# tutorial</a></li> <li><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">MIT - Structure and Interpretation of Computer Programs</a></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4713#4713 5 Answer by Tarks for What are some good free programming books? Tarks 2008-08-07T13:37:37Z 2008-08-07T13:37:37Z <p><a href="http://knowfree.net/" rel="nofollow">http://knowfree.net/</a></p> <p>That is an amazing resource, not all of the links work, but about 95% which is still awesome</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4714#4714 14 Answer by RedWolves for What are some good free programming books? RedWolves 2008-08-07T13:37:49Z 2008-08-07T13:37:49Z <p>This link was listed on digg: <a href="http://programmingebooks.tk/" rel="nofollow">http://programmingebooks.tk/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4720#4720 13 Answer by Stephen Pellicer for What are some good free programming books? Stephen Pellicer 2008-08-07T13:43:11Z 2008-08-07T13:43:11Z <p>MIT has their open course ware for computer science.</p> <p><a href="http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/index.htm" rel="nofollow">http://ocw.mit.edu/OcwWeb/Electrical-Engineering-and-Computer-Science/index.htm</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4721#4721 19 Answer by Karl Seguin for What are some good free programming books? Karl Seguin 2008-08-07T13:43:20Z 2008-12-21T23:23:04Z <p>You can check out my free ebook, <a href="http://tinyurl.com/5jaae2" rel="nofollow">Foundations of Programming</a>. (Karl Seguin)</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4723#4723 5 Answer by ricree for What are some good free programming books? ricree 2008-08-07T13:44:31Z 2008-08-07T13:48:14Z <p>As long as we're on the subject of Lisp, <strong><em><a href="http://gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a></em></strong> by Peter Seibel is available for free online.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4727#4727 8 Answer by mreggen for What are some good free programming books? mreggen 2008-08-07T13:57:58Z 2008-12-21T23:22:09Z <p><a href="http://en.wikipedia.org/wiki/Bruce_Eckel" rel="nofollow">Bruce Eckel</a> has free books on several topics <a href="http://www.mindviewinc.com/Books/" rel="nofollow">here</a>.</p> <p><a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a> is a nice free Python book. Check out <a href="http://www.mindview.net/Books/TIJ/" rel="nofollow">Thinking in Java</a> and <a href="http://mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in C++</a> as well.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4809#4809 3 Answer by Nick Masao for What are some good free programming books? Nick Masao 2008-08-07T14:50:53Z 2008-08-07T14:50:53Z <P>If you haven't read it yet, I recommend the free PDF download <A href="http://www.greenteapress.com/thinkpython/thinkpython.pdf" rel="nofollow">Think Python</A>. It is a great book.</P> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/4892#4892 11 Answer by alexp206 for What are some good free programming books? alexp206 2008-08-07T16:07:47Z 2008-08-07T16:07:47Z <p>This may sound silly, but have you tried your local library? I work in a college library and we have access to a lot of ebooks through the Safari service (O'Reilly, Prentice Hall, Addison-Wesley, Microsoft Press, Sams and Que just to name a few). Many college libraries especially community colleges allow members of the community to become patrons, whether or not they allow off-campus access to online resources for these patrons varies school to school.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/5280#5280 2 Answer by Alan Hecht for What are some good free programming books? Alan Hecht 2008-08-07T20:35:44Z 2008-08-07T20:38:53Z <p>For those interested in reading about Smalltalk:</p> <p><a href="http://stephane.ducasse.free.fr/FreeBooks.html" rel="nofollow">http://stephane.ducasse.free.fr/FreeBooks.html</a></p> <p>has an extensive collection of out-of-print smalltalk books available as PDF files.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/5297#5297 2 Answer by Stan for What are some good free programming books? Stan 2008-08-07T20:53:28Z 2008-08-07T20:53:28Z <P><A href="http://www.techbooksforfree.com/" rel="nofollow">http://www.techbooksforfree.com/</A></P> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/12053#12053 34 Answer by John for What are some good free programming books? John 2008-08-15T07:42:47Z 2009-02-25T13:05:30Z <p>Here what's on my bookmarks:</p> <ul> <li><a href="http://www.htdp.org/" rel="nofollow">How to Design Programs</a></li> <li><a href="http://www.gamedev.net/reference/articles/article1698.asp" rel="nofollow">Graphics Programing Black Book</a></li> <li><a href="http://book.realworldhaskell.org/beta/index.html" rel="nofollow">Real World Haskell</a></li> <li><a href="http://letoverlambda.com/index.cl/toc" rel="nofollow">Let Over Lambda</a></li> <li><a href="http://home.iae.nl/users/mhx/sf.html" rel="nofollow">Starting Forth</a></li> <li><a href="http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles" rel="nofollow">List of Free Online Python Books</a></li> <li><a href="http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles" rel="nofollow">List of Free Online Perl Books</a></li> <li><a href="http://www.squeakbyexample.org/" rel="nofollow">Squeak by Example</a></li> <li><a href="http://www.techotopia.com/index.php/C%5FSharp%5FEssentials" rel="nofollow">C# Essentials</a></li> <li><a href="http://stephane.ducasse.free.fr/FreeBooks.html" rel="nofollow">List of Free Online Smalltalk Books</a></li> <li><a href="http://psg.com/~dlamkins/sl/contents.html" rel="nofollow">Successful Lisp</a></li> <li><a href="http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/" rel="nofollow">Introduction to Functional Programming</a></li> </ul> <p>All of these are available online (<strong>free and legal</strong>).</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/12060#12060 4 Answer by lomaxx for What are some good free programming books? lomaxx 2008-08-15T08:01:59Z 2008-08-15T08:01:59Z <p>The <a href="http://www.google.com.au/search?q=foundation+of+programming&amp;sourceid=navclient-ff&amp;ie=UTF-8&amp;rlz=1B3GGGL_enAU284AU285" rel="nofollow" title="Coding Guidelines for Cocoa">Foundations of Programming</a> E-Book from CodeBetter.com is a worthwhile read for beginners.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62131#62131 13 Answer by PintSizedCat for What are some good free programming books? PintSizedCat 2008-09-15T10:42:20Z 2008-09-15T10:42:20Z <p>It's not an ebook, but every programmer should probably watch it.</p> <p>MIT's - Structure and Interpretation of Computer Programs, Video Lectures<br/> <a href="http://www.swiss.ai.mit.edu/classes/6.001/abelson-sussman-lectures/" rel="nofollow">http://www.swiss.ai.mit.edu/classes/6.001/abelson-sussman-lectures/</a></p> <p>Also, Berkley have their lectures posted online<br/> <a href="http://webcast.berkeley.edu/courses.php" rel="nofollow">http://webcast.berkeley.edu/courses.php</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62204#62204 0 Answer by sgwill for What are some good free programming books? sgwill 2008-09-15T11:29:33Z 2008-09-15T11:29:33Z <p>Don't forget the classic, Programming Pearls:</p> <p><a href="http://netlib.bell-labs.com/cm/cs/pearls/" rel="nofollow">http://netlib.bell-labs.com/cm/cs/pearls/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62211#62211 1 Answer by epatel for What are some good free programming books? epatel 2008-09-15T11:35:48Z 2008-09-15T11:35:48Z <p><a href="http://thinking-forth.sourceforge.net/" rel="nofollow">Thinking Forth</a> and a <a href="http://homepage.mac.com/ruske/ruske/C148946258/E487380918/index.html" rel="nofollow">review</a> of it</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62216#62216 0 Answer by Yining for What are some good free programming books? Yining 2008-09-15T11:38:33Z 2008-09-15T11:38:33Z <p>maybe you can try searching bookmarking services like del.icio.us and ma.gnolia.com with keyword like "free" and "ebook"(books, ebook, book, etc.)?</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62234#62234 1 Answer by Andrei Savu for What are some good free programming books? Andrei Savu 2008-09-15T11:47:53Z 2008-09-15T11:47:53Z <p>If you don't feel like reading take a look at <a href="http://www.bestechvideos.com/" rel="nofollow">http://www.bestechvideos.com/</a>. You can find a large collection of tech video on a large number of subjects. </p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/62272#62272 1 Answer by Adrian Mouat for What are some good free programming books? Adrian Mouat 2008-09-15T12:09:24Z 2008-09-15T12:09:24Z <p><a href="http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf" rel="nofollow">Patterns of Software: Tales from the Software Community by Richard P. Gabriel</a>. </p> <p>Not so much a programming book as a series of essays on various topics, but definitely worth a read. Richard made it available for free on-line after it went out of print.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/70327#70327 1 Answer by logic_chopper for What are some good free programming books? logic_chopper 2008-09-16T08:22:57Z 2008-09-16T08:22:57Z <p>Have a look at <a href="http://www.freetechbooks.com/" rel="nofollow">http://www.freetechbooks.com/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/87419#87419 2 Answer by eaguilar for What are some good free programming books? eaguilar 2008-09-17T20:39:14Z 2008-09-17T20:39:14Z <p>Have a look at <a href="http://www.zillr.org/" rel="nofollow">http://www.zillr.org/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/93215#93215 1 Answer by Abhishek Mishra for What are some good free programming books? Abhishek Mishra 2008-09-18T14:46:00Z 2008-09-18T14:46:00Z <p>I recommend <a href="http://translate.google.com/translate?u=http%3A%2F%2Fwww.eknigu.com%2F&amp;hl=en&amp;ie=UTF8&amp;sl=ru&amp;tl=en" rel="nofollow">http://translate.google.com/translate?u=http%3A%2F%2Fwww.eknigu.com%2F&amp;hl=en&amp;ie=UTF8&amp;sl=ru&amp;tl=en</a></p> <p>I got some great CS related books, papers etc here</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/93287#93287 1 Answer by Bill Turner for What are some good free programming books? Bill Turner 2008-09-18T14:53:46Z 2008-09-18T14:53:46Z <p><a href="http://pine.fm/LearnToProgram/" rel="nofollow">Learn to Program</a>, by Chris Pine.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/93372#93372 1 Answer by Wyzfen for What are some good free programming books? Wyzfen 2008-09-18T15:02:13Z 2008-09-18T15:02:13Z <p>Nvidia released 'GPU Gems 1' for free: <a href="http://http.developer.nvidia.com/GPUGems/gpugems_part01.html" rel="nofollow">GPU Gems</A></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/145799#145799 5 Answer by alexandrul for What are some good free programming books? alexandrul 2008-09-28T13:02:48Z 2009-01-21T09:07:35Z <p>My links for C#:</p> <ul> <li><a href="http://en.wikibooks.org/wiki/C_Sharp_Programming" rel="nofollow">C Sharp Programming</a></li> <li><a href="http://www.brpreiss.com/books/opus6/" rel="nofollow">Data Structures and Algorithms with Object-Oriented Design Patterns in C# </a></li> <li><a href="http://www.programmersheaven.com/2/csharpbook" rel="nofollow">Programmer's Heaven C# School Book</a></li> <li><a href="http://www.charlespetzold.com/dotnet/" rel="nofollow">.NET Book Zero</a></li> <li><a href="http://www.csharpcourse.com/" rel="nofollow">C# Yellow Book</a></li> <li><a href="http://www.albahari.com/threading/" rel="nofollow">Threading in C#</a></li> <li><a href="http://www.techotopia.com/index.php/C_Sharp_Essentials" rel="nofollow">C# Essentials</a> (already mentioned)</li> </ul> <p>Algorithms:</p> <ul> <li><a href="http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/" rel="nofollow">Data Structures and Algorithms: Annotated Reference with Examples</a></li> </ul> <p>Free books on various topics from O'Reilly:</p> <ul> <li><a href="http://oreilly.com/openbook/" rel="nofollow">Open Books</a></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/164155#164155 1 Answer by Stephen for What are some good free programming books? Stephen 2008-10-02T19:36:12Z 2008-10-02T19:36:12Z <p><a href="http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/" rel="nofollow">Programming Languages: Application and Interpretation</a> if you want something more advanced.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/265961#265961 1 Answer by splattne for What are some good free programming books? splattne 2008-11-05T17:30:48Z 2008-11-05T17:30:48Z <h2>Version Control</h2> <p><a href="http://www.phptr.com/content/images/0131855182/downloads/Nagel_book.pdf" rel="nofollow">Subversion Version Control: Using the Subversion Version Control System in Development Projects</a></p> <p><img src="http://ecx.images-amazon.com/images/I/215PAQEM44L._SL500_AA180_.jpg" alt="alt text" /></p> <p><em>"In any software development project, many developers contribute changes over a period of time. Using a version control system to track and manage these changes is vital to the continued success of the project. This book introduces you to Subversion, a free, open-source version control system, which is both more powerful and much less complex than its predecessor CVS."</em></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/266034#266034 1 Answer by Zoredache for What are some good free programming books? Zoredache 2008-11-05T17:53:13Z 2008-11-05T17:53:13Z <p><a href="http://openbookproject.net/pybiblio/" rel="nofollow">Python Bibliotheca</a> Includes books like 'How to Think Like a Computer Scientist'.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/266077#266077 1 Answer by Ogre Psalm33 for What are some good free programming books? Ogre Psalm33 2008-11-05T18:07:13Z 2008-11-05T18:07:13Z <p>What about <a href="http://en.wikibooks.org/wiki/Wikibooks_portal" rel="nofollow">Wikibooks</a>? I've noticed quite a few programming-related books on there.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/266101#266101 1 Answer by Dan Monego for What are some good free programming books? Dan Monego 2008-11-05T18:14:59Z 2008-11-05T18:14:59Z <p>I'm a fan of <a href="http://eloquentjavascript.net/" rel="nofollow">Eloquent Javascript</a>.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/301320#301320 4 Answer by Tim for What are some good free programming books? Tim 2008-11-19T08:38:03Z 2009-02-17T06:02:31Z <p>If you're a UNIX/Linux geek, like me, you might enjoy Eric S. Raymond's "The Art of UNIX Programming", available free on Eric's website.</p> <p><a href="http://catb.org/esr/writings/taoup/html/" rel="nofollow">http://catb.org/esr/writings/taoup/html/</a></p> <p><img src="http://catb.org/esr/writings/taoup/cover-small.png" alt="alt text" /></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/323409#323409 1 Answer by philippe for What are some good free programming books? philippe 2008-11-27T10:20:25Z 2008-11-27T10:20:25Z <p><a href="http://www.agileskills.org/download.html.en" rel="nofollow">Essential Skills for Agile Development</a>.</p> <p><img src="http://ecx.images-amazon.com/images/I/51Z9W9M56YL._SL500_AA240_.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/323469#323469 1 Answer by Chrys for What are some good free programming books? Chrys 2008-11-27T10:57:47Z 2008-11-27T10:57:47Z <p>There is one ultimate source of free programming books...google!</p> <p>Try the following query </p> <blockquote> <p>intitle:index.of + "pdf" + "name" -htm -html</p> </blockquote> <p>This is useful when you know the name of the book.</p> <p>Warning: You might get books that are not "free". Download at your own risk.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/349768#349768 1 Answer by dragonjujo for What are some good free programming books? dragonjujo 2008-12-08T14:51:57Z 2008-12-08T14:51:57Z <p>Wow, I figured <a href="http://theassayer.org/" rel="nofollow">theassayer.org</a> would be on here by now.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/352000#352000 2 Answer by VonC for What are some good free programming books? VonC 2008-12-09T06:55:46Z 2008-12-09T06:55:46Z <blockquote> <p>Look around you. Computers and networks are everywhere, enabling an intricate web of complex human activities: education, commerce, entertainment, research, manufacturing, health management, human communication, even war. </p> <p>Of the two main technological underpinnings of this amazing proliferation, one is obvious: the breathtaking pace with which advances in microelectronics and chip design have been bringing us faster and faster hardware.</p> <p>This book tells the <strong>story of the other intellectual enterprise that is crucially fueling the computer revolution: efficient algorithms</strong>. It is a fascinating story.</p> <p>Gather 'round and listen close.</p> </blockquote> <p><a href="http://www.cs.berkeley.edu/~vazirani/algorithms.html" rel="nofollow">Algorithms</a> (draft version only, you also can <a href="http://rads.stackoverflow.com/amzn/click/0073523402" rel="nofollow">buy the released version</a>)</p> <p>by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani </p> <p><img src="http://www.cs.berkeley.edu/~vazirani/algorithms/cover.jpg" width="200" /></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/352067#352067 2 Answer by JonnyGold for What are some good free programming books? JonnyGold 2008-12-09T08:01:44Z 2008-12-09T08:01:44Z <p>Most of the content of O'Reilly's PHP in a Nutshell by Paul Hudson is available in Wiki format from <a href="http://www.ipbwiki.com/Practical_PHP_Programming:Table_Of_Contents" rel="nofollow">The Practical PHP Programming </a> site.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/352085#352085 1 Answer by Nils for What are some good free programming books? Nils 2008-12-09T08:12:22Z 2008-12-09T08:12:22Z <p>"Programming Ruby - The pragmatic programmers guide"</p> <p><a href="http://www.rubycentral.com/book/" rel="nofollow">http://www.rubycentral.com/book/</a></p> <p>It's quite good, I used it to learn ruby. However when it comes to reading/learning, quality comes first IMHO and books like "The Art Of Computer Programming, by Donald Knuth" are not free.</p> <p>I can also recommend the Algorithm book by S. Dasgupta, C.H. Papadimitriou, and U.V. Vazirani, which is mentioned above.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/385176#385176 1 Answer by John D. Cook for What are some good free programming books? John D. Cook 2008-12-21T23:25:42Z 2008-12-21T23:25:42Z <p><a href="http://www.charlespetzold.com/dotnet/" rel="nofollow">.NET Book Zero</a> by Charles Petzold</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/385182#385182 2 Answer by Scott Evernden for What are some good free programming books? Scott Evernden 2008-12-21T23:29:36Z 2008-12-21T23:29:36Z <p>"the topic of programming' and the range of eBooks about various aspects of 'programming' is pretty darn vast .. i just downloaded a book on how to program Ogre3D .. does this qualify? .. Maybe you could isolate your interests? </p> <p>and i've found almost everything i need via the bittorrents (torrentz.com and the like)</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books 119 What are some good free programming books? theman_on_vista 2008-12-24T14:24:53Z 2009-10-23T00:40:37Z <p>I know of a couple, but I would like to build a list up for some nice holiday reading.</p> <p>(If there is a book on here you read for free, and really liked, make sure to support the author and buy a hard copy!)</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391524#391524 30 Answer by theman_on_vista for What are some good free programming books? theman_on_vista 2008-12-24T14:25:38Z 2008-12-24T14:25:38Z <p><img src="http://diveintopython.org/images/cover-small.jpg" alt="" /></p> <p><a href="http://diveintopython.org" rel="nofollow">dive into python</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391539#391539 5 Answer by Gordon Bell for What are some good free programming books? Gordon Bell 2008-12-24T14:32:24Z 2008-12-24T14:32:24Z <p>AddedBytes.com has a pretty useful collection of Cheat Sheets:</p> <p><a href="http://www.addedbytes.com/cheat-sheets/" rel="nofollow">http://www.addedbytes.com/cheat-sheets/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391542#391542 15 Answer by matt b for What are some good free programming books? matt b 2008-12-24T14:34:02Z 2008-12-24T14:34:02Z <p><a href="http://www.37signals.com" rel="nofollow">37 Signals'</a> book "<a href="http://gettingreal.37signals.com/" rel="nofollow">Getting Real</a>" is <a href="http://gettingreal.37signals.com/toc.php" rel="nofollow">free to read online</a>.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391552#391552 7 Answer by George Mauer for What are some good free programming books? George Mauer 2008-12-24T14:37:01Z 2008-12-24T14:37:01Z <p><a href="http://www.albahari.com/threading/" rel="nofollow">Threading In C#</a> - been pretty invaluable to me</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391573#391573 1 Answer by Giovanni Galbo for What are some good free programming books? Giovanni Galbo 2008-12-24T14:44:29Z 2008-12-24T14:44:29Z <p>I haven't updated the list in a while... but here is the comp sci section of a hobby site I maintain:</p> <p><a href="http://bookgoldmine.com/group-1.aspx" rel="nofollow">Book Gold Mine</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391574#391574 0 Answer by tvanfosson for What are some good free programming books? tvanfosson 2008-12-24T14:44:53Z 2008-12-24T14:44:53Z <p>Not a book, but you might want to check out Donald Knuth's <a href="http://scpd.stanford.edu/knuth/index.jsp" rel="nofollow">Computer Musings</a>, a series of lectures that he gives at Stanford. His web site can be found <a href="http://www-cs-faculty.stanford.edu/~knuth/" rel="nofollow">here</a>.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391593#391593 27 Answer by rwmnau for What are some good free programming books? rwmnau 2008-12-24T14:52:27Z 2008-12-27T16:51:48Z <p>At the risk of being downvoted, all books are free at the library, and you can find any of the books listed on other threads where people have already asked this question. I know you can't keep them, but if they're really great, you can buy a copy then, and save yourself the cost of buying the books that you'll only read once anyway.</p> <p>Though they'll likely not carry the latest programming books, there are plenty of books that will lay the foundation for being a great programmer, like "The Mythical Man Month", among others.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391594#391594 1 Answer by Jonathan Leffler for What are some good free programming books? Jonathan Leffler 2008-12-24T14:53:08Z 2008-12-24T14:53:08Z <p>One online resource I use frequently is the <a href="http://www.opengroup.org/onlinepubs/009695399/toc.htm" rel="nofollow">POSIX</a> standard - not quite a book, but still very useful. If I remember rightly, you are supposed to register the first time, but there's no cost involved.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391599#391599 2 Answer by stribny for What are some good free programming books? stribny 2008-12-24T14:56:39Z 2008-12-24T14:56:39Z <p><a href="http://djangobook.com/" rel="nofollow">Django book</a></p> <p><a href="http://www.infoq.com/minibooks/domain-driven-design-quickly" rel="nofollow">Domain Driven Design Quickly</a></p> <p><a href="http://www.infoq.com/minibooks/vsnettt" rel="nofollow">Visual Studio .NET Tips and Tricks</a></p> <p><a href="http://learnyouahaskell.com/chapters" rel="nofollow">Learn You a Haskell for Great Good!</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391602#391602 4 Answer by Kieveli for What are some good free programming books? Kieveli 2008-12-24T14:57:33Z 2008-12-24T14:57:33Z <p><a href="http://www.dspguide.com/" rel="nofollow">Digital Signal Processing: A Practical Guide for Engineers and Scientists</a>.</p> <p>Actually, a practical guide for a programmer looking to get into DSP in general. It's a fun read if you're already interested in the field, and completely free to download!</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391611#391611 7 Answer by Chris Conway for What are some good free programming books? Chris Conway 2008-12-24T15:00:55Z 2008-12-24T15:00:55Z <p>This is a great read. Quick and choc full of great ideas.</p> <p><a href="http://codebetter.com/blogs/karlseguin/archive/2008/06/24/foundations-of-programming-ebook.aspx" rel="nofollow">Foundations of Programming</a> by Karl Seguin of CodeBetter.com</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391617#391617 26 Answer by Jonathan Schuster for What are some good free programming books? Jonathan Schuster 2008-12-24T15:02:33Z 2008-12-24T15:02:33Z <p><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">Structure and Interpretation of Computer Programs</a> is one of the "classic" computer science texts, and is free at MIT's web site.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391622#391622 1 Answer by Kibbee for What are some good free programming books? Kibbee 2008-12-24T15:04:43Z 2008-12-24T15:04:43Z <p><a href="http://www.cl.cam.ac.uk/~rja14/book.html" rel="nofollow">Security Engineering</a>, Ross Anderson. While not about programming directly, there are a lot of concepts that can be useful when trying to design a secure distributed (or non-distributed) system. I used this book (hard copy) as a text for one of my university courses and found that it was quite interesting to read. I would often read sections that weren't even part of the course, simply because they were so interesting.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391647#391647 4 Answer by epotter for What are some good free programming books? epotter 2008-12-24T15:20:20Z 2008-12-26T02:16:49Z <p>Charles Petzold's <a href="http://www.charlespetzold.com/dotnet/index.html" rel="nofollow">.Net Book 0</a> is available on his website for free.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391674#391674 10 Answer by Daniel Auger for What are some good free programming books? Daniel Auger 2008-12-24T15:32:42Z 2008-12-24T15:32:42Z <p>Bruce Eckel offers <a href="http://www.mindviewinc.com/Books/" rel="nofollow">several books</a> including Thinking in Java</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391723#391723 8 Answer by jothiram selvam for What are some good free programming books? jothiram selvam 2008-12-24T15:57:18Z 2008-12-24T15:57:18Z <p><a href="http://www.gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a> is a very good book for Lisp beginnners.</p> <p><a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">On Lisp</a> covers advanced Lisp techniques.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391727#391727 6 Answer by james2vegas for What are some good free programming books? james2vegas 2008-12-24T16:00:24Z 2008-12-24T16:00:24Z <p><a href="http://hop.perl.plover.com/book/" rel="nofollow">Higher Order Perl</a> is now available for free</p> <p>also <a href="http://www.greenteapress.com/perl/" rel="nofollow">Perl the hard way</a>.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391739#391739 8 Answer by Pedro for What are some good free programming books? Pedro 2008-12-24T16:10:36Z 2008-12-24T16:10:36Z <p>You can find a number of links at <a href="http://www.freetechbooks.com/" rel="nofollow">FreeTechBooks</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391749#391749 1 Answer by Starkii for What are some good free programming books? Starkii 2008-12-24T16:16:47Z 2008-12-24T16:16:47Z <p>How about <a href="http://www.ruby-doc.org/docs/ProgrammingRuby/" rel="nofollow">Programming Ruby</a>. I use it all the time. It's a good start if you want to play around with a new language and a great resource if you are already doing Ruby programming.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391762#391762 2 Answer by Slapout for What are some good free programming books? Slapout 2008-12-24T16:27:32Z 2008-12-24T16:27:32Z <p>Not quite free books, but O'Reilly and other publishers usually offer one free chapter of each book. This could be a good way to tell if you'd like to buy a copy. </p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/391884#391884 4 Answer by l3dx for What are some good free programming books? l3dx 2008-12-24T17:24:58Z 2009-01-10T13:55:41Z <p><a href="http://www.codeplex.com/AppArchGuide" rel="nofollow">Patterns &amp; practices Application Architecture Guide 2.0</a></p> <p><a href="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in CPP 2ed vol 1 and 2</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392276#392276 1 Answer by Jonathan Schuster for What are some good free programming books? Jonathan Schuster 2008-12-24T22:13:10Z 2008-12-24T22:13:10Z <p>This was one of the books in the list that mmyers posted, but I wanted to bring more attention to <a href="http://www.catb.org/esr/writings/cathedral-bazaar/" rel="nofollow">The Cathedral and the Bazaar</a>. To me, it (and the other essays included in the book) serve as a good intro to the world of open source software.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392284#392284 2 Answer by Jarek for What are some good free programming books? Jarek 2008-12-24T22:18:55Z 2008-12-24T22:18:55Z <p><a href="http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx" rel="nofollow">Entity Framework learning guide</a> - free, 514 pages</p> <p>I also recommend pdf files search: <a href="http://www.pdfgeni.com/" rel="nofollow">Pdfgeni</a></p> <p>If you are looking for academic stuff it's always worth to search at <a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm" rel="nofollow">MIT OCW</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392340#392340 0 Answer by scantwell71 for What are some good free programming books? scantwell71 2008-12-24T23:30:28Z 2008-12-24T23:30:28Z <p>Foundations of Programming Ebook by Karl Seguin</p> <p><a href="http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx" rel="nofollow">http://codebetter.com/files/folders/codebetter_downloads/entry179694.aspx</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392564#392564 0 Answer by kaychaks for What are some good free programming books? kaychaks 2008-12-25T06:11:18Z 2008-12-25T06:18:03Z <p>I would higly recommend you to read following book this holiday:<br /> <a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" rel="nofollow">Pragmatic Thinking and Learning: Refactor Your Wetware</a> <br /> <a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" rel="nofollow"> </a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392614#392614 1 Answer by Andy for What are some good free programming books? Andy 2008-12-25T08:06:06Z 2008-12-25T08:06:06Z <p>There's a good <a href="http://www.programmersheaven.com/2/CSharpBook" rel="nofollow">free C# ebook</a> at <a href="http://www.programmersheaven.com" rel="nofollow">ProgrammersHeaven</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392760#392760 1 Answer by hyperboreean for What are some good free programming books? hyperboreean 2008-12-25T11:38:58Z 2008-12-25T11:38:58Z <p><a href="http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf" rel="nofollow">ProgrammingGroundUp</a> - nice programming introduction in assembler</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392835#392835 1 Answer by timkl for What are some good free programming books? timkl 2008-12-25T14:21:08Z 2008-12-25T14:21:08Z <p><a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> is a good choice if you want to learn Ruby and laugh at the same time.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392877#392877 1 Answer by melaos for What are some good free programming books? melaos 2008-12-25T15:21:10Z 2008-12-25T15:21:10Z <p><a href="http://www.extremeperl.org/bk/home" rel="nofollow">Extreme Perl</a>, it's basically extreme programming with perl. So if you're just into learning the basic of extreme programming principles you can use this as well.</p> <p>I use it mainly for the part on TDD :P</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392926#392926 134 Answer by George Stocker for What are some good free programming books? George Stocker 2008-12-25T16:20:07Z 2009-09-15T20:53:08Z <p>List of Free Programming books (compiled):</p> <p><strong>Meta-List</strong></p> <ul> <li><a href="http://www.htdp.org/2003-09-26/Book/" rel="nofollow">How to Design Programs: An Introduction to Computing and Programming</a></li> <li><a href="http://www.coderholic.com/25-free-computer-science-books/" rel="nofollow">25 Free Computer Science Ebooks</a></li> <li><a href="http://www.freetechbooks.com/" rel="nofollow">Free Tech Books</a></li> <li><a href="http://www.mindviewinc.com/Books/" rel="nofollow">MindView Inc</a> (List of Free Books)</li> <li><a href="http://en.wikibooks.org/wiki/Category%3AProgramming" rel="nofollow">Wikibooks: Programming</a></li> <li><a href="http://refcardz.dzone.com/" rel="nofollow">Cheat Sheets (Free)</a></li> <li><a href="http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx" rel="nofollow">CodePlex List of Free E-Books</a></li> <li><a href="http://www.booktraining.net/" rel="nofollow">Book Training - On Video!</a></li> <li><a href="http://www.spmn.com/products%5Fguidebooks.html" rel="nofollow">Sofware Program Managers Network - Free EBooks</a></li> <li><a href="http://www.linbai.info/" rel="nofollow">EBook Share @ linbai.info</a></li> <li><a href="http://www.freebooksclub.net/" rel="nofollow">FreeBooksClub.Net</a></li> <li><a href="http://theassayer.org/" rel="nofollow">Theassayer.org</a> (Free Online books)</li> <li><a href="http://oreilly.com/openbook/" rel="nofollow">O'Reilly's Open Books Project</a></li> <li><a href="http://www.techbooksforfree.com/" rel="nofollow">TechBooksForFree.com</a></li> </ul> <p><strong>Graphics Programming</strong></p> <ul> <li>Nvidia <a href="http://http.developer.nvidia.com/GPUGems/gpugems%5Fpart01.html" rel="nofollow">GPU Gems 1</a> </li> <li>Nvidia <a href="http://http.developer.nvidia.com/GPUGems2/gpugems2%5Fpart01.html" rel="nofollow">GPU Gems 2</a> </li> <li>Nvidia <a href="http://http.developer.nvidia.com/GPUGems3/gpugems3%5Fpart01.html" rel="nofollow">GPU Gems 3</a></li> <li><a href="http://www.gamedev.net/reference/articles/article1698.asp" rel="nofollow">Graphics Programming Black Book</a></li> </ul> <p><strong>Language Agnostic</strong>:</p> <ul> <li><a href="http://www.pragprog.com/titles/ahptl/pragmatic-thinking-and-learning" rel="nofollow">Pragmatic Thinking and Learning: Refactor Your Wetware</a></li> <li><a href="http://codebetter.com/files/folders/codebetter%5Fdownloads/entry179694.aspx" rel="nofollow">Foundations of Programming</a> by Karl Seguin </li> <li><a href="http://scpd.stanford.edu/knuth/index.jsp" rel="nofollow">Computer Musings</a> (Lectures by Donald Knuth)</li> <li><a href="http://www.catb.org/esr/writings/cathedral-bazaar/" rel="nofollow">The Cathedral and the Bazaar</a> (Introduction to Open Source Software)</li> <li><a href="http://www.codeplex.com/AppArchGuide" rel="nofollow">Patterns and Practices: Application Architecture Guide 2.0</a></li> <li><a href="http://www.cl.cam.ac.uk/~rja14/book.html" rel="nofollow">Security Engineering</a></li> <li><a href="http://www.dspguide.com/" rel="nofollow">Digital Signal Processing For Engineers and Scientists</a></li> <li><a href="http://gettingreal.37signals.com/" rel="nofollow">Getting Real</a> (Courtesy <a href="http://37signals.com" rel="nofollow">37 Signals</a>)</li> <li><a href="http://mitpress.mit.edu/sicp/" rel="nofollow">Structure and Interpretation of Computer Programs</a></li> <li><a href="http://www.infoq.com/minibooks/domain-driven-design-quickly" rel="nofollow">Domain Driven Design Quickly</a></li> <li><a href="http://homepage.mac.com/s%5Flott/books/oodesign.html" rel="nofollow">OO Design</a></li> <li><a href="http://smartbear.com/codecollab-code-review-book.php" rel="nofollow">Best Kept Secrets of Peer Code Review</a></li> <li><a href="http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook" rel="nofollow">NASA Software Measurement Handbook</a></li> <li><a href="http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf" rel="nofollow">NASA Manager Handbook for Software Development</a></li> <li><a href="http://www.cl.cam.ac.uk/teaching/Lectures/funprog-jrh-1996/" rel="nofollow">Introduction to Functional Programming</a> - Class Lectures and Slides</li> <li><a href="http://www.htdp.org/" rel="nofollow">How to Design Programs</a> - MIT Press</li> <li><a href="http://www.swebok.org/stoneman/trial%5F1%5F00.html" rel="nofollow">Guide to the Software Engineering Body of Knowledge</a> - IEEE Computer Society Press</li> <li><a href="http://ocw.mit.edu/OcwWeb/web/home/home/index.htm" rel="nofollow">Online Course Materials</a> - MIT</li> <li><a href="http://www.cs.berkeley.edu/~vazirani/algorithms.html" rel="nofollow">Algorithms</a> (Draft Copy)</li> <li><a href="http://dotnetslackers.com/projects/Data-Structures-And-Algorithms/" rel="nofollow">Data Structures and Algorithms</a></li> <li><a href="http://www.agileskills.org/download.html.en" rel="nofollow">Essential Skills for Agile Development</a></li> <li><a href="http://www.cs.brown.edu/~sk/Publications/Books/ProgLangs/" rel="nofollow">Programming Languages: Application and Interpretation</a></li> <li><a href="http://pine.fm/LearnToProgram/" rel="nofollow">Learn to Program</a></li> <li><a href="http://www.dreamsongs.com/Files/PatternsOfSoftware.pdf" rel="nofollow">Patterns of Software: Tales from the Software Community</a></li> <li><a href="http://freeworld.thc.org/root/phun/unmaintain.html" rel="nofollow">How to write Unmaintainable Code</a></li> <li><a href="http://catb.org/esr/writings/taoup/html/" rel="nofollow">The Art of Unix Programming</a></li> </ul> <p><strong>ASP.NET MVC</strong>:</p> <ul> <li><a href="http://weblogs.asp.net/scottgu/archive/2009/03/10/free-asp-net-mvc-ebook-tutorial.aspx" rel="nofollow">NerdDinner Walkthrough</a></li> </ul> <p><strong>Assembly Language</strong>:</p> <ul> <li><a href="http://download.savannah.gnu.org/releases/pgubook/ProgrammingGroundUp-1-0-booksize.pdf" rel="nofollow">ProgrammingGroundUp</a></li> <li><a href="http://drpaulcarter.com/pcasm/" rel="nofollow">Paul Carter's Tutorial on x86 Assembly</a></li> </ul> <p><strong>C/C++</strong></p> <ul> <li><a href="http://publications.gbdirect.co.uk/c%5Fbook/" rel="nofollow">The C book</a></li> <li><a href="http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in C++, Second Edition</a></li> <li><a href="http://cppannotations.sourceforge.net/" rel="nofollow">C++ Annotations</a></li> </ul> <p><strong>C#</strong></p> <ul> <li>See <strong>.NET</strong> below</li> </ul> <p><strong>Django</strong></p> <ul> <li><a href="http://djangobook.com/" rel="nofollow">Djangobook.com</a></li> </ul> <p><strong>Forth</strong></p> <ul> <li><a href="http://home.iae.nl/users/mhx/sf.html" rel="nofollow">Starting Forth</a></li> </ul> <p><strong>Haskell</strong></p> <ul> <li><a href="http://learnyouahaskell.com/chapters" rel="nofollow">Learn You a Haskell</a></li> <li><a href="http://book.realworldhaskell.org/read/" rel="nofollow">Real World Haskell</a></li> </ul> <p><strong>Java</strong></p> <ul> <li><a href="http://java.sun.com/docs/books/tutorial/" rel="nofollow">Sun's Java Tutorials</a></li> </ul> <p><strong>JavaScript</strong></p> <ul> <li><a href="http://eloquentjavascript.net/" rel="nofollow">Eloquent JavaScript</a></li> <li><a href="http://www.crockford.com/javascript/" rel="nofollow">Crockford's JavaScript</a></li> </ul> <p><strong>Linux</strong></p> <ul> <li><a href="http://www.advancedlinuxprogramming.com/" rel="nofollow">Advanced Linux Programming</a></li> </ul> <p><strong>Lisp</strong></p> <ul> <li><a href="http://www.gigamonkeys.com/book/" rel="nofollow">Practical Common Lisp</a></li> <li><a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">On Lisp</a></li> <li><a href="http://www.paulgraham.com/acl.html" rel="nofollow">ANSI Common Lisp</a></li> <li><a href="http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html" rel="nofollow">Common Lisp the Language, 2nd Edition</a></li> <li><a href="http://psg.com/~dlamkins/sl/contents.html" rel="nofollow">Successful Lisp</a></li> <li><a href="http://letoverlambda.com/index.cl/toc" rel="nofollow">Let Over Lamda - 50 Years of Lisp</a></li> </ul> <p><strong>.NET (C#)</strong></p> <ul> <li><a href="http://www.programmersheaven.com/2/CSharpBook" rel="nofollow">Free C# Book</a> (Courtesy of <a href="http://www.programmersheaven.com/" rel="nofollow">Programmers Heaven</a>)</li> <li><a href="http://www.infoq.com/minibooks/vsnettt" rel="nofollow">Visual Studio Tips and Tricks</a></li> <li><a href="http://weblogs.asp.net/zeeshanhirani/archive/2008/12/05/my-christmas-present-to-the-entity-framework-community.aspx" rel="nofollow">Entity Framework</a> (514 pages)</li> <li><a href="http://www.charlespetzold.com/dotnet/index.html" rel="nofollow">Charles Petzold's .Net Book 0</a></li> <li><a href="http://www.albahari.com/threading/" rel="nofollow">Threading in C#</a></li> <li><a href="http://www.csharpcourse.com/" rel="nofollow">C# Yellow Book</a></li> <li><a href="http://en.wikibooks.org/wiki/C%5FSharp%5FProgramming" rel="nofollow">C# Programming - Wikibook</a></li> <li><a href="http://www.techotopia.com/index.php/C%5FSharp%5FEssentials" rel="nofollow">C# Essentials</a></li> <li><a href="http://www.brpreiss.com/books/opus6/" rel="nofollow">Data Structures and Algorithms with Object-Oriented Design Patterns in C# </a></li> <li><a href="http://downloads.red-gate.com/ebooks/DotNet/illustratedcsharp2008.zip" rel="nofollow">Illustrated C# 2008</a> (Download) (<strong>.ZIP</strong>)</li> <li><a href="http://www.red-gate.com/products/ants%5Fperformance%5Fprofiler/be%5Fahead%5Fof%5Fthe%5Fgame%5Febook.htm?utm%5Fsource=simpletalk&amp;utm%5Fmedium=email&amp;utm%5Fcontent=nlv%5Faheadofgame-ebook&amp;utm%5Fcampaign=antsperformanceprofiler" rel="nofollow">O'Reilly's C# Pocket Reference Manual</a> (<em>Free Ebook courtesy of <a href="http://red-gate.com" rel="nofollow">Red Gate Software</a></em>)</li> </ul> <p><strong>Objective-C</strong></p> <ul> <li><a href="http://developer.apple.com/DOCUMENTATION/Cocoa/Conceptual/ObjectiveC/" rel="nofollow">The Objective-C Programming Language</a></li> </ul> <p><strong>Perl</strong></p> <ul> <li><a href="http://hop.perl.plover.com/book/" rel="nofollow">Higher Order Perl</a></li> <li><a href="http://www.greenteapress.com/perl/" rel="nofollow">Perl The Hard Way</a></li> <li><a href="http://www.extremeperl.org/bk/home" rel="nofollow">Extreme Perl</a></li> <li><a href="http://linkmingle.com/list/13-plus-List-of-Free-Great-Perl-Books-available-Online-freebooksandarticles" rel="nofollow">Perl Free Online EBooks</a> <strong>Meta-List</strong></li> <li><a href="http://www.masonbook.com/book/" rel="nofollow">The Mason Book</a></li> <li><a href="http://modperlbook.org/" rel="nofollow">Practical <code>mod_perl</code></a></li> </ul> <p><strong>PHP</strong></p> <ul> <li><a href="http://www.ipbwiki.com/Practical%5FPHP%5FProgramming%3ATable%5FOf%5FContents" rel="nofollow">Practical PHP Programming</a> (Wiki that contains O'Reilly's <em>PHP In a Nutshell</em>)</li> <li><a href="http://www.survivethedeepend.com/" rel="nofollow">Zend Framework: Survive the Deep End</a></li> </ul> <p><strong>PowerShell</strong></p> <ul> <li><a href="http://powershell.com/cs/blogs/ebook/" rel="nofollow">Mastering PowerShell</a></li> </ul> <p><strong>Python</strong></p> <ul> <li><a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a></li> <li><a href="http://diveintopython3.org/" rel="nofollow">Dive Into Python 3</a></li> <li><a href="http://www.swaroopch.com/notes/Python" rel="nofollow">Byte of Python</a></li> <li><a href="http://homepage.mac.com/s%5Flott/books/python.html" rel="nofollow">Building Skills in Python Version 2.5</a></li> <li><a href="http://linkmingle.com/list/List-of-Free-Online-Python-Books-freebooksandarticles" rel="nofollow">Python Free Online Ebooks</a> <strong>Meta-List</strong></li> <li><a href="http://openbookproject.net/pybiblio/" rel="nofollow">Python Bibliotheca</a></li> <li><a href="http://www.greenteapress.com/thinkpython/thinkpython.pdf" rel="nofollow">Think Python</a></li> <li><a href="http://www.brpreiss.com/books/opus7/html/book.html" rel="nofollow">Data Structures and Algorithms in Python</a></li> <li><a href="http://www.greenteapress.com/thinkpython/thinkCSpy/" rel="nofollow">How to Think Like a Computer Scientist: Learning with Python</a></li> </ul> <p><strong>Ruby</strong></p> <ul> <li><a href="http://www.ruby-doc.org/docs/ProgrammingRuby/" rel="nofollow">Programming Ruby</a></li> <li><a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> (<a href="http://www.scribd.com/doc/2236084/Whys-Poignant-Guide-to-Ruby" rel="nofollow">Mirror</a> via <a href="http://www.scribd.com/" rel="nofollow">Scribd</a>)</li> </ul> <p><strong>Scala</strong></p> <ul> <li><a href="http://programming-scala.labs.oreilly.com/index.html" rel="nofollow">Programing Scala</a></li> </ul> <p><strong>SmallTalk</strong></p> <ul> <li><a href="http://stephane.ducasse.free.fr/FreeBooks.html" rel="nofollow">SmallTalk Free Ebooks</a> <em>Courtesy of Stéphane Ducasse</em></li> <li><a href="http://www.squeakbyexample.org/" rel="nofollow">Squeak By Example</a> (Smalltalk IDE)</li> </ul> <p><strong>Subversion</strong></p> <ul> <li><a href="http://www.phptr.com/content/images/0131855182/downloads/Nagel%5Fbook.pdf" rel="nofollow">Subversion Version Control: Using the Subversion Version Control System in Development Projects</a></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/392957#392957 1 Answer by hyperboreean for What are some good free programming books? hyperboreean 2008-12-25T16:46:22Z 2008-12-25T16:46:22Z <p><a href="http://www.swaroopch.com/notes/Python" rel="nofollow">Byte Of Python</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/393435#393435 1 Answer by Rishabh Mishra for What are some good free programming books? Rishabh Mishra 2008-12-26T03:26:22Z 2008-12-26T03:26:22Z <p>I'm not sure if it qualifies as a book, but WikiBooks has plenty of stuff on programming. <a href="http://en.wikibooks.org/wiki/Category:Programming" rel="nofollow">http://en.wikibooks.org/wiki/Category:Programming</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/395205#395205 1 Answer by ericp for What are some good free programming books? ericp 2008-12-27T17:45:52Z 2008-12-27T17:45:52Z <p><a href="http://www.advancedlinuxprogramming.com/" rel="nofollow">http://www.advancedlinuxprogramming.com/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/395241#395241 1 Answer by Olivier for What are some good free programming books? Olivier 2008-12-27T18:19:03Z 2008-12-27T18:19:03Z <p><a href="http://refcardz.dzone.com/" rel="nofollow">Free and useful Cheat sheets</a>, mostly in the Java world.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/395276#395276 1 Answer by kayru for What are some good free programming books? kayru 2008-12-27T18:47:22Z 2008-12-27T18:47:22Z <p>NVidia has some free literature on graphics programming:</p> <p><a href="http://http.developer.nvidia.com/GPUGems/gpugems_part01.html" rel="nofollow">GPU Gems 1</a></p> <p><a href="http://http.developer.nvidia.com/GPUGems2/gpugems2_part01.html" rel="nofollow">GPU Gems 2</a></p> <p><a href="http://http.developer.nvidia.com/GPUGems3/gpugems3_part01.html" rel="nofollow">GPU Gems 3 (partially)</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/401417#401417 0 Answer by Guillermo for What are some good free programming books? Guillermo 2008-12-30T20:32:09Z 2008-12-30T20:32:09Z <p><a href="http://www.htdp.org/2003-09-26/Book/" rel="nofollow">How to Design Programs An Introduction to Computing and Programming</a></p> <p>It uses scheme as SCIP, but it takes a lighter aproach.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/401446#401446 1 Answer by sammich for What are some good free programming books? sammich 2008-12-30T20:43:52Z 2008-12-30T20:43:52Z <p>I think <a href="http://en.wikibooks.org/wiki/Wikibooks:Computer_science_bookshelf" rel="nofollow">WikiBooks</a> is hands-down one of the best free resources out there. It also looks like <a href="http://www.scribd.com/" rel="nofollow">Scribd</a> has some programming books available, though I'm not sure if they're meant to be free or not... :)</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/401460#401460 1 Answer by Federico Ramponi for What are some good free programming books? Federico Ramponi 2008-12-30T20:48:50Z 2008-12-30T20:48:50Z <p>Books by <a href="http://stackoverflow.com/users/10661/s-lott">S.Lott</a>:</p> <ul> <li><a href="http://homepage.mac.com/s_lott/books/python.html" rel="nofollow">Building skills in Python</a></li> <li><a href="http://homepage.mac.com/s_lott/books/oodesign.html" rel="nofollow">Building skills in Object-Oriented design</a></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/401507#401507 1 Answer by jon077 for What are some good free programming books? jon077 2008-12-30T21:04:43Z 2008-12-30T21:04:43Z <p>Lots of books are free with a paid safari subscription. <a href="http://safari.oreilly.com/" rel="nofollow">http://safari.oreilly.com/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/401601#401601 0 Answer by recursive for What are some good free programming books? recursive 2008-12-30T21:42:15Z 2008-12-30T21:42:15Z <p>Free hard copy of <em><a href="http://smartbear.com/codecollab-code-review-book.php" rel="nofollow">Best Kept Secrets of Peer Code Review</a></em> from Smart Bear.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/423419#423419 1 Answer by too much php for What are some good free programming books? too much php 2009-01-08T06:09:13Z 2009-01-08T06:09:13Z <p>I found this book on C, however I'm as yet undecided as to whether or not it is "good":</p> <p><a href="http://publications.gbdirect.co.uk/c_book/" rel="nofollow">The C Book</a>, second edition by Mike Banahan, Declan Brady and Mark Doran</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/423425#423425 1 Answer by Slace for What are some good free programming books? Slace 2009-01-08T06:16:37Z 2009-01-08T06:16:37Z <p>Heres a list of some off CodePlex: <a href="http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx" rel="nofollow">http://blogs.msdn.com/wriju/archive/2009/01/07/free-ebooks-at-codeplex.aspx</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/535727#535727 2 Answer by pramodc84 for What are some good free programming books? pramodc84 2009-02-11T07:04:10Z 2009-02-11T07:04:10Z <p><a href="http://www.flazx.com/" rel="nofollow">http://www.flazx.com/</a> lots of e-books on stack.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/581128#581128 2 Answer by kmkaplan for What are some good free programming books? kmkaplan 2009-02-24T09:47:11Z 2009-02-24T10:01:08Z <p>Lisp related:</p> <ul> <li><img src="http://us.st12.yimg.com/us.st.yimg.com/I/paulgraham%5F2041%5F6048147" alt="On Lisp" /><a href="http://www.paulgraham.com/onlisp.html" rel="nofollow">On Lisp</a>, Paul Graham, Prentice Hall, 1993,</li> <li><img src="http://us.st12.yimg.com/us.st.yimg.com/I/paulgraham%5F2041%5F6100787" alt="ANSI Common Lisp" /><a href="http://www.paulgraham.com/acl.html" rel="nofollow">ANSI Common Lisp</a>, Paul Graham, Prentice Hall, 1995,</li> <li><a href="http://www.cs.cmu.edu/Groups/AI/html/cltl/mirrors.html" rel="nofollow">Common Lisp the Language, 2nd Edition</a> by Guy L. Steele, Thinking Machines, Inc., Digital Press, 1990</li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/581148#581148 1 Answer by Aaron for What are some good free programming books? Aaron 2009-02-24T09:52:46Z 2009-02-24T10:05:54Z <p>Check out <a href="http://gonullyourself.org/main/ebooks.php" rel="nofollow">GNY</a></p> <p>Has <b>free e-books for:</b></p> <ul> <li>C++</li> <li>C</li> <li>Assembly</li> <li>Cryptography</li> <li>Windows</li> <li>Linux</li> <li>Perl</li> <li>PHP and MySQL</li> <li>PostgreSQL</li> <li>Python</li> <li>Ruby </li> <li><strong>etc</strong></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/581181#581181 2 Answer by Amr ElGarhy for What are some good free programming books? Amr ElGarhy 2009-02-24T10:08:02Z 2009-02-24T10:08:02Z <p><a href="http://www.netbks.com/" rel="nofollow">http://www.netbks.com/</a> <a href="http://www.ebookpedia.info/" rel="nofollow">http://www.ebookpedia.info/</a> <a href="http://www.freebooksclub.net/" rel="nofollow">http://www.freebooksclub.net/</a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/581205#581205 1 Answer by MarkJ for What are some good free programming books? MarkJ 2009-02-24T10:16:05Z 2009-03-05T16:35:30Z <p>Here's a list of the free e-books referred to in <a href="http://www.cc2e.com" rel="nofollow">Code Complete</a> with their descriptions from the book. StackOverflow <a href="http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-read">votes</a> Code Complete as the single most influential book every programmer should read, so this is a good recommendation for these books, right?</p> <ul> <li><p>Raymond, Eric. <em>The Art of Unix Programming</em>. This is a well-researched look at software design through Unix-colored glasses. Section 1.6 is an especially concise 12-page explanation of 17 key Unix design principles. <a href="http://www.faqs.org/docs/artu/" rel="nofollow">HTML</a></p></li> <li><p>Abran, Alain, et al. <em>Swebok: Guide to the Software Engineering Body of Knowledge</em>, IEEE Computer Society Press, 2001. This contains a detailed description of the "body of software knowledge" compiled by IEEE - it's an overview of software engineering. <a href="http://www.swebok.org/stoneman/trial%5F1%5F00.html" rel="nofollow">PDF</a>.</p></li> <li><p>SPMN. <em>Little Book of Configuration Management</em>. Software Program Managers Network, 1998. This pamphlet is an introduction to configuration management activities (version control, change control). <a href="http://www.spmn.com/products%5Fguidebooks.html" rel="nofollow">Zipped PDF available here.</a></p></li> <li><p>NASA Software Engineering Laboratory. <em>Software Measurement Guidebook</em>, 1995. This guidebook of about 100 pages is probably the best source of practical information on how to setup and run a measurement program to improve software processes. Download a PDF using menu option on <a href="http://www.scribd.com/doc/7181362/NASA-Software-Measurement-Guidebook" rel="nofollow">this page.</a></p></li> <li><p>NASA <em>Manager's Handbook for Software Development</em>. <a href="http://homepages.inf.ed.ac.uk/dts/pm/Papers/nasa-manage.pdf" rel="nofollow">PDF.</a></p></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/582472#582472 1 Answer by Skilldrick for What are some good free programming books? Skilldrick 2009-02-24T16:34:30Z 2009-04-23T14:48:56Z <p>I haven't used it yet, but <a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> is great. It'll definitely be first on my list when I learn Ruby.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/582532#582532 1 Answer by Optimal Solutions for What are some good free programming books? Optimal Solutions 2009-02-24T16:52:55Z 2009-02-24T16:52:55Z <p>THANKS! This has been a very valuable resource considering the economic situation we're all faced with these days. Savings, of any amount, is wonderfully welcomed!</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/856318#856318 1 Answer by pramodc84 for What are some good free programming books? pramodc84 2009-05-13T06:09:07Z 2009-05-13T06:09:07Z <p>E-Books for free online viewing and/or download @ <a href="http://www.e-booksdirectory.com/programming.php" rel="nofollow">Free Programming Books </a></p> <p>The books cover all major programming languages: <strong>Ada, Assembly, Basic, C, C#, C++, CGI, JavaScript, Perl, Delphi, Pascal, Haskell, Java, Lisp, PHP, Prolog, Python, Ruby</strong>, as well as some other languages, <strong>game programming</strong>, and software engineering.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1137451#1137451 0 Answer by VonC for What are some good free programming books? VonC 2009-07-16T13:07:43Z 2009-07-16T13:07:43Z <p><img src="http://programmingscala.com/images/cover-sm.gif" alt="alt text" /> <strong><a href="http://programming-scala.labs.oreilly.com/index.html" rel="nofollow">Programing Scala</a></strong>, from</p> <p><strong>Dean Wampler</strong> (Object Mentor, Inc.) and <strong>Alex Payne</strong> (Twitter, Inc), also released under the <a href="http://creativecommons.org/licenses/by-nc/3.0/" rel="nofollow">Creative Commons Attribution-Noncommercial</a>.</p> <blockquote> <p><em>Programming Scala</em> introduces an exciting new language that offers all the benefits of a modern object model, functional programming, and an advanced type system.<br /> Packed with code examples, this comprehensive book teaches you how to be productive with Scala quickly, and explains what makes this language ideal for today's highly scalable, component-based applications that support concurrency and distribution.<br /> You'll also learn the advantages that Scala offers as a language for the Java Virtual Machine</p> </blockquote> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1171257#1171257 0 Answer by Justin Johnson for What are some good free programming books? Justin Johnson 2009-07-23T11:54:24Z 2009-07-23T11:54:24Z <ul> <li><a href="http://mitpress.mit.edu/sicp/full-text/book/book.html" rel="nofollow">Structure and Interpretation of Computer Programs</a></li> <li><a href="http://www.crockford.com/javascript/" rel="nofollow">Douglas Crockford's Javascript</a></li> <li><a href="http://www.brpreiss.com/books/opus7/html/book.html" rel="nofollow">Data Structures and Algorithms with Object-Oriented Design Patterns in Python</a></li> </ul> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1222630#1222630 0 Answer by prestomation for What are some good free programming books? prestomation 2009-08-03T14:22:05Z 2009-08-03T14:22:05Z <p><a href="http://search-pdf-books.com/" rel="nofollow">http://search-pdf-books.com/</a> is a free search engine for all kinds of PDFs</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1286048#1286048 0 Answer by Pratik for What are some good free programming books? Pratik 2009-08-17T03:33:49Z 2009-08-17T03:33:49Z <p>This came to me in an email from RedGate software's .Net Simple-Talk reflector newsletter. There is no specific license and I guess it should qualify as a free ebook</p> <p>O'Reilly, "<a href="http://www.red-gate.com/products/ants%5Fperformance%5Fprofiler/be%5Fahead%5Fof%5Fthe%5Fgame%5Febook.htm?utm%5Fsource=simpletalk&amp;utm%5Fmedium=email&amp;utm%5Fcontent=nlv%5Faheadofgame-ebook&amp;utm%5Fcampaign=antsperformanceprofiler" rel="nofollow">C# 3.0 Poket Reference</a>", by Joseph and Ben Albahari.</p> <p>Also coming in top google search result for the <a href="http://www.google.com/search?q=C%23+3.0+Pocket+Reference+Free+ebook" rel="nofollow">book</a></p> <p>I am not posting the direct link.</p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1398562#1398562 0 Answer by pramodc84 for What are some good free programming books? pramodc84 2009-09-09T09:32:54Z 2009-09-09T09:32:54Z <p><strong>Free</strong> and <strong>Legal</strong> books link on <a href="http://www.reddit.com/r/csbooks/" rel="nofollow"><strong>reddit</strong></a></p> http://stackoverflow.com/questions/391523/what-are-some-good-free-programming-books/1610843#1610843 0 Answer by Graphics Noob for What are some good free programming books? Graphics Noob 2009-10-23T00:40:37Z 2009-10-23T00:40:37Z <p><a href="http://www.cs.berkeley.edu/~vazirani/algorithms.html" rel="nofollow"> <img src="http://ecx.images-amazon.com/images/I/51TSHtxrQZL.jpg"> </a></p> <p>This is a free online version of the book we use in my university's algorithms course.</p>