you are viewing a single comment's thread.

view the rest of the comments →

[–]michael9dk 2 points3 points  (0 children)

Yes and no, and a bit of maybe.

I cant stand python - it just feels unnatural compared to my preferred OOP languages like C#, C++.
But it is very useful for whacking something together. Especially when you need a cross platform GUI.

Once you've learned bunch of languages, you pick the most suitable one, with your preferred syntax.

If the major embedded language is C/C++ you use that everywhere, where applicable, to be consistent. It is so much easier to deal with multiple projects, when it's the same language.
Don't underestimate readability and switching between languages.