Complementary language to learn after Python?
Posted
by BobDobbs
on Stack Overflow
See other posts from Stack Overflow
or by BobDobbs
Published on 2010-03-29T03:09:07Z
Indexed on
2010/03/29
3:13 UTC
Read the original article
Hit count: 390
python
As a reasonable proficient Python programmer, I'm wondering what a good second language to learn would be. More specifically, something that does well the things that Python doesn't in general do as well. My first guess would be C/C++ since it's got easy extensibility with Python and because it offers generally better performance, but I'm wondering if Java or C# might be a better or at least equivalently good option with different up/downsides compared to C/C++.
© Stack Overflow or respective owner