After spending the last few months learning about MATLAB, it seems I need to switch to vpython! MATLAB's colon operator comes in handy often and I haven't found an equivalent in vpython.
For reference, in MATLAB:
-3:3 = [-3, -2, -1, 0, 1, 2, 3]
Is there any easy way to do the same thing in vPython?