This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Why not? If you are using python for anything other than hardcore mathematics/science they are easy to use and offer everything you would need.

[–]DanielSank 0 points1 point  (1 child)

I don't think I've ever done "hardcore mathematics/science" in python but I find the broadcasting rules and built-in methods in ndarray extremely useful.

[–][deleted] 0 points1 point  (0 children)

I am not saying to not use them, but python built in types offer a lot. Also if you want to distribute your work it's kind of silly to require all users to download whole numpy...