Comment on Understanding C by learning assemblyComments−ginko13yI sometimes think that an ideal approach to learn programming might be to learn it on several abstraction levels at once to see how things interact.One good combination would be Assembly + C + Python for instance. Assembly helps understanding C and C helps with understanding Python.
Comments
I sometimes think that an ideal approach to learn programming might be to learn it on several abstraction levels at once to see how things interact.
One good combination would be Assembly + C + Python for instance. Assembly helps understanding C and C helps with understanding Python.