Python Gists Basics Execute a script $ python file.py Make Script Executable def main(): # script if __name__ == "__main__": main() Links Python alternatives to PHP Functions Using fastcgi to run a django app