Python-Perl cheatsheet

what Perl Python notes
array length len(array) $#array
null type None undef not exactly identical