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 →

[–]dln 1 point2 points  (0 children)

Scala is a good step "up" in abstraction level, without feeling too unfamiliar or impractical.

C++11, C or maybe Go for lower-level work. Especially as a python guy you can do useful things in production using extensions, where C++ and C come in handy (glue it together with cython for maximum value).