What is __name__ for in Python /

What is the if __name__ condition in Python for? If you've seen __main__ at the end of a Python script and wondered why that is there it is to avoid side effects when importing and allowing you to run the file as a script on the terminal. If you want more details, watch this short video where w...

Full description

Bibliographic Details
Main Authors: Deza, Alfredo (Author), Gift, Noah (Author)
Corporate Author: Safari, an O'Reilly Media Company
Format: eBook
Language:English
Published: Pragmatic AI Solutions, 2022.
Edition:1st edition
Subjects:
Online Access:Connect to this electronic resource
Description
Summary:What is the if __name__ condition in Python for? If you've seen __main__ at the end of a Python script and wondered why that is there it is to avoid side effects when importing and allowing you to run the file as a script on the terminal. If you want more details, watch this short video where we work with a Python script to find out those side effects and how the Python script can change once the if condition with __name__ is done at the end. Next Steps Now that you know about the conditional at the end, you might want to explore writing Python scripts that use this trick. There are several examples you can follow in these GitHub repositories with argparse , the Click framework and using sys.argv : argparse GitHub repo examples sys.argv GitHub repo examples Build Python applications from scratch
Physical Description:1 online resource (1 video file, approximately 3 min.)
Format:Mode of access: World Wide Web.