April 2014
Beginner to intermediate
634 pages
15h 22m
English
A top-level main script will execute our application. In some cases, we may have multiple main scripts because our application does several things. We have three general approaches to writing the top-level main script:
python3.3 some_script.py. This is the style that we've shown you in most examples.chmod +x command. We can put these executable files into Python's scripts directory with our setup.py installation. We run these applications with some_script.py at the command line.__main__.py module in the ...Read now
Unlock full access