Josef 'Jupp' SCHUGT wrote: > Is there an online Python tutorial that just describes > the skeleton and what which function is good for? You might start with Magnus Lie Hetland's "Instant Python": http://www.hetland.org/python/instant-python.php or the second chapter of Mark Pilgrim's "Dive into Python": http://diveintopython.org/getting_to_know_python/index.html Finally, there's the standard Python tutorial: http://www.python.org/doc/current/tut/tut.html Hope this helps, Lyle