For simple vector algebra, are there any significant differences between VPython's vectors (visual.vector
) and NumPy's arrays (numpy.ndarray
)?
I'm making a gas simulator and don't know which is more Pythonic.
For simple vector algebra, are there any significant differences between VPython's vectors (visual.vector
) and NumPy's arrays (numpy.ndarray
)?
I'm making a gas simulator and don't know which is more Pythonic.