Python predicted to overtake C and Java in next 4 years
1–6 of 6 posts
Re: Python predicted to overtake C and Java in next 4 years
#2Re: Python predicted to overtake C and Java in next 4 years
#3CS departments should still teach C because being able to do memory management well also makes appreciating garbage collected languages.
Moving to Python was incredibly simple from C++. I can't imagine that the reverse would be equally true.
Re: Python predicted to overtake C and Java in next 4 years
#4CS departments should still teach C because being able to do memory management well also makes appreciating garbage collected languages.
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.
Re: Python predicted to overtake C and Java in next 4 years
#5CS departments should still teach C because being able to do memory management well also makes appreciating garbage collected languages.
Re: Python predicted to overtake C and Java in next 4 years
#6Earlier quoted context omitted.
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.
And... 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