Tutorial

R

Robin Munn

Sören Kunst said:
hello, i need a good tutorial for Python, nothing for beginners

Beginners at what? Beginners at Python? Beginners at programming?

The official Python tutorial at http://docs.python.org/tut/tut.html is a
good one to start with if you've programmed in other languages before
and want a jump-start into Python.

Other tutorials can be found at:

http://www.python.org/topics/learn/

Note especially the division into tutorials for programmers:

http://www.python.org/topics/learn/prog.html

and tutorials for non-programmers:

http://www.python.org/topics/learn/non-prog.html
 
H

Harry George

Sören Kunst said:
hello, i need a good tutorial for Python, nothing for beginners

wfw Sören

For non-beginners, I find "Python Essential Reference" by David
Beaszley to be a good tutorial. In under 100 pages, you learn the
control structures, data types, builtin functions, and many of the
idioms.

This is appropriate for people who are comfortable with several
languages, and understand scripting from, e.g., perl experience. If
you already know when and why you might use an exception handler or do
a qualified import or need to redirect stdin, then this book could be
for you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,184
Messages
2,570,978
Members
47,578
Latest member
LC_06

Latest Threads

Top