+ 6
Whats a way to Memorize/Remember what I learned from these courses?
Like when i take the module test or try to create my own code i forget every thing i learned besides for the Basic printing line.
10 Respuestas
+ 10
Practice frequently. Write notes with a list of all learned concepts of the language.
Schedule a daily task : small code examples of one of that concepts and mark it in the list as completed. After that, develop a small project using different parts of the language.
+ 6
By writing more and more code regularly, you will remember the important details including syntax.
+ 6
Learn programming,
Encountered a new problem or a concept, immediately write it in your "notebook".Write the logic not write too much. Practice the logic by coding and apply or mix your ideas and logic with the concept given. I'll prefer notebook as it is a "fast" way of revising the concept as compare to the digital ones. Don't take too much stress as slowly and gradually you will see the changes in you and also in your skills. Don't try to learn fast and skip the concept if you don't understand a particular one. Take a bit resources from internet and I can be damn sure that eventually you will make that concept crystal clear. In the end, I'll recommend to do projects as you will understand concept such as classes and objects with the help of projects in a better way.
Life doesn't give anything very easily. To get that, you have to fight for it!!!!!
So keep practicing and keep coding!!!!!!
Best of luck!!!!!! 😄
+ 5
no need to memorize everything. just practice and it will stick, there is no harm in using the documentation.
+ 4
I would recommend keeping a notebook with you where you would write down everything (important) that you learned. You can also try practiciing the code in the coding section.
I would also encourage you to seek other sources to learn from as well, youtube, books, sites, google, your notebook. This way, sololearn is just ONE of the many methods you're learning from. I constantlly forget things that I learn too, which is why i try to practice and go over the code. Good luck!
+ 2
Noway
+ 2
Unless you're heading to an exam where such memorized knowledge is needed, I think it is not worth spending your resources to this task. However, I believe that flashcard programs are great for memorization, cause you can use small time slots (i.e. in the commute) to learn/fix. The frequency increase in reviewing the content is the key.
+ 2
I just found this code and think I may help: https://code.sololearn.com/cL3QVCSUn0bp/?ref=app
+ 1
By writing codes and challene others!
0
challenges would help