Language Books/Tutorials for popular languages - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T15:55:37Z http://stackoverflow.com/feeds/question/22873 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages 101 Language Books/Tutorials for popular languages Craig H 2008-08-22T16:59:56Z 2009-08-27T20:56:32Z <p>It wasn't that long ago that I was a beginning coder, trying to find good books/tutorials on languages I wanted to learn. Even still, there are times I need to pick up a language relatively quickly for a new project I am working on. The point of this post is to document some of the best tutorials and books for these languages. I will start the list with the best I can find, but hope you guys out there can help with better suggestions/new languages. Here is what I found:</p> <p><em>Since this is now wiki editable, I am giving control up to the community. If you have a suggestion, please put it in this section. I decided to also add a section for general be a better programmer books and online references as well. Once again, all recommendations are welcome.</em></p> <h2>General Programming</h2> <p><strong>Online Tutorials</strong><br /> <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 - From Codebetter, its C# based but the ideas ring true across the board, can't believe no-one's posted this yet actually.<br /> <a href="http://freeworld.thc.org/root/phun/unmaintain.html" rel="nofollow">How to Write Unmaintainable Code</a> - An anti manual that teaches you how to write code in the most unmaintable way possible. It would be funny if a lot of these suggestions didn't ring so true.<br /> <a href="http://en.wikibooks.org/wiki/Wikibooks%3AProgramming%5Flanguages%5Fbookshelf" rel="nofollow">The Programming Section of Wiki Books</a> - suggested by Jim Robert as having a large amount of books/tutorials on multiple languages in various stages of completion<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> - This book goes without saying, it is truely brilliant in too many ways to mention.<br /> <a href="http://rads.stackoverflow.com/amzn/click/020161622X" rel="nofollow">The Pragmatic Programmer</a> - The next best thing to working with a master coder, teaching you everything they know.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0596528124" rel="nofollow">Mastering Regular Expressions</a> - Regular Expressions are an essential tool in every programmer's toolbox. This book, recommended by Patrick Lozzi is a great way to learn what they are capable of.<br /> Algorithms in <a href="http://rads.stackoverflow.com/amzn/click/0201756080" rel="nofollow">C</a>, <a href="http://rads.stackoverflow.com/amzn/click/020172684X" rel="nofollow">C++</a>, and <a href="http://rads.stackoverflow.com/amzn/click/0201775786" rel="nofollow">Java</a> - A great way to learn all the classic algorithms if you find Knuth's books a bit too in depth.</p> <h2>C</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://www.physics.drexel.edu/students/courses/Comp%5FPhys/General/C%5Fbasics/" rel="nofollow">This</a> tutorial seems to pretty consise and thourough, looked over the material and seems to be pretty good. Not sure how friendly it would be to new programmers though.<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">K&amp;R C</a> - a classic for sure. It might be argued that all programmers should read it.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0672326965" rel="nofollow">C Primer Plus</a> - Suggested by Imran as being the ultimate C book for beginning programmers.<br /> <a href="http://rads.stackoverflow.com/amzn/click/013089592X" rel="nofollow">C: A Reference Manual</a> - A great reference recommended by Patrick Lozzi.</p> <h2>C++</h2> <p><strong>Online Tutorials</strong><br /> The tutorial on <a href="http://www.cplusplus.com/doc/tutorial/" rel="nofollow">cplusplus.com</a> seems to be the most complete. I found another tutorial <a href="http://www.intap.net/~drw/cpp/" rel="nofollow">here</a> but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, <a href="http://www.4p8.com/eric.brasseur/cppcen.html" rel="nofollow">this</a> tutorial might be the best for you.<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/0201700735" rel="nofollow">The C++ Programming Language</a> - crucial for any C++ programmer.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0672326973" rel="nofollow">C++ Primer Plus</a> - Orginally added as a typo, but the amazon reviews are so good, I am going to keep it here until someone says it is a dud.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0321334876" rel="nofollow">Effective C++</a> - Ways to improve your C++ programs.<br /> <a href="http://rads.stackoverflow.com/amzn/click/020163371X" rel="nofollow">More Effective C++</a> - Continuation of Effective C++.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0201749629" rel="nofollow">Effective STL</a> - Ways to improve your use of the STL. <br> <a href="http://rads.stackoverflow.com/amzn/click/0139798099" rel="nofollow">Thinking in C++</a> - Great book, both volumes. Written by Bruce Eckel and Chuck Ellison. <br> <a href="http://rads.stackoverflow.com/amzn/click/0321543726" rel="nofollow">Programming: Principles and Practice Using C++</a> - Stroustrup's introduction to C++. <br> <a href="http://rads.stackoverflow.com/amzn/click/020170353X" rel="nofollow">Accelerated C++</a> - Andy Koenig and Barbara Moo - An excellent introduction to C++ that doesn't treat C++ as "C with extra bits bolted on", in fact you dive straight in and start using STL early on.</p> <h2>Forth</h2> <p><strong>Books</strong><br /> FORTH, a text and reference. Mahlon G. Kelly and Nicholas Spies. ISBN 0-13-326349-5 / ISBN 0-13-326331-2. 1986 Prentice-Hall. Leo Brodie's books are good but this book is even better. For instance it covers defining words and the interpreter in depth.</p> <h2>Java</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://java.sun.com/docs/books/tutorial/" rel="nofollow">Sun's Java Tutorials</a> - An official tutorial that seems thourough, but I am not a java expert. You guys know of any better ones?<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/0596009208" rel="nofollow">Head First Java</a> - Recommended as a great introductory text by Patrick Lozzi.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0321356683" rel="nofollow">Effective Java</a> - Recommended by pek as a great intermediate text.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0132354764" rel="nofollow">Core Java Volume 1</a> and <a href="http://rads.stackoverflow.com/amzn/click/0132354799" rel="nofollow">Core Java Volume 2</a> - Suggested by FreeMemory as some of the best java references available.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0321349601" rel="nofollow">Java Concurrency in Practice</a> - Recommended by MDC as great resource for concurrent programming in Java.</p> <h2>Python</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://www.python.org/doc/" rel="nofollow">Python.org</a> - The online documentation for this language is pretty good. If you know of any better let me know.<br /> <a href="http://diveintopython.org/" rel="nofollow">Dive Into Python</a> - Suggested by Nickola. Seems to be a python book online.</p> <h2>Perl</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://perldoc.perl.org/perl.html" rel="nofollow">perldoc perl</a> - This is how I personally got started with the language, and I don't think you will be able to beat it.<br /> <strong>Books</strong><br /> <a href="http://oreilly.com/catalog/9780596520106/" rel="nofollow">Learning Perl</a> - a great way to introduce yourself to the language.<br /> <a href="http://oreilly.com/catalog/9780596000271/" rel="nofollow">Programming Perl</a> - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.<br /> <a href="http://oreilly.com/catalog/9780596003135/" rel="nofollow">Perl Cookbook</a> - A great book that has solutions to many common problems.</p> <h2>Ruby</h2> <p><strong>Online Tutorials</strong><br /> Adam Mika suggested <a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> but after taking a look at it, I don't know if it is for everyone. Found <a href="http://www.digitalmediaminute.com/article/1816/top-ruby-on-rails-tutorials" rel="nofollow">this</a> site which seems to offer several tutorials for Ruby on Rails.<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/0974514055" rel="nofollow">Programming Ruby</a> - suggested as a great reference for all things ruby.</p> <h2>Visual Basic</h2> <p><strong>Online Tutorials</strong><br /> Found <a href="http://www.vb6.us/" rel="nofollow">this</a> site which seems to devote itself to visual basic tutorials. Not sure how good they are though.</p> <h2>PHP</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://us3.php.net/tut.php" rel="nofollow">The main PHP site</a> - A simple tutorial that allows user comments for each page, which I really like.<br /> <a href="http://www.w3schools.com/PHP/DEfaULT.asP" rel="nofollow">w3 schools</a> - Another good tutorial recommended by Jim Robert.</p> <h2>JavaScript</h2> <p><strong>Online Tutorials</strong><br /> Found a decent tutorial <a href="http://www.webteacher.com/javascript/" rel="nofollow">here</a> geared toward non-programmers. Found another more advanced one <a href="http://www.tizag.com/javascriptT/" rel="nofollow">here</a>. Nickolay suggested <a href="http://developer.mozilla.org/en/A%5Fre-introduction%5Fto%5FJavaScript" rel="nofollow">A reintroduction to javascript</a> as a good read here.</p> <p><strong>Books</strong><br /> <a href="http://headfirstlabs.com/books/hfjs/" rel="nofollow">Head first JavaScript</a><br /> <a href="http://oreilly.com/catalog/9780596517748/" rel="nofollow">JavaScript: The Good Parts</a> (with a <a href="http://www.youtube.com/watch?v=hQVTIJBZook" rel="nofollow">Google Tech Talk video</a> by the author) </p> <h2>C#</h2> <p><strong>Online Tutorials</strong><br /> <a href="http://www.csharp-station.com/Tutorial.aspx" rel="nofollow">C# Station Tutorial</a> - Seems to be a decent tutorial that I dug up, but I am not a C# guy.<br /> <a href="http://www.ecma-international.org/publications/standards/Ecma-334.htm" rel="nofollow">C# Language Specification</a> - Suggested by tamberg. Not really a tutorial, but a great reference on all the elements of C#<br /> <strong>Books</strong><br /> <a href="http://rads.stackoverflow.com/amzn/click/2021271913" rel="nofollow">C# to the point</a> - suggested by tamberg as a short text that explains the language in amazing depth</p> <h2>ocaml</h2> <p><strong>Books</strong><br /> nlucaroni suggested the following:<br /> <a href="http://www.ffconsultancy.com/products/ocaml%5Ffor%5Fscientists/?so" rel="nofollow">OCaml for Scientists</a> <a href="http://www.seas.upenn.edu/~cis500/cis500-f02/resources/ocaml-intro.pdf" rel="nofollow">Introduction to ocaml</a><br /> <a href="http://caml.inria.fr/pub/docs/u3-ocaml/index.html" rel="nofollow">Using Understand and unraveling ocaml: practice to theory and vice versa</a><br /> <a href="http://caml.inria.fr/pub/docs/oreilly-book/" rel="nofollow">Developing Applications using Ocaml - O'Reilly</a><br /> <a href="http://caml.inria.fr/pub/docs/manual-ocaml/index.html" rel="nofollow">The Objective Caml System - Official Manua</a> </p> <h2>Haskell</h2> <p><strong>Online Tutorials</strong><br /> nlucaroni suggested the following:<br /> <a href="http://www-128.ibm.com/developerworks/java/library/j-cb07186.html?ca=dgr-lnxw07Haskell" rel="nofollow">Explore functional programming with Haskell</a><br /> <strong>Books</strong><br /> <a href="http://book.realworldhaskell.org/" rel="nofollow">Real World Haskell</a><br /> <a href="http://www.cs.mdx.ac.uk/staffpages/dat/sblp1.pdf" rel="nofollow">Total Functional Programming</a> </p> <h2>LISP/Scheme</h2> <p><strong>Books</strong><br /> wfarr suggested the following:<br /> <a href="http://rads.stackoverflow.com/amzn/click/0262560992" rel="nofollow">The Little Schemer</a> - Introduction to Scheme and functional programming in general<br /> <a href="http://rads.stackoverflow.com/amzn/click/026256100X" rel="nofollow">The Seasoned Schemer</a> - Followup to Little Schemer.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0262011530" rel="nofollow">Structure and Interpretation of Computer Programs</a> - The definitive book on Lisp (also <a href="http://mitpress.mit.edu/sicp/" rel="nofollow">available online</a>).<br /> <a href="http://www.gigamonkeys.com/book/" rel="nofollow">Pactical Common Lisp</a> - A good introduction to Lisp with several examples of practical use.<br /> <a href="http://rads.stackoverflow.com/amzn/click/0130305529" rel="nofollow">On Lisp</a> - Advanced Topics in Lisp<br /> <a href="http://www.htdp.org/" rel="nofollow">How to Design Programs</a> - An Introduction to Computing and Programming<br> <a href="http://rads.stackoverflow.com/amzn/click/1558601910" rel="nofollow">Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp</a> - an approach to high quality Lisp programming</p> <p>What about you guys? Am I totally off on some of there? Did I leave out your favorite language? I will take the best comments and modify the question with the suggestions.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/22918#22918 2 Answer by Nickolay for Language Books/Tutorials for popular languages Nickolay 2008-08-22T17:13:27Z 2008-08-22T22:41:00Z <p>Python: <a href="http://diveintopython.org/" rel="nofollow">http://diveintopython.org/</a></p> <p>JS: <a href="http://developer.mozilla.org/en/A_re-introduction_to_JavaScript" rel="nofollow">a re-introduction to JavaScript</a> is the introduction to the <em>language</em> (not the browser specifics) for programmers. Don't know a good tutorial on JS in browser.</p> <p>Great idea by the way!</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/22931#22931 17 Answer by Kristopher Johnson for Language Books/Tutorials for popular languages Kristopher Johnson 2008-08-22T17:18:47Z 2008-08-22T17:18:47Z <p>I know this is going to seem old-fashioned, but I don't think much of using online tutorials to learn programming languages or platforms. These generally give you no more than a little taste of the language. To really learn a language, you need the equivalent of a "book", and in many cases, this means a real dead-tree book.</p> <p>If you want to learn C, read K&amp;R. If you want to learn C++, read Stroustrup. If you want to learn Lisp/Scheme, read SICP. Etc.</p> <p>If you're not willing to spend more than $30 and a few hours to learn a language, you probably aren't going to learn it.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/22940#22940 7 Answer by nlucaroni for Language Books/Tutorials for popular languages nlucaroni 2008-08-22T17:19:38Z 2008-08-27T18:25:12Z <p>These are all really good, written by <em>academia</em> and (some) are <em>books</em> (an unpublished oreilly book --translated from French, but no issues I've found), for example). I've *'d my favorite ones that helped me the most.</p> <p><strong>ocaml :</strong></p> <ol> <li>*<a href="http://www.seas.upenn.edu/~cis500/cis500-f02/resources/ocaml-intro.pdf" rel="nofollow">Introduction to ocaml</a></li> <li><a href="http://caml.inria.fr/pub/docs/u3-ocaml/index.html" rel="nofollow">Using Understand and unraveling ocaml: practice to theory and vice versa</a></li> <li>*<a href="http://caml.inria.fr/pub/docs/oreilly-book/" rel="nofollow">Developing Applications using Ocaml - O'Reilly</a></li> <li><a href="http://caml.inria.fr/pub/docs/manual-ocaml/index.html" rel="nofollow">The Objective Caml System - Official Manual</a></li> <li><a href="http://www.csc.villanova.edu/~dmatusze/resources/ocaml/ocaml.html" rel="nofollow">A Concise Introduction to Objective Caml</a></li> <li><a href="http://www.dleex.com/details/?42162" rel="nofollow">Practical Ocaml</a></li> </ol> <p><strong>Haskell :</strong></p> <ol> <li><a href="http://www-128.ibm.com/developerworks/java/library/j-cb07186.html?ca=dgr-lnxw07Haskell" rel="nofollow">Explore functional programming with Haskell</a></li> <li>*<a href="http://book.realworldhaskell.org/" rel="nofollow">Real World Haskell</a></li> <li>*<a href="http://www.cs.mdx.ac.uk/staffpages/dat/sblp1.pdf" rel="nofollow">Total Functional Programming</a></li> </ol> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/22978#22978 1 Answer by Herms for Language Books/Tutorials for popular languages Herms 2008-08-22T17:37:25Z 2008-08-22T17:37:25Z <p>I second Kristopher's recommendation of K&amp;R for C.</p> <p>I've found the "Essential Actionscript 2.0" book quite useful for AS coding (there's an AS3 version out now I believe).</p> <p>I've found that having real books to thumb through is more helpful than an online reference in some cases. Not really sure why though.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/22996#22996 1 Answer by Craig H for Language Books/Tutorials for popular languages Craig H 2008-08-22T17:41:51Z 2008-08-22T17:41:51Z <p>hmm, I don't know if I would say that online materials are useless, but I do agree that there is something about books. Maybe they are better written, or maybe it is the act of forking over $50 that makes you more inclined to study the material.</p> <p>Either way, I agree that books should be part of this question. If anyone has any suggestions for books for languages I will edit the post with the best suggestions.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/23995#23995 1 Answer by Adam Mika for Language Books/Tutorials for popular languages Adam Mika 2008-08-23T04:51:43Z 2008-08-23T04:51:43Z <p>The reference you have listed for Ruby is for Ruby on Rails. While still ruby deep down, it is definitely not a place to start for people wanting to learn Ruby.</p> <p>For Ruby tutorials, I would suggest <a href="http://poignantguide.net/ruby/" rel="nofollow">Why's (Poignant) Guide to Ruby</a> as a great starting point for anyone interested in the language. </p> <p>If you would want to get into more detail, I would recommend the book <a href="http://www.pragprog.com/titles/ruby/programming-ruby" rel="nofollow">Programming Ruby</a>, which has become the standard for all things Ruby. The third edition is currently being written, highlighting Ruby 1.9 features, so I would hold off for a while if anyone is considering buying this book.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/25122#25122 1 Answer by Iker Jimenez for Language Books/Tutorials for popular languages Iker Jimenez 2008-08-24T15:45:45Z 2008-08-24T15:45:45Z <p>For J2EE you have a very comprehensive tutorial at: <a href="http://java.sun.com/javaee/5/docs/tutorial/doc/" rel="nofollow">http://java.sun.com/javaee/5/docs/tutorial/doc/</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26285#26285 1 Answer by FreeMemory for Language Books/Tutorials for popular languages FreeMemory 2008-08-25T15:47:07Z 2008-08-25T15:47:07Z <p>For Java, I <strong>highly</strong> recommend <a href="http://www.horstmann.com/corejava.html" rel="nofollow">Core Java</a>. It's a large tome (or two large tomes), but I've found it to be one of the best references on Java I've read.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26312#26312 2 Answer by Imran for Language Books/Tutorials for popular languages Imran 2008-08-25T16:02:00Z 2008-08-25T16:02:00Z <p><a href="http://rads.stackoverflow.com/amzn/click/0672326973" rel="nofollow">C Primer Plus, 5th Edition</a> - The C book to get if you're learning C without any prior programming experience. It's a personal favorite of mine as I learned to program from this book. It has all the qualities a beginner friendly book should have:</p> <ul> <li>Doesn't assume any prior exposure to programming</li> <li>Enjoyable to read (without becoming annoying like For Dummies /</li> <li>Doesn't oversimplify</li> </ul> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26350#26350 3 Answer by wfarr for Language Books/Tutorials for popular languages wfarr 2008-08-25T16:30:23Z 2008-08-25T16:30:23Z <p>For Lisp and Scheme (hell, functional programming in general), there are few things that provide a more solid foundation than <a href="http://rads.stackoverflow.com/amzn/click/0262560992" rel="nofollow">The Little Schemer</a> and <a href="http://rads.stackoverflow.com/amzn/click/026256100X" rel="nofollow">The Seasoned Schemer</a>. Both provide a very simple and intuitive introduction to both Scheme and functional programming that proves far simpler for new students or hobbyists than any of the typical volumes that rub off like a nonfiction rendition of <em>War &amp; Peace</em>.</p> <p>Once they've moved beyond the Schemer series, SICP and On Lisp are both fantastic choices.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26535#26535 4 Answer by pek for Language Books/Tutorials for popular languages pek 2008-08-25T18:07:50Z 2008-08-25T18:07:50Z <p>Effective Java is a must but I recommend being comfortable with Java first to fully understand the examples.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26592#26592 1 Answer by Matt Cummings for Language Books/Tutorials for popular languages Matt Cummings 2008-08-25T18:26:43Z 2008-08-25T18:36:49Z <p>I know this is a cross post from <a href="http://beta.stackoverflow.com/questions/26437/book-recommendation-for-java-good-practices" rel="nofollow">here</a>... but, I think one of the best Java books is <a href="http://rads.stackoverflow.com/amzn/click/0321349601" rel="nofollow">Java Concurrency in Practice</a> by Brian Goetz. A rather advanced book - but, it will wear well on your concurrent code and Java development in general.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/26629#26629 0 Answer by jms for Language Books/Tutorials for popular languages jms 2008-08-25T18:49:39Z 2008-08-25T18:49:39Z <p>MSDN <a href="http://msdn.microsoft.com/en-us/library/ms229335.aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms229335.aspx</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/28248#28248 1 Answer by Ed.T for Language Books/Tutorials for popular languages Ed.T 2008-08-26T14:49:56Z 2008-08-26T14:49:56Z <p>The defacto standard for learning Grails is the excellent <a href="http://www.infoq.com/minibooks/grails" rel="nofollow">Getting Started with Grails</a> by Jason Rudolph. You can debate whether it is an online tutorial or a book since it can be purchased but is available as a free download. There are more "real" books being published and I recommend Beginning Groovy and Grails. </p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/28265#28265 3 Answer by Jim Robert for Language Books/Tutorials for popular languages Jim Robert 2008-08-26T14:56:51Z 2008-08-26T14:56:51Z <p>check out the <a href="http://en.wikibooks.org/wiki/Wikibooks:Programming_languages_bookshelf" rel="nofollow">programming section of wikibooks</a></p> <p>Many of them are fully formed, and quite a few have more advanced sections (which are in varying states of completion) on specific functionality.</p> <p>also, <a href="http://www.w3schools.com/PHP/DEfaULT.asP" rel="nofollow">w3 schools</a> has a great php tutorial and reference section</p> <p>their <a href="http://www.w3schools.com/html/default.asp" rel="nofollow">html</a> and <a href="http://www.w3schools.com/css/default.asp" rel="nofollow">css</a> sections are good for reference too.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/30575#30575 2 Answer by Serge for Language Books/Tutorials for popular languages Serge 2008-08-27T16:19:11Z 2008-08-27T16:19:11Z <p><strong>C++</strong></p> <ul> <li><a href="http://mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">Thinking in C++</a> by Bruce Eckel</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0321113586" rel="nofollow">C++ Coding Standards</a> by Herb Sutter &amp; Andrei Alexandrescu</li> </ul> <p>The first one is good for beginners and the second one requires more advanced level in C++.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/31269#31269 0 Answer by Craig H for Language Books/Tutorials for popular languages Craig H 2008-08-27T20:52:55Z 2008-08-27T20:52:55Z <p>No C# suggestions? I find it supprising that no one here knows of any good C# books/tutorials.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/33033#33033 6 Answer by Mark Krenitsky for Language Books/Tutorials for popular languages Mark Krenitsky 2008-08-28T18:36:54Z 2008-08-28T18:36:54Z <p>For <strong>C++,</strong> I suggest <a href="http://rads.stackoverflow.com/amzn/click/020170353X" rel="nofollow">Accelerated C++</a> by Koenig and Moo as a beginning text, though I don't know how it would be for an absolute novice. It focuses on using the STL right away, which makes getting things done <strong>much</strong> easier. </p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/33090#33090 1 Answer by snctln for Language Books/Tutorials for popular languages snctln 2008-08-28T18:55:42Z 2008-08-28T18:55:42Z <p>For C++ I am a big fan of <a href="http://rads.stackoverflow.com/amzn/click/0321321928" rel="nofollow" title="Amazon Link">C++ Common Knowledge: Essential Intermediate Programming</a>, I like that it is organized into small sections (usually less than 5 pages per topic) So it is easy for me to grab it and read up on concepts that I need to review.</p> <p>It is a must read for me the night before and on the plane to a job interview.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/34137#34137 1 Answer by Patrick Loz for Language Books/Tutorials for popular languages Patrick Loz 2008-08-29T07:45:37Z 2008-08-29T07:45:37Z <p>Let's not forget <a href="http://rads.stackoverflow.com/amzn/click/0596009208" rel="nofollow">Head First Java</a>, which could be considered the essential first step in this language or maybe the step after the online tutorials by Sun. It's great for the purpose of grasping the language concisely, while adding a bit of fun, serving as a stepping stone for the more in-depth books already mentioned.</p> <p>Sedgewick offers great series on Algorithms which are a must-have if you find Knuth's books to be too in-depth. Knuth aside, Sedgewick brings a solid approach to the field and he offers his books in <a href="http://rads.stackoverflow.com/amzn/click/0201756080" rel="nofollow">C</a>, <a href="http://rads.stackoverflow.com/amzn/click/020172684X" rel="nofollow">C++</a> and <a href="http://rads.stackoverflow.com/amzn/click/0201775786" rel="nofollow">Java</a>. The C++ books could be used backwardly on C since he doesn't make a very large distinction between the two languages in his presentation. </p> <p>Whenever I'm working on C, <a href="http://rads.stackoverflow.com/amzn/click/013089592X" rel="nofollow">C:A Reference Manual, by Harbison and Steele</a>, goes with me everywhere. It's concise and efficient while being extremely thorough making it priceless(to me anyways). </p> <p>Languages aside, and if this thread is to become a go-to for references in which I think it's heading that way due to the number of solid contributions, please include <a href="http://rads.stackoverflow.com/amzn/click/0596528124" rel="nofollow">Mastering Regular Expressions</a>, for reasons I think most of us are aware of... some would also say that regex can be considered a language in its own right. Further, its usefulness in a wide array of languages makes it invaluable. </p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/34165#34165 1 Answer by tamberg for Language Books/Tutorials for popular languages tamberg 2008-08-29T08:11:06Z 2008-08-29T08:11:06Z <p><strong>C#</strong></p> <p><a href="http://dotnet.jku.at/csbook" rel="nofollow">C# to the Point</a> by Hanspeter Mössenböck. On a mere 200 pages he explains C# in astonishing depth, focusing on underlying concepts and concise examples rather than hand waving and Visual Studio screenshots.</p> <p>For additional information on specific language features, check the <a href="http://www.ecma-international.org/publications/standards/Ecma-334.htm" rel="nofollow">C# language specification ECMA-334</a>.</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321246756" rel="nofollow">Framework Design Guidelines</a>, a book by Krzysztof Cwalina and Brad Abrams from Microsoft, provides further insight into the main design decisions behind the .NET library.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/35492#35492 4 Answer by Jared Updike for Language Books/Tutorials for popular languages Jared Updike 2008-08-30T00:09:40Z 2008-08-30T00:16:51Z <p><b>Haskell</b>:</p> <p>My favorite general, less academic online tutorials:</p> <ol> <li><a href="http://en.wikibooks.org/wiki/Haskell" rel="nofollow">The Haskell wikibook</a> which contains all of the excellent Yet Another Haskell Tutorial. (This tutorial helps with specifics of setting up a Haskell distro and running example programs, for example.)</li> <li><a href="http://halogen.note.amherst.edu/~jdtang/scheme_in_48/tutorial/overview.html" rel="nofollow">Write yourself a Scheme in 48 hours</a>. Get your hands dirty learning Haskell with a real project.</li> </ol> <p>Books on Functional Programming with Haskell:</p> <ol> <li>Lambda calculus, combinators, more theoretical, but in a very down to earth manner: <a href="http://rads.stackoverflow.com/amzn/click/0521277248" rel="nofollow">Davie's Introduction to Functional Programming Systems Using Haskell</a></li> <li>Laziness and program correctness, thinking functionally: <a href="http://rads.stackoverflow.com/amzn/click/0134843460" rel="nofollow">Bird's Introduction to Functional Programming Using Haskell</a></li> </ol> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/35877#35877 3 Answer by Vagnerr for Language Books/Tutorials for popular languages Vagnerr 2008-08-30T10:55:13Z 2008-08-30T10:55:13Z <p><strong>Ruby</strong></p> <ul> <li>The <a href="http://www.javapassion.com/rubyonrails/" rel="nofollow">Free Ruby on Rails Training Online Course by Sang Shin</a> Isn't too bad. It also has a decent amount of further reading links on each subject in the course</li> </ul> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/36248#36248 2 Answer by Banderson for Language Books/Tutorials for popular languages Banderson 2008-08-30T18:48:40Z 2008-08-30T18:48:40Z <h2>Common Lisp</h2> <p>For a good reference of CL check out <a href="http://www.cs.cmu.edu/afs/cs.cmu.edu/project/ai-repository/ai/html/cltl/cltl2.html" rel="nofollow">Common Lisp the Language, 2nd Edition</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/36258#36258 2 Answer by kronoz for Language Books/Tutorials for popular languages kronoz 2008-08-30T19:00:39Z 2008-08-30T19:00:39Z <ul> <li>C - <a href="http://rads.stackoverflow.com/amzn/click/0131103628" rel="nofollow">The C Programming Language</a> - Obviously I <em>had</em> to reference K&amp;R, one of the best programming books out there full stop.</li> <li>C++ - <a href="http://rads.stackoverflow.com/amzn/click/020170353X" rel="nofollow">Accelerated C++</a> - This clear, well written introduction to C++ goes straight to using the STL and gives nice, clear, practical examples. Lives up to its name.</li> <li>C# - <a href="http://rads.stackoverflow.com/amzn/click/1590598849" rel="nofollow">Pro C# 2008 and the .NET 3.5 Platform</a> - Bit of a mouthful but wonderfully written and huge depth.</li> <li>F# - <a href="http://rads.stackoverflow.com/amzn/click/1590598504" rel="nofollow">Expert F#</a> - Designed to take experienced programmers from zero to expert in F#. Very well written, one of the author's invented F# so you can't go far wrong!</li> <li>Scheme - <a href="http://rads.stackoverflow.com/amzn/click/0262560992" rel="nofollow">The Little Schemer</a> - Really unique approach to teaching a programming language done <em>really</em> well.</li> <li>Ruby - <a href="http://rads.stackoverflow.com/amzn/click/0974514055" rel="nofollow">Programming Ruby</a> - Affectionately known as the 'pick axe' book, this is THE defacto introduction to Ruby. Very well written, clear and detailed.</li> </ul> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/38979#38979 1 Answer by Imran for Language Books/Tutorials for popular languages Imran 2008-09-02T07:32:03Z 2008-09-02T07:32:03Z <p>@Craig H: I guess it's a typo, I suggested C Primer Plus, 5th Edition as the C book for beginning programmers, not "C++ primer Plus as the C++ book for beginnging programmers".</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/38985#38985 4 Answer by John for Language Books/Tutorials for popular languages John 2008-09-02T07:40:10Z 2008-09-02T07:53:55Z <p><strong>For C#</strong>:</p> <ul> <li><a href="http://www.microsoft.com/MSPress/books/6522.aspx" rel="nofollow">CLR via C#</a></li> </ul> <p><img src="http://www.microsoft.com/MSPress/books/imgt/6522.gif" alt="alt text" /></p> <ul> <li><a href="http://www.manning.com/skeet/" rel="nofollow">C# in Depth</a></li> </ul> <p><img src="http://www.manning.com/skeet/skeet_cover150.jpg" alt="alt text" /></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/39002#39002 0 Answer by bibix for Language Books/Tutorials for popular languages bibix 2008-09-02T08:13:06Z 2008-09-02T08:13:06Z <p>For Java EE 5 there's a separate tutorial <a href="http://java.sun.com/javaee/5/docs/tutorial/doc/" rel="nofollow">JEE tutorial</a>. That's useful, as people often ask about persistence and xml binding in java.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/43392#43392 0 Answer by Ced-le-pingouin for Language Books/Tutorials for popular languages Ced-le-pingouin 2008-09-04T09:19:10Z 2008-09-04T09:19:10Z <p>For Javascript:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0596101996" rel="nofollow">Javascript: The Definitive Guide</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/1590597273" rel="nofollow">Pro Javascript Techniques</a></li> </ul> <p>For PHP:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/1590599098" rel="nofollow">PHP Objects, Patterns, and Practice</a></li> </ul> <p>For OO design &amp; programming, patterns:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0136291554" rel="nofollow">Object-Oriented Software Construction</a> (a bible, maybe the Head First OO would be nice, I don't know it)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0596007124" rel="nofollow">Head First Design Patterns</a> (I so love this book)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/0201633612" rel="nofollow">Design Patterns</a></li> </ul> <p>For Refactoring:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0201485672" rel="nofollow">Refactoring: Improving the Design of Existing Code</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/0131177052" rel="nofollow">Working Effectively with Legacy Code</a></li> </ul> <p>For SQL/MySQL:</p> <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/1558609202" rel="nofollow">Joe Celko: Tree and Hierarchies in SQL</a> (only on a specific subject, but I found it interesting)</li> <li><a href="http://rads.stackoverflow.com/amzn/click/159059505X" rel="nofollow">Pro MySQL</a></li> </ul> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/43397#43397 1 Answer by Artur Carvalho for Language Books/Tutorials for popular languages Artur Carvalho 2008-09-04T09:23:12Z 2008-09-04T09:23:12Z <p>C# - <a href="http://www.charlespetzold.com/dotnet/" rel="nofollow">Dot Net Book Zero</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/43405#43405 0 Answer by Jonathan for Language Books/Tutorials for popular languages Jonathan 2008-09-04T09:28:39Z 2008-09-04T09:28:39Z <p>Java: <a href="http://rads.stackoverflow.com/amzn/click/0071591060" rel="nofollow">SCJP for Java 6</a>. I still use it as a reference.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/55591#55591 0 Answer by stevechol for Language Books/Tutorials for popular languages stevechol 2008-09-11T01:00:17Z 2008-09-11T01:00:17Z <p>For Objective C:</p> <p>Cocoa Programming for Mac OSX - Third Edition Aaron Hillegass Published by Addison Wesley</p> <p>Programming in Objective C, Stephen G Kochan,</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/55596#55596 0 Answer by stevechol for Language Books/Tutorials for popular languages stevechol 2008-09-11T01:02:53Z 2008-09-11T01:02:53Z <p>For REALbasic:</p> <p>Buginning REALbasic, From Novice to Professional by Jerry Lee Ford</p> <p><em>Very</em> basic, but a good way to get started</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/59660#59660 1 Answer by Swaroop C H for Language Books/Tutorials for popular languages Swaroop C H 2008-09-12T18:13:21Z 2008-09-12T18:13:21Z <p>For Python, I would like to suggest <a href="http://www.swaroopch.com/notes/Python" rel="nofollow">'A Byte of Python'</a>.</p> <p>Disclosure: I'm the author of this book, but the user feedback on the main page and the book should hopefully speak for itself :)</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/59696#59696 2 Answer by Nathan Long for Language Books/Tutorials for popular languages Nathan Long 2008-09-12T18:26:52Z 2008-09-12T18:26:52Z <p><a href="http://headfirstlabs.com/books/hfjs/" rel="nofollow">Head First Javascript</a> is a good intro to JS for beginning programmers - it creatively explains basic programming concepts using JS syntax. The Head First series is based on researched techniques for helping you learn and remember new information. They have you do a lot of exercises and puzzles which might seem juvenile, but really help cement the knowledge in your brain.</p> <p>One exercise I really liked was after they explained data types, they show a picture of a city street and say "label all the data types you can find in this picture." So the blinker on a car is a boolean, the sign on the store is a string, and the address is a number. That helped me get the idea of how to translate real information into a program.</p> <p>Based only on this book, I'd say the Head First series is a great way to learn something <strong>the first time</strong>, but the story-like format they have would make them difficult to use as references.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/60895#60895 1 Answer by J.F. Sebastian for Language Books/Tutorials for popular languages J.F. Sebastian 2008-09-13T21:35:38Z 2008-09-13T21:35:38Z <p><a href="http://rubyhacker.com/" rel="nofollow">The Ruby Way</a> by Hal Fulton</p> <p><img src="http://rubyhacker.com/trw2cover.gif" alt="The Ruby Way cover" /></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/75243#75243 0 Answer by John McAleely for Language Books/Tutorials for popular languages John McAleely 2008-09-16T18:09:16Z 2008-09-16T18:09:16Z <h1>Common Lisp</h1> <p>I would add "Practical Common Lisp", by Peter Seibel to the lisp list. It is particularly good at providing examples (MP3 parsing, shoutcast server, HTML compiler) that are topical.</p> <p><a href="http://gigamonkeys.com/book/" rel="nofollow">http://gigamonkeys.com/book/</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/138656#138656 2 Answer by JJarava for Language Books/Tutorials for popular languages JJarava 2008-09-26T10:34:25Z 2008-09-26T10:34:25Z <p>I'd add Bruce Eckel's programming books:</p> <ul> <li>Thinking in Java (print version: 4th edition; 3rd. ed. is online: <a href="http://www.mindview.net/Books/TIJ/" rel="nofollow">http://www.mindview.net/Books/TIJ/</a>)</li> <li>Thinking in C++ (2nd ed, freely available online: <a href="http://mindview.net/Books/TICPP/ThinkingInCPP2e.html" rel="nofollow">http://mindview.net/Books/TICPP/ThinkingInCPP2e.html</a></li> </ul> <p>In general, his "Books" page (<a href="http://mindview.net/Books/" rel="nofollow">http://mindview.net/Books/</a>) is a good resource. The freely availabe books can also be found at <a href="http://www.ibiblio.org/pub/docs/books/eckel/" rel="nofollow">http://www.ibiblio.org/pub/docs/books/eckel/</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/141354#141354 0 Answer by Scottm for Language Books/Tutorials for popular languages Scottm 2008-09-26T19:13:58Z 2008-09-26T19:13:58Z <p><strong>Java</strong></p> <p>Java In a Nutshell.</p> <p>The name is a bit of a misnomer because it's quite thick but it really has everything you need to learn Java. </p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/197512#197512 0 Answer by EnderMB for Language Books/Tutorials for popular languages EnderMB 2008-10-13T12:59:45Z 2008-10-13T12:59:45Z <p>I'll second Real World Haskell. After visiting the #stackoverflow IRC Channel (irc.freenode.net) As of now I have spoke to two authors, one on Reddit and one on the #haskell channel on the same server as the SO channel and they have been nothing but helpful in my quest to learn Haskell. It's the first time I would highly recommend a book on programming to anyone.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/392410#392410 0 Answer by Stephen for Language Books/Tutorials for popular languages Stephen 2008-12-25T01:17:59Z 2008-12-25T03:41:09Z <p>For PHP, I'd recommend <strong>Advanced PHP Programming</strong> by George Schlossnagle. If you're just getting started in PHP, it's probably not the best book to start, but after you have an idea of what you are doing, it's a book that (in my opinion) tells you a lot of best practices and tips that you might miss out on otherwise.</p> <p>For learning Lisp, I've been recommend to read <strong>Practical Common Lisp</strong> by Peter Seibel. This one is available online at <a href="http://www.gigamonkeys.com/book/" rel="nofollow">http://www.gigamonkeys.com/book/</a>.</p> <p>For Lua, I recommend <strong>Programming in Lua</strong> by Roberto Ierusalimschy. This book is not the best programming book out there, but among the current selection of Lua books, this would be the best. This first edition of the book is also available online at <a href="http://www.lua.org/pil/" rel="nofollow">http://www.lua.org/pil/</a>. As the back cover of the book mentions, the book is oriented towards those who already have some programming experience in another language.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/510923#510923 0 Answer by javshak for Language Books/Tutorials for popular languages javshak 2009-02-04T11:16:14Z 2009-02-04T11:16:14Z <p>One site I keep coming back to is <a href="http://www.javapractices.com" rel="nofollow">http://www.javapractices.com</a>. It covers most of the techniques that are discussed in the Effective Java book. Also another good site to check up coding examples (from basic to advanced) is <a href="http://www.java2s.com/" rel="nofollow">http://www.java2s.com</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/694051#694051 0 Answer by David for Language Books/Tutorials for popular languages David 2009-03-29T03:13:18Z 2009-03-29T03:13:18Z <p>Some books on Java I'd recommend:</p> <p>For Beginners: <a href="http://headfirstlabs.com/books/hfjava/" rel="nofollow">Head First Java</a> is an excellent introduction to the language. And I must also mention <a href="http://headfirstlabs.com/books/hfdp/" rel="nofollow">Head First Design Patterns</a> which is a great resource for learners to grasp what can be quite challenging concepts. The easy-going fun style of these books are ideal for ppl new to programming.</p> <p>A really thorough, comprehensive book on Java SE is Bruce Eckel's <a href="http://mindview.net/Books/TIJ4" rel="nofollow">Thinking In Java v4.</a> (At just under 1500 pages it's good for weight-training as well!) For those of us not on fat bank-bonuses there are older versions available for free download.</p> <p>Of course, as many ppl have already mentioned, Josh Bloch's <a href="http://rads.stackoverflow.com/amzn/click/0321356683" rel="nofollow">Effective Java v2</a> is an essential part of any Java developer's library. </p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/849906#849906 0 Answer by ennuikiller for Language Books/Tutorials for popular languages ennuikiller 2009-05-11T20:21:19Z 2009-05-11T20:21:19Z <p>Design Patterns in Ruby:</p> <p><a href="http://rads.stackoverflow.com/amzn/click/0321490452" rel="nofollow">http://www.amazon.com/Design-Patterns-Ruby-Addison-Wesley-Professional/dp/0321490452#reader</a></p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/850183#850183 0 Answer by mipadi for Language Books/Tutorials for popular languages mipadi 2009-05-11T21:30:37Z 2009-05-11T21:30:37Z <h1>Erlang</h1> <p>I've found <em><a href="http://rads.stackoverflow.com/amzn/click/193435600X" rel="nofollow">Programming Erlang</a></em> to be an excellent book for learning Erlang. It's written by the guy who created the language, and covers both basic and advanced topics very well. It has some great examples, too.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/1149722#1149722 3 Answer by dandv for Language Books/Tutorials for popular languages dandv 2009-07-19T11:43:19Z 2009-07-19T11:43:19Z <p>Can't believe nobody has mentioned the <a href="http://oreilly.com/catalog/9780596001735/" rel="nofollow">Perl Best Practices</a>. There's also a <a href="http://twitter.com/perlbpbook" rel="nofollow">Twitter feed</a> that delivers one PBP per day.</p> <p>I learned Perl from <a href="http://www.sthomas.net/roberts-perl-tutorial.htm" rel="nofollow">Robert's Perl Tutorial</a>, which I recommend, but it hasn't been updated since 1999. A newer recommended tutorial is <a href="http://www.steve.gb.com/perl/tutorial.html" rel="nofollow">Steve's Perl Tutorial</a>.</p> <p>For web development with Perl, the clear winner is <a href="http://search.cpan.org/perldoc?Catalyst::Manual" rel="nofollow">Catalyst</a>, and the <a href="http://dev.catalyst.perl.org/wiki/" rel="nofollow">Catalyst wiki</a> is the starting point for learning.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/1182374#1182374 0 Answer by Leif Ericson for Language Books/Tutorials for popular languages Leif Ericson 2009-07-25T16:01:45Z 2009-07-25T16:01:45Z <p><b>C:</b> <a href="http://rads.stackoverflow.com/amzn/click/0672326663" rel="nofollow">“Programming in C”</a>, <i> Stephen G. Kochan, Developer's Library</i>.</p> <p>Organized, clear, elaborate, beautiful.</p> http://stackoverflow.com/questions/22873/language-books-tutorials-for-popular-languages/1264831#1264831 0 Answer by pramodc84 for Language Books/Tutorials for popular languages pramodc84 2009-08-12T07:57:25Z 2009-08-12T07:57:25Z <p><strong>Java</strong></p> <p><a href="http://www.leepoint.net/notes-java/index.html" rel="nofollow">Java Notes</a> - Very Neat for novice java programmer</p>