Sorry for asking for code...I understand this is a very ilogical way of saving pages, I also left out far to much information.
+generic webhosting provider using apache:+ In this case justhost.com
fo = open("/homedirectory/etc/etc/%s.html" then obviously you would specify the 'r' or 'w+' options if you need to create the file or append, followed by the standard .close()
In the above '%s', simply refers to the desired documents/file's title you wish to create.
Just like you would do with a simple .txt file :)
Benfits if a user now types http://www.yousite.com/%s.html the page will be created and saved.
I hope this helps some one who is interested in learning more about the python language.