+ 1
This is not related to coding but related to educatuon and learning from sololearn
I am rather lazy and not practiced on being disciplined. Can someone please teach me how to study, take notes etc like a pro using solo learn to maximize its capabilities
3 Answers
+ 4
Identifying these problems is a good (and honest) first step.
Programming languages are fairly rigid, and you can sometimes spend considerable time trying to debug your own code, and this is where discipline and thoroughness pays off.
I would advise using the Run It Now option in every course. Run the code, make small changes and run again. Don't rush through the course; take your time and ensure you understand the lesson.
For notes, make it a personal challenge to keep your notes as comments in your code, with each saved code block covering a specific concept or construct in the language you're learning. These code snippets then become your living personal reference work rather than temporary notes. HTH
+ 3
Motivation can't be forced long-term.
Think what your life goals are. Is learning to code inline with those goals? Note, "Get rich" is a poor motivator for most people. Finding your passion is the true way to get motivated!
+ 2
Totally agree with Xan.