I'm interested in suggestions about what language/platform/resources I should suggest. Something she could show off to my mom and their friends would probably have value to her.
Ask HN: What's the “best” way for a senior to begin learning how to code?
1–10 of 24 posts
Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#2Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#3Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#4Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#5It seems to me that if she can’t install Python then she may not in general be a good candidate.
In my experience a whole lot of programming jobs involves things not directly linked to programming, such as installing languages, deploying projects, dealing with internal tools, and so on. If you lack the wherewithal to install and run python after reading or watching a few tutorials, you may not be cut out for the job.
I say this as a guy who learns very very slowly and who has to work extra hard to get the basics.
Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#6Bite-sized pieces, sensible order of presenting concepts, everything you need is in the browser.
Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#7I’m going to give you an answer that I hope gets debunked. It seems to me that if she can’t install Python then she may not in general be a good candidate. In my experience a whole lot of programming jobs involves things not directly linked to programming, such as installing languages, deploying projects, dealing with internal tools, and so on. If you lack the wherewithal to install and run python after reading or wa…
I was an extremely good student who had all kinds of accolades but I'm also seriously handicapped. I've wanted to learn how to code for more than a decade and I've had people tell me I'm simply not really interested (because I'm not succeeding).
That's not true.
I don't know what piece I'm missing to get traction on the learning process, but I seriously want to learn.
I will add that at age 72, if she just uses it as a time filler and "never accomplishes anything," it's her time to fill as she sees fit. Why should anyone care if she studies and studies and never produces a single thing?
Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#8Once you log in, it's one click to choose python (or another language), one click to 'Create repl', and you can start typing code. One click to run it.
There's also tutorials, various templates to start from and other people's code to learn from.
Re: Ask HN: What's the “best” way for a senior to begin learning how to code?
#9https://www.freecodecamp.org Bite-sized pieces, sensible order of presenting concepts, everything you need is in the browser.