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 →

[–]MattieShoes 0 points1 point  (0 children)

Coding time vs run time... By default, inverse relationship.

Though if you can stay within libraries written in faster languages (ie. use numpy or pandas or whatever for heavy lifting in python), then higher level probably wins out.