PDA

View Full Version : can anyone point me towards some good programming tutorials?


iand675@gmail.com
January 7th, 2006, 01:36 AM
I'm looking for primarily c++, python, and java, but anything that you find to be a really excellent tutorial in anything programming related would be great. Thanks.

gord
January 7th, 2006, 01:44 AM
dive into python (http://diveintopython.org/) is a great python book if you allready know the fundimentals of programing languages. you don't really give what level of programing your looking at, absolute beginner or guru? ;)

otake-tux
January 7th, 2006, 02:00 AM
how to think like a computer scientis with python (http://http://www.ibiblio.org/obp/thinkCSpy/)

for c++ I would get a book.

asimon
January 7th, 2006, 07:48 AM
How to Design Programs (http://www.htdp.org/) is an excellent introduction into programming using Scheme as language.

majikstreet
January 7th, 2006, 01:17 PM
http://www.byteofpython.info/ for python.

Dive Into Python is nice, but even though I am a slightly experienced PHP programmer, I didn't quite understand DIP.

majikstreet

Jungles
January 7th, 2006, 07:40 PM
The best C++ tutorial on the web:
http://www.cplusplus.com/doc/tutorial/

For Java, you can't go past:
http://java.sun.com/docs/books/tutorial/index.html

ardchoille
January 7th, 2006, 07:43 PM
Sure:

http://www.python.org/doc/current/tut/tut.html

http://honors.montana.edu/~jjc/easytut/easytut/

http://www.ibiblio.org/obp/thinkCSpy/

http://www.pygtk.org/pygtk2tutorial/

http://www.async.com.br/faq/pygtk/index.py?req=index

lnostdal
January 9th, 2006, 01:32 AM
http://www.gigamonkeys.com/book/
http://mitpress.mit.edu/sicp/full-text/book/book.html

heres also some videos from the first edition of the last book; http://swiss.csail.mit.edu/classes/6.001/abelson-sussman-lectures/

gord
January 9th, 2006, 05:00 AM
and of course, the best tutorial of all. getting your hands dirty and building up experience :)


... soo corny, but true!

sapo
January 9th, 2006, 05:16 AM
Try reading a tutorial about how to avoid spam too =/

iand675@gmail.com
January 10th, 2006, 12:41 AM
programming wise, I am pretty green. I barely know how to write and compile simple java programs, but I would love to learn a bunch of programming languages.