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. -- http://mail.python.org/mailman/listinfo/python-list