6 ms·
My CS degree was largely taught in C and C++. I couldn't agree more. Moving to Python was incredibly simple from C++. I can't imagine that the reverse would b
by ThirdFoundation 7y ago
My CS degree was largely taught in C and C++. I couldn't agree more.
Moving to Python was incredibly simple from C++. I can't imagine that the reverse would be equally true.
- gigatexal 7y agoAnd... there could be a case where you will need to write in a lower level language for something maybe for performance or because you’re doing something on a controller or a firmware or a driver etc. In any case it’s good to be able to move between languages
- hjk05 7y agoTrue, or you might end up working on some major popular project written in C, like python.