23
My nephew asked me why I started with C++ and it made me think
He's 12 and learning Python on a school laptop, and he said, 'That sounds like trying to learn to drive with a manual transmission in a snowstorm.' It hit me how much easier starting points are now. What was the hardest part about the first language you learned?
2 comments
Log in to join the discussion
Log In2 Comments
noah_black9d agoMost Upvoted
But what if starting easy makes you soft? I learned on C and it forced me to really understand how the computer works. Python hides so much from you that you never learn the basics. That hard start gave me skills that still help me today.
8
sullivan.john9d ago
Ever try to build a house before you learn to use a hammer? Starting with C is like that. You spend so much time on memory leaks and pointers that you might never make a working program. Python lets you build a simple game or tool right away. That early win keeps people learning instead of quitting.
5