Click to See Complete Forum and Search --> : Good online python tutorial?


Fryguy8
12-01-2003, 12:55 PM
I plan on setting up kahakai later on today, and want to learn at least SOME python so that I can do some "advanced" things with the wm. Does anybody have any good links to a good online python tutorial?

X_console
12-03-2003, 01:10 AM
try these I guess:
http://www.google.com/search?q=+python+tutorial&btnG=Google+Search&hl=en&lr=&ie=UTF-8&oe=utf-8

GlennaclawZ
12-09-2003, 08:55 PM
here is the one I am currently learning form:

Python Tutorial (http://honors.montana.edu/~jjc/easytut/easytut/easytut.html)

juglugs
12-09-2003, 09:10 PM
This is a goody:

http://www.hetland.org/python/instant-hacking.php</A>

as is

http://www.linuxjournal.com/article.php?sid=3946

bascule
12-10-2003, 10:14 AM
http://www.ibiblio.org/obp/thinkCSpy/

And an other :D

hkwint
12-13-2003, 08:17 PM
I'm obvisiously missing something, or nobody else thought of the tutorial on the official python site:

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

You can also go to

http://www.python.org and search for things in libraries.

Worth mentioning is also:
http://dmoz.org/Computers/Programming/Languages/Python/

Which includes links to 430 python sites.

Good luck!