10
My brother told me to start with Python and I'm glad I listened
When I first wanted to learn to code, I was totally lost. My brother, who works in tech, told me to just start with Python and not get stuck picking a language. I almost ignored him because I thought I needed to learn something like C++ to be a 'real' coder. I spent about two weeks trying to set up a C++ compiler and got so frustrated I almost quit. Then I went back to his advice, downloaded a free Python course online, and just started making a simple number guessing game. It was way easier to see results, and the simple syntax let me focus on the logic, not weird symbols. That was six months ago, and now I can actually build small things. Has anyone else had a similar moment where a simple piece of starter advice made all the difference?
3 comments
Log in to join the discussion
Log In3 Comments
knight.taylor28d ago
Actually, my path was the total opposite. Started with C and it forced me to really understand how memory and pointers work from day one. That low-level stuff made higher level languages like Python feel like a breeze later on. @james_ramirez, my first real project was a command line tool to sort log files, which needed that kind of control. Sometimes the harder start builds a stronger base, you know? What do you think makes a better foundation?
3
paige_ellis5913d ago
Hard disagree. Starting with Python kept me from quitting before I even got started. Building a dumb little website or a script that actually does something visible is way more motivating than fighting with segfaults. @james_ramirez gets that early wins matter. You can always learn how memory works later if you need to.
2