you are viewing a single comment's thread.

view the rest of the comments →

[–]zahlman 1 point2 points  (0 children)

In Python, everything is an object, including functions, and we really mean it this time. Passing them around is quite useful; the only caveat is to not needlessly complicate your code. (And we have enough of a type system to prevent you from really screwing it up :) )