[Tutor] html links

Luke Paireepinart rabidpoobear at gmail.com
Tue May 15 05:40:20 CEST 2007


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


More information about the Tutor mailing list