10 ms·
I disagree, it can be a great choice. Learning programming requires a lot of perseverance and will power, one of the biggest challenges about learning code is
by codeptualize 5y ago
I disagree, it can be a great choice.
Learning programming requires a lot of perseverance and will power, one of the biggest challenges about learning code is to keep going and stay motivated. Seeing results and building stuff that is useful is a great motivator, Python can make that happen quickly.
Not saying it's for everyone, if the low level stuff gets you excited obviously go for it.
My point is; we all learn very differently, and for a lot of people Python is a great choice as first language because it's high level, and because you can get to results fairly quickly.
Just like you say it will be easier to learn Python later, the reverse is also true. Your first language is always the hardest, the second one, whatever it is, will be much easier.
You hear this "learn the fundamentals first" so many times and it really bothers me as I don't think it's great advice, I think for many people it's not a great way to learn. I know it isn't for me.
My suggestion is to learn in a way that works for you. Getting to results quickly, to only later really learn and understand the things you did is a great method. I know it worked for me, and I know it worked for quite a few people who I helped learn to code.
- linkdd 5y ago> You hear this "learn the fundamentals first" so many times and it really bothers me as I don't think it's great advice Exactly. This is also why we don't teach ZFC set theory to 5 years old. We start with "1 + 1 = 2". When they learn functions, like sqrt, we don't tell them about imaginary numbers. This is true for ANY subject. You start at the surface, and you dig deeper. Analogies made at the beginning will help you make a mental visualisation of what happens. 99% of the time, those analogies are just false, and that's ok. Imagine teaching to a 10 years old about quantum mechanics because it's wrong to say that the universe is made of many tiny balls...
- codeptualize 5y agoTrue. After sort of skimming the article again I think it would be better without the order argument, basically just promote digging deeper at some point. I fully agree with that and there are some great arguments in the article towards that.