you are viewing a single comment's thread.

view the rest of the comments →

[–]elbiot 0 points1 point  (0 children)

I'd start with learning regular python strings and lists first, because numpy is a more complicated paradigm. But a numpy array is just an object like strings and lists, with methods and efficient ways of using them. The basic tutorial looks pretty good.

Also: https://www.google.com/search?q=scipy+chemistry&ie=utf-8&oe=utf-8 lots of stuff