Ask HN: Do you get impatient when learning new things?
11–20 of 84 posts
Re: Ask HN: Do you get impatient when learning new things?
#12Maybe book learning isn't for you? Try an online resource such as Code Academy or Coursera. You might enjoy the immediate feedback from each lesson as you make progress.
Re: Ask HN: Do you get impatient when learning new things?
#13Find a little project you want to do using the technology. For example if you are learning Python, come up with a little program/website idea you want to make, and do it in Python. It's always easier to learn "as you go" rather than just reading a book in isolation.
But don't make it more perfect - do the next project. Make your focus to make some money, get more customers, etc.
The beautiful code will follow from that. It doesn't matter how beautiful the code is if no one uses it. (Well, maybe if you need to pass an exam or open source the code or something like that, slightly different goals for the code to 'succeed'.)
Re: Ask HN: Do you get impatient when learning new things?
#14I think for IT breadth-first is better at the beggining, but you can stay half-competent for too long if you never bother to look up the detais that weren't needed so far (my main problem).
Re: Ask HN: Do you get impatient when learning new things?
#15Find a little project you want to do using the technology. For example if you are learning Python, come up with a little program/website idea you want to make, and do it in Python. It's always easier to learn "as you go" rather than just reading a book in isolation.
Think of a project you can build with the technology you want to learn, and then learn the technology through actually building the project.
I generally feel more motivated with this approach because at the end of the effort, I'll actually have something to show for my time. If the project idea is good enough, you might even be able to turn it into a business, but don't let the lack of good ideas stop you, because your primary goal is still learning, and for that, even clones of existing products can work (and you might be able to find a good twist on it that can differentiate your own project as you build it).
And for me personally, no amount of reading and exercises can compare with real usage if I wanted to become truly proficient at a technology.
Re: Ask HN: Do you get impatient when learning new things?
#16When studying more general subjects it's not always easy to come up with a fun project and the books are usually not structured in a way that this techniques works. In those cases I try to find a good course online with a lot of reading material or a recommended course book because just watching videos and doing exercises is usually not enough to really learn the subject for me.
Re: Ask HN: Do you get impatient when learning new things?
#17Re: Ask HN: Do you get impatient when learning new things?
#18That's the core obstacle these days to picking up new skills and knowledge.
Mastery of any subject-matter ALWAYS takes practice and repetition. Simple, but those things require sustained repeated investments of your time and attention.
Re: Ask HN: Do you get impatient when learning new things?
#19Re: Ask HN: Do you get impatient when learning new things?
#20It's pretty short but covers some good strategies for learning that are backed up by current Neurobiology research.