Usefull python tutorial

gentlestone tibor.beck at hotmail.com
Wed Aug 26 07:44:25 EDT 2009


Can somebody give me an advise where I can found a really good online
tutorial? All I found are useless. For example no tutorial I found
explains this piece of code:

    someList = [element for element in otherList if element is not
None]

or this example:

    a = a or []

There are only stupid elementary examples in the tutorials I found.



More information about the Python-list mailing list