View Single Post
Old 08-10-2011, 04:34 PM   #19
yoss15
Enthusiast
yoss15 began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jul 2011
Device: Kindle
I have an idea of what the <div> tag is I just never understand any of the recipe code referring to it.

Thanks, I appreciate you looking at it. That makes a lot of sense, also that Firebug extension is a great help.

Here is my next problem. I really don't understand the whole indent thing in python. It always seems to give me errors. For example when I add

Code:
for post in section.findAll('a', href=True):
should it be indented under the other line? How do I properly indent it? Hitting tab seems to send it way to far but even with 1-5 spaces it still gives errors, I just don't understand it.
yoss15 is offline   Reply With Quote