View Single Post
Old 02-17-2011, 04:16 AM   #7
JvdW
Zealot
JvdW doesn't litterJvdW doesn't litter
 
Posts: 115
Karma: 150
Join Date: Jul 2008
Location: Netherlands Veenendaal
Device: Palm T5, Sony PRS-505, Nook Color
Quote:
Originally Posted by stickybuns View Post
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
JvdW is offline   Reply With Quote