|
49
|
|
|
Programming Perl - greatly refered referred to as the Perl Bible. Essential reference for any serious perl programmer.
|
|
|
|
48
|
|
|
ForthBooks 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.
|
|
|
|
47
|
|
|
|
|
|
|
|
46
|
|
|
Accelerated C++ - 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.
|
|
|
|
45
|
|
|
(changes only visible within HTML tags; use view source link)
|
|
|
|
44
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
|
41
|
|
|
Thinking in C++ - Great book, both volumes. Written by Bruce Eckel and Chuck Ellison.
|
|
|
|
40
|
|
|
|
|
|
|
|
39
|
|
|
Edit: 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. 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: Edit: 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. General Programming:Online Tutorials: Books:
C:Online Tutorials: Books:
C++:Online Tutorials: Books:
Java:Online Tutorials: Books:
Python:Online Tutorials:
Perl:Online Tutorials: Books:
Ruby:Online Tutorials: Books:
Visual Basic:Online Tutorials:
PHP:Online Tutorials: Online Tutorials:
C#: C#Online Tutorials: Books:
ocaml:Books:
Haskell:Online Tutorials: Books:
LISP/Scheme:Books:
|
|
|
|
38
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
|
36
|
|
edited Oct 30 '08 at 20:32
|
Online Tutorials Books: Books:
|
|
|
|
35
|
|
edited Oct 3 '08 at 11:19
|
(changes only visible within HTML tags; use view source link)
|
|
|
|
34
|
|
edited Sep 29 '08 at 14:35
|
What about you guys? Am I am 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.
|
|
|
|
33
|
|
edited Sep 15 '08 at 12:55
|
|
|
|
|
|
32
|
|
edited Sep 12 '08 at 18:22
|
Foundations of Programming 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.
|
|
|
|
31
|
|
edited Sep 12 '08 at 17:42
|
Edit: 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.
|
|
|
| |
|
Post Made Community Wiki by Community♦
|
occurred Sep 2 '08 at 14:12
|
|
|
|
|
|
30
|
|
edited Sep 2 '08 at 14:12
|
C Primer Plus - Suggested by Imran as being the ultimate C book for beginning programmers.C: A Reference Manual - A great reference recommended by Patrick Lozzi. C++ Primer Plus - Suggested by Imran Orginnally added as being a typo, but the ultimate C++ book for beginning programmersamazon reviews are so good, I am going to keep it here until someone says it is a dud.
|
|
|
|
29
|
|
edited Aug 29 '08 at 19:17
|
Mastering Regular Expressions - 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.Algorithms in C, C++, and Java - A great way to learn all the classic algorithms if you find Knuth's books a bit too in depth.C: K&R C - a classic for sure. It might be argued that all programmers should read it. C: A Reference Manual - A great reference recommended by Patrick Lozzi. Head First Java - Recommended as a great introductory text by Patrick Lozzi.Effective Java - recommended Recommended by pek as a great intermediate text.
|
|
|
|
28
|
|
edited Aug 29 '08 at 15:48
|
The only C# Station Tutorial - Seems to be a decent one tutorial that I could dig dug up was this one, but I am not a C# guy .C# Language Specification - Suggested by tamberg. Not really a tutorial, so hopefully somone else has but a better one.great reference on all the elements of C#Books:C# to the point - suggested by tamberg as a short text that explains the language in amazing depth
|
|
|
|
27
|
|
edited Aug 28 '08 at 14:13
|
(changes only visible within HTML tags; use view source link)
|
|
|
|
26
|
|
edited Aug 27 '08 at 19:59
|
|
|
|
|
|
25
|
|
edited Aug 27 '08 at 17:41
|
|
|
|
|
|
24
|
|
edited Aug 27 '08 at 15:27
|
|
|
|
|
|
23
|
|
edited Aug 27 '08 at 14:45
|
I personally just used the perldoc perland followed all - This is how I personally got started with the suggestions therelanguage, and I don't think you will be able to beat that. The best I found is hereit.
|
|
|
|
22
|
|
edited Aug 26 '08 at 19:33
|
The Pragmatic Programmer - The next best thing to working with a master coder, teaching you everything the knowsthey know.
|
|
|
|
21
|
|
edited Aug 26 '08 at 18:17
|
Java.com - an official Java tutorial pages seem thouroghthat seems thourough, but I am not a java expert. You guys know of any better ones?
|
|
|
|
20
|
|
edited Aug 26 '08 at 17:46
|
|
|
|
|
|
19
|
|
edited Aug 26 '08 at 17:18
|
|
|
|
|
|
18
|
|
edited Aug 25 '08 at 21:04
|
Edit: 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. General Programming: Online Tutorials: How to Write Unmaintainable Code - 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. Books: Code Complete - This book goes without saying, it is truely brilliant in too many ways to mention. The Pragmatic Programmer - The next best thing to working with a master coder, teaching you everything the knows.
|
|
|
|
17
|
|
edited Aug 25 '08 at 18:31
|
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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
C++ Primer Plus - Suggested by Imran as being the ultimate C++ book for beginning programmers.
Java:
Online Tutorials:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Books:
Effective Java - recommended by pek as a great intermediate text.
Core Java Volume 1 and Core Java Volume 2 - suggested by FreeMemory as some of the best java references available.
Java Concurrency in Practice - recommended by MDC as great resource for concurrent programming in Java.
Python:
Online Tutorials:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Online Tutorials:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Online Tutorials:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Online Tutorials:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
Online Tutorials:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
Online Tutorials:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
Online Tutorials:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
LISP/Scheme:
Books:
wfarr suggested the following:
The Little Schemer - Introduction to Scheme and functional programming in general
The Seasoned Schemer - Followup to Little Schemer.
Structure and Interpretation of Computer Programs - The definative book on Lisp
On Lisp - Advanced Topics in Lisp
What about you guys? I am 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.
|
|
|
|
16
|
|
edited Aug 25 '08 at 18:13
|
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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
C++ Primer Plus - Suggested by Imran as being the ultimate C++ book for beginning programmers.
Java:
Online Tutorials:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Books:
Effective Java - recommended by pek as a great intermediate text.
Core Java Volume 1 and Core Java Volume 2 have been - suggested by FreeMemory as some of the best java references available.
Python:
Online Tutorials:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Online Tutorials:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Online Tutorials:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Online Tutorials:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
Online Tutorials:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
Online Tutorials:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
Online Tutorials:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
LISP/Scheme:
Books:
wfarr suggested the following:
The Little Schemer - Introduction to Scheme and functional programming in general
The Seasoned Schemer - Followup to Little Schemer.
Structure and Interpretation of Computer Programs - The definative book on Lisp
On Lisp - Advanced Topics in Lisp
What about you guys? I am 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.
|
|
|
|
15
|
|
edited Aug 25 '08 at 18:04
|
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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
C++ Primer Plus - Suggested by Imran as being the ultimate C++ book for beginning programmers.
Java:
Online Tutorials:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Books:
Core Java Volume 1 and Core Java Volume 2 have been suggested by FreeMemory as some of the best java references available.
Python:
Online Tutorials:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Online Tutorials:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Online Tutorials:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Online Tutorials:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
Online Tutorials:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
Online Tutorials:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
Online Tutorials:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
LISP/Scheme:
Books:
wfarr suggested the following:
The Little Schemer - Introduction to Scheme and functional programming in general
The Seasoned Schemer - Followup to Little Schemer.
Structure and Interpretation of Computer Programs - The definative book on Lisp
On Lisp - Advanced Topics in Lisp
What about you guys? I am 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.
|
|
|
|
14
|
|
edited Aug 25 '08 at 16:46
|
|
|
|
|
|
13
|
|
edited Aug 25 '08 at 16:16
|
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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
C++ Primer Plus - Suggested by Imran as being the ultimate C++ book for beginning programmers.
Java:
Online Tutorials:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Books:
Core Java Volume 1 and Core Java Volume 2 have been suggested by FreeMemory as some of the best java references available.
Python:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
12
|
|
edited Aug 25 '08 at 16:06
|
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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
C++ Primer Plus - Suggested by Imran as being the ultimate C++ book for beginning programmers.
Java:
Online Tutorials:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Books:
Core Java Volume 1 and Core Java Volume 2 have been suggested by FreeMemory as some of the best java references available.
Python:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
11
|
|
edited Aug 25 '08 at 15:42
|
|
|
|
|
|
10
|
|
edited Aug 25 '08 at 15:23
|
Language references/tutorials Books/Tutorials for popular languages
It wasn't that long ago that I was a beginning coder, trying to find good resources/tutorials 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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical python page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
9
|
|
edited Aug 25 '08 at 15:15
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]page. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
8
|
|
edited Aug 25 '08 at 15:00
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which seems to offer several tutorials for Ruby on Rails.
Books:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
7
|
|
edited Aug 24 '08 at 15:38
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Online Tutorials:
Adam Mika suggested Why's (Poignant) Guide to Ruby but after taking a look at it, I don't know if it is for everyone.
Found this site which gives a good description of 12 different ruby seems to offer several tutorials for Ruby on Rails.
Don't think I can do better than thatBooks:
Programming Ruby - suggested as a great reference for all things ruby.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
6
|
|
edited Aug 22 '08 at 22:50
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
ocaml:
nlucaroni suggested the following:
Introduction to ocaml
Using Understand and unraveling ocaml: practice to theory and vice versa
Developing Applications using Ocaml - O'Reilly
The Objective Caml System - Official Manua
Haskell:
nlucaroni suggested the following:
Explore functional programming with Haskell
Real World Haskell
Total Functional Programming
What about you guys? I am 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.
|
|
|
|
5
|
|
edited Aug 22 '08 at 22:25
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
Online Tutorials:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Books:
Learning Perl - a great way to introduce yourself to the language.
Programming Perl - greatly refered to as the Perl Bible. Essential reference for any serious perl programmer.
Perl Cookbook - A great book that has solutions to many common problems.
Ruby:
Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested A reintroduction to javascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
What about you guys? I am 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.
|
|
|
|
4
|
|
edited Aug 22 '08 at 22:20
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Ruby:
Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested a re-introduction A reintroduction to JavaScriptjavascript as a good read here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
What about you guys? I am 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.
|
|
|
|
3
|
|
edited Aug 22 '08 at 18:40
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Ruby:
Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested [a re-introduction to JavaScript] as a good read here.[13]here.
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
What about you guys? I am 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.
|
|
|
|
2
|
|
edited Aug 22 '08 at 17:57
|
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C:
Online Tutorials:
This 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.
Books:
K&R C - a classic for sure. It might be argued that all programmers should read it.
C++:
Online Tutorials:
The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Books:
The C++ Programming Language - crucial for any C++ programmer.
Java:
The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python:
Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know. Nickolay suggested http://diveintopython.org/ which seems to be a python book online.
Perl:
I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Ruby:
Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic:
Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
php
PHP:
Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript:
Found a decent tutorial here geared toward non-programmers. Found another more advanced one here. Nickolay suggested [a re-introduction to JavaScript] as a good read here.[13]
C#:
The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
What about you guys? I am 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.
|
|
|
|
1
|
|
asked Aug 22 '08 at 16:59
|
Language references/tutorials for popular languages
It wasn't that long ago that I was a beginning coder, trying to find good resources/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 on the web 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:
C: This 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.
C++: The tutorial on cplusplus.com seems to be the most complete. I found another tutorial here but it doesn't include topics like polymorphism, which I believe is essential. If you are coming from C, this tutorial might be the best for you.
Java: The official Java tutorial pages seem thourogh, but I am not a java expert. You guys know of any better ones?
Python: Don't know if there is anything better than the tutorials on the offical [python page]. If there are, please let me know.
Perl: I personally just used the perldoc perl and followed all the suggestions there, and I don't think you will be able to beat that. The best I found is here.
Ruby: Found this site which gives a good description of 12 different ruby tutorials. Don't think I can do better than that.
Visual Basic: Found this site which seems to devote itself to visual basic tutorials. Not sure how good they are though.
php: Found a simple tutorial on the main php site. Each page allows for user comments, which I really like.
javascript: Found a decent tutorial here geared toward non-programmers. Found another more advanced one here.
C#: The only decent one I could dig up was this one, but I am not a C# guy, so hopefully somone else has a better one.
What about you guys? I am 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.
|
|
|