Many programming languages have a special function that is automatically executed when an operating system starts to run a program. This function is usually called main()
and must have a specific return type and arguments according to the language standard. On the other hand, the Python interpreter executes scripts starting at the top of the file, and there is no specific function that Python automatically executes.
Nevertheless, having a defined starting point for the execution of a program is useful for understanding how a program works. Python programmers have come up with several conventions to define this starting point.
By the end of this course, you’ll understand:
__name__
variable is and how Python defines itmain()
in Pythonmain()
in Pythonmain()
What’s Included:
Downloadable Resources:
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4