0

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.

LastStar007
  • 725
  • 1
  • 8
  • 21
  • What does `pythonic` mean, in this context? – hpaulj Dec 04 '16 at 11:53
  • 1
    From The Zen of Python: "There should be one— and preferably only one —obvious way to do it. Although that way may not be obvious at first unless you're Dutch." – LastStar007 Dec 05 '16 at 22:00
  • That notion might be nice within the tightly controlled world of pure Python development, but you are asking about the use of 3rd party packages, developed by different groups and for different uses (though `vpython` does use `numpy`). – hpaulj Dec 05 '16 at 22:18

0 Answers0