Both have their strengths and weaknesses. Both are worth learning.
You should ask google.
What I find really awesome in python is that it can use the C,C++,C# and even visual basic api. By importing dlls.
Ie , I can import msvcrt.dll and gain access to most standard C functions.