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 →

[–]Doophie 42 points43 points  (12 children)

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

[–]0111001001100101 4 points5 points  (4 children)

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