10
My brother told me to start with Python, not C++
He's a software engineer and said it would be less frustrating for a beginner. I tried C++ first anyway and got stuck on pointers for a solid week. I switched to Python like he said and built a simple number guessing game in an afternoon. For people just starting, is there a 'right' first language or does it not matter much?
2 comments
Log in to join the discussion
Log In2 Comments
cameron3182d ago
Got stuck on pointers for a solid week" is the perfect example. I read a blog that said the first language should get you making things fast, not fighting the compiler. Python does that.
6
sandra_black2d ago
Yeah, your brother gave good advice. Python lets you focus on the actual logic instead of getting lost in memory stuff like @cameron318 mentioned. That early win of building something, even a small game, keeps you going. Starting with a language that gets out of your way is way better for building confidence.
6