Either JavaScript (and by extension, Node.js) or a mobile language (Objective-C or Java, pick the one for the phone you have). Python won't solve anything for you that you can't already solve between C or Perl. While learning that, learn a tool like RabbitMQ.
> Python won't solve anything for you that you can't already solve between C or Perl. ... unless you found Perl to be difficult to maintain, and C difficult to debug and monstrously low-level and segfault-prone for doing simple things like calling web APIs. When I first learned Python back in the day, even though I was a pretty decent C++ programmer and shell scripter, I found my internal "gumption" towards simple pr…
Myself, I really don't enjoy reimplementing something I've done already just for the sake of learning a new language. I'd much rather expand my capabilities, hence my comment.
> One could argue that C and Perl don't solve anything that isn't already handled by ASM.
Which, as you hopefully see now, is not at all what I said.