Possible Duplicate:
Good Primer for Python Slice Notation
hxs = HtmlXPathSelector(response)
sites = hxs.select('//table/tr')[1:]
Here i understand that scrape from second row. But i was not able to find any links to understand advanced topics on that "[1:]". Please share me any reference links