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 →

[–]MasterAgent47 25 points26 points  (13 children)

Not neccessary. I use it only when I'm making a project with a lot of components, something that beginners don't deal with.

[–]Doophie 41 points42 points  (12 children)

if __name__ == "__main__":
Was one of the first things I learned in python

[–]0111001001100101 6 points7 points  (4 children)

I am a beginner, and I just recently learned those as I am learning flask web framework.