Is it better to push ahead and try learning something you're unfamiliar with or start from the basics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Is it better to push ahead and try learning something you're unfamiliar with or start from the basics?

I'm the type of person who likes to push ahead and work on projects beyond my skill level. Should I keep doing this or work my way up progressively? What are your thoughts?

10th Apr 2019, 7:31 PM
Lou.ow
Lou.ow - avatar
7 Answers
+ 3
You can maybe let your wish to learn something useful inspire your search for projects. It doesn't have to be something super complicated... but write programs that would - or better even will - actually make sense for *you* to use! For me the first two programs of that sort were a calory calculator and a learning aid. Both are simple Python console codes (the latter I have shared here), but I am still using them. From there you can go the next step and look how you make it pretty (GUI), how you get it to run on a smartphone etc. And gradually increase the difficulty of your real-lifey tasks.
10th Apr 2019, 7:58 PM
HonFu
HonFu - avatar
+ 5
HonFu Thanks for the reply, finding the balance can be hard sometimes, especially when expectations are high and you want something that serves a purpose other than showing knowledge. Having faith that I'll be able to use these skills in a real-life scenario is a big factor of learning for me.
10th Apr 2019, 7:52 PM
Lou.ow
Lou.ow - avatar
+ 5
HonFu could you post a link to your Learning Aid program?
11th Apr 2019, 2:40 AM
Sonic
Sonic - avatar
+ 3
If a project is *truly* beyond your skill level, you will find out soon enough by just getting stuck with no amount of google searches saving you. So if you can handle the pressure, if you get the job done, then yeah, why not? After all, the best way to learn any language is constantly using it. Personally, I prefer a bit of a steady approach. I try to find tasks for which I need *some* new knowledge, like 20%. And I try to consolidate what I learn by repeating it with a plan.
10th Apr 2019, 7:42 PM
HonFu
HonFu - avatar
+ 2
Id just start from the basics to understand everything I know that it may be a pain in the butt, but it is probably the best way.
11th Apr 2019, 4:18 AM
Lonely Apples
Lonely Apples - avatar
+ 2
Sometimes I feel like I just waste time in lectures, while I really learn when I am challenged to produce something with that knowledge from "classroom". So, I'd always choose the "push ahead" approach to keep developing skills.
11th Apr 2019, 1:08 PM
Flavio Matias
Flavio Matias - avatar