Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python why is it important to check the __name__

This allows our program to be executable by itself, but friendly to other Python modules who may want to import some functionality without having to run the code.
 
PREVIOUS NEXT
Tagged: #python #important #check
ADD COMMENT
Topic
Name
7+4 =