Python vs C++ for interviews.

I know c++, java and python but out of them, I solve all complex problems in c++ only. I use other languages just for library specific tasks for projects. Giving the coding tests for interviews, I found myself stuck in c++ program ran into runtime errors such as segmentation faults and many errors which are not traced back unlike python or java. I found python codes to be most efficient in terms of solvability, shorter codes and thus lesser time to type, faster debug and faster implementation of data structures. Also, Fastest programmers on leetcode are from python also. So I wanted to know whether I should start using python as main language or not. Possible drawback of it would be python codes are easy to go into TLE. Would anyone like tocomment suggestions on this?

Comments (2)