|
|
|
Ask HN: Is it too late for a late 30s person to start learning coding
|
|
2 points
by prkvs
3371 days ago
|
|
I am in my late 30s , i learnt basic C programming in school some 15 years back , means i picked up some basic programming concepts. I work in Software product company in a managerial/coordination role. I did make a few failed attempts to start with Python on Coursera , but could never finish the course due to work commitments . In each attempt I manage to reach the basic classes(loops,while,functions etc) and lost from there, i am not able to cross that level and go to intermediate topics. What is the best way to cross that level and move to intermediate concepts? If my objective is to learn coding+other basics so that i could build[1] and maintain my ideas[2] , how should i go about and what should i learn? [1]- A quick Proof of Concept and deploy a working model to demo
[2]- Ideas meaning some Webapps/SaaS app |
|
The first book I used to learn (that made me feel confident about how to put programs together) when I started Python was Dive Into Python (there's a new one about Python 3, it's probably where to start nowadays). It was written for people with some programming experience but I managed to piece together a broad understanding without much previous programming exposure.
Programming is just another way of learning to build up a logical description of something. It's like writing an executable proof. Give it a shot!