TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Are there studies on the most efficient way to learn programming?

14 点作者 rajlego大约 4 年前
I&#x27;m planning on learning python soon and I&#x27;m already familiar with a fair few ways I could learn it but I&#x27;m curious if there have been any studies on the most efficient way to learn it.<p>Anyone familiar with any research in the area?

8 条评论

mettamage大约 4 年前
Talking my experience (studying CS and programming). I haven&#x27;t done it this way, but I&#x27;ve seen the following elements play out really well in my life.<p>This will cost money.<p>0. Tell people what you want to create [1]. Via those people (or the internet) try to find someone who could create that. Find some master CS student or a final year bachelor CS student.<p>1. Ask that person to become your teacher, and vet if he&#x27;s a good enough one on one teacher. The first thing that person should do is create a tailor-made curriculum for you. Pay them about 12.50 to 15 euro per hour (in Europe, can&#x27;t say about the US).<p>2. Once he made that curriculum, vet it with someone else who also has the skills. Incorporate feedback where you see fit in consultation with your teacher&#x2F;coach.<p>3. Now the curriculum is set. Follow it religiously, even when it gets boring at times (note: it&#x27;s really key you vet your teacher at curriculum&#x2F;teaching capabilities).<p>4. As you&#x27;re following your curriculum, there will be moments where you get unbelievably stuck. Struggle a bit, but if you struggle more than a few hours then ask your teacher for help.<p>5. Rinse and repeat until you&#x27;ve build your project.<p>Now you have a foot in the programming world and you can progress on your journey however you see fit. Note: you&#x27;ve only paid the teacher for Q&amp;A time and for designing the curriculum.<p>If you find this a good idea, then state so as a reply. Then, it&#x27;s possible for HN people to reply to you and offer to become a teacher. I&#x27;ll be the first to offer myself as such a teacher, but you don&#x27;t have to feel any obligation to choose me. I&#x27;m serious.<p>I think this would be the best way to learn programming. I still need to set this in motion myself to learn math. So if any math coach&#x2F;teacher is offering him&#x2F;herself for 15 euro&#x27;s per hour, I&#x27;m all for it :)<p>My email is in my profile.<p>[1] e.g. a Kickstarter for refugees in your country
rgovostes大约 4 年前
I read once that when it comes to natural languages, children learn the grammatical rules of a given language in essentially the same order. The author of the book was arguing that the brain is most receptive to learning if you follow this sequence, and it is difficult to absorb a concept introduced out of sequence.<p>So I don’t know if anyone has studied this with programming but I suppose every course and book that chooses the order of topics becomes an experiment in how well the brain absorbs concepts in that order. Find the highest rated programming material of any language and take note of its table of contents.<p>Personally, when I got started I learned by modifying existing programs, mostly games. I started fiddling with constant values (say, gravity). Then finding calculations and tweaking them (odds of a reward for defeating an enemy). It’s a lot more fun than starting from “Hello world”; I’ve always wanted an assignment series based on hacking on an open source RPG.
Andy-AO大约 4 年前
Programming is not some very special skill, so that the question can be described as: how to learn scientifically and efficiently?<p>You can find a certain book about learning, which must be backed by sufficient scientific evidence, and then you can get more relevant content by using Amazon book recommendations, and the references in the back of this book to gradually acquire the latest knowledge in this area.<p>Of course every industry has some distinctive experiences or informal rules, but those things are often not the way to learn, but one of the materials to learn.<p>And don&#x27;t expect anyone to give you the best study plan, because studying is a very individual thing, don&#x27;t try to copy other people&#x27;s experiences.<p>Reading relevant research gives confidence and allows one to avoid a lot of obvious mistakes, but it doesn&#x27;t mean one can find a panacea, hard work is necessary.
评论 #26745501 未加载
macando大约 4 年前
My theory is that just like learning to ski or building muscles the process can be accelerated by a really good, dedicated, 1 on 1 personal trainer.<p>You will save a lot of time by not having to unlearn and learn again basic stuff you should have gotten right in the first place.<p>In theory this works, but in practice usually people who could be really good &quot;personal trainers&quot; for programming are either super busy&#x2F;expensive to give lessons or not really good at teaching.
thechrishawkes大约 4 年前
I have not heard of any studies specifically but have talked about this subject at length on my YouTube channel.<p>In my opinion, you just build projects incrementally. Over and over and eventually you&#x27;ll be amazed at how far you&#x27;ve come.<p>Shameless plug, I have a website for learning to code in my <a href="https:&#x2F;&#x2F;www.codehawke.com" rel="nofollow">https:&#x2F;&#x2F;www.codehawke.com</a>
psikomanjak大约 4 年前
This [<a href="https:&#x2F;&#x2F;youtu.be&#x2F;NjYICpXJ03M?t=29" rel="nofollow">https:&#x2F;&#x2F;youtu.be&#x2F;NjYICpXJ03M?t=29</a>]
shahbaby大约 4 年前
Trust that your brain will naturally do a better job at pattern recognition than what anyone or any source will teach you.<p>In other words, just dive in and figure it out as you go. Following any sort of &quot;way&quot; or methodology will slow you down.
donnanorton大约 4 年前
The best way to learn programming is starting with understanding the Framework of the programming tool that you would like to use