If I have a list in python, how can I create a reference to part of the list? For example:
myList = [\"*\", \"*\", \"*\", \"*\", \"*\", \"*\", \"*\", \"*\",
Use a slice object or an islice iterator?
http://docs.python.org/library/functions.html#slice