max . wrote:
> does anyone know of a tutorial for finding links in a web site with 
> python.
I believe BeautifulSoup could help with this, but am uncertain.
>
> or creating files and asking ware to create a file.
There are many ways to do this. The simplest would be:
filepath = raw_input("Where would you like to create the file? ")
And this can vary in difficulty; if you wanted, for example, a GUI that 
lets them
browse their directory tree graphically for the file they want, you 
could do that too.
>
> thanks
yw
-Luke
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to