+ 1
How to learn from sololearn effectively?
i am learning python c++ and html here but i don't find any small simple code here. only complex code that is hard to understand for a beginner. how can i learn the basic of coding here with just knowing Syntex of a language?
2 Antworten
+ 5
Hello, md nahid zaman !
Learning programming is not something you can do between a case. But you do not have to spend your whole life to understand the basics. There are many ways to facilitate your training. 1. Study code examples
2. Do not just read the code samples - run them, study the structure
3. Start writing your code as early as possible
4. Learn how to use the debugger
5. Look for more sources
https://www.sololearn.com/Course/HTML/?ref=app
https://www.sololearn.com/Course/JUMP_LINK__&&__python__&&__JUMP_LINK/?ref=app
https://www.sololearn.com/Course/CPlusPlus/?ref=app
0
if you click “try it for yourself” (located under a section of code they are explaining in the lesson) then you can play around with simple versions of example code