This version of the page http://blog.piranha.org.ua/python/ (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2006-10-07. The original page over time could change.
Amazon byteflow » Python

Python

Различные кусочки кода, ссылки и т.д. для питона - чтоб не приходилось потом искать по всему интернету.


Case:

try:
    result = {
        'a': lambda x: x * 5,
        'b': lambda x: x + 7,
        'c': lambda x: x - 2
    }[value](x)
except KeyError:
    #default action

Python Templates


Leave a Reply