<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div>hi,<br><br>is there any method to get only some elements of a list from a list of indices. Something like:<br><br>indices=[0,3,6]<br>new_list=list[indices]<br><br>which would create a new list containing 0th, 3rd and 6th elements from the original list? I do this with a loop but I'd like to know if there is a simpler way.<br><br>thanks in advance<br><br>Jul<br></div></div></body></html>