> I need to program a web browser in python.I dont have any idea of 
> how
> to start, what i do have is time and willingness to learn.

Can you explain what you have in mind? Do you actually want to
create a web browser like IE or FireFox from scratch using Python?

Or do you want to control your existing web browser using python?

Or do you want to simply fetch some data from the web using python?

If its the first then I suggest you start with Grail and try to
bring it up to date. If its the second there are some modules
around that help, specifically there is one for IE. And Konqueror
in Linux/KDE has a programmable intrface that you probably can use,

If its the last one you probably don;t need a browser but should
investigate the urlib module.

HTH,

Alan G
Author of the Learn to Program web tutor
http://www.freenetpages.co.uk/hp/alan.gauld


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to