Does any one have any good sites for learning java, python, c, c+, c++, lisa, perl? Any good sites would be great
Does any one have any good sites for learning java, python, c, c+, c++, lisa, perl? Any good sites would be great
http://www.w3schools.com/
my lectures at uni for this first year didn't bother to learn the course and just sent us to this website and told us to work our way through.
http://chortle.ccsu.edu/CS151/cs151java.html
![]()
Look for Dive Into Python for python and cprogramming.com for C/C++![]()
Success is the ability to go from failure to failure without losing your enthusiasm. ~ Winston Churchill :dunno:
http://showmedo.com has many really good videos... although only some of them are free. (The subscription to get to everything is $60/yr, which is still an incredibly good deal if you have the money.)
Perhaps try these for C++??? --> http://freescienceonline.blogspot.co...-lectures.html -- I've never viewed them myself.
In many cases there's a huge difference between having done a few test programs/exercises in a language and really being a proficient programmer: At some point you need to sit down and start learning more advanced programming techniques, and many of these are relatively language independent (although some, such as high-falutin' object-oriented programming, is a lot easier if the language directly supports it... e.g., while you can do fancy OOP in 'straight' C [GTK+ would be a good example of this], it's a lot less effort if you use C++).
Don't become one of those people who list "C++ programming experience" on their resumes but who doesn't really know much more than an experienced C programmer.
---Joel