Quote:
Originally Posted by stickybuns
Thank you, tolyluis!
Do I need anything special to edit python, or can I just use a simple text editor to make my changes?
|
Python uses whitespace to start/end blocks so is sensitive to the difference between using spaces and tabs, watch out for that. Using Notepad is possible but using a Python aware editor is nicer, it will color keywords etc.
Start at
http://www.phyton.org and read up on its documentation. Parsing webpages needs BeautifulSoup I think.
Regards,
Joop