====== Python Notes ====== Random assortment of things related to the Python programming language. ===== Reference ===== * [[http://www.secnetix.de/olli/Python/list_comprehensions.hawk|Comprehensive List Comprehension]] * [[http://www.secnetix.de/olli/Python/lambda_functions.hawk|Lovely Lambda Functions]] * [[http://www.secnetix.de/olli/Python/doclinks.hawk|Most important docs]] * [[http://www.secnetix.de/olli/Python/tricks.hawk|Tricks]] -- Interesting ternary operator equivalent