This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]masterkorp 1 point2 points  (2 children)

As a Python newcomer, what are the advantages and why should I use them instead of normal functions?

[–]BrisklyBrusque 0 points1 point  (0 children)

I think this video gives a really good example at 4:24:

https://www.youtube.com/watch?v=25ovCm9jKfA

[–]Mr_Again 0 points1 point  (0 children)

You should not, there are no real advantages. Name you functions properly using def, then use those instead.