8 Answers
+ 11
Start over at the beginning of the lessons and work your way through them slowly. Take your time. Practice writing your own codes for every new concept. If anything doesn't make sense, see if you can find help in the lesson comments. Use Google a lot. It helps to see each new concept from several different viewpoints, so I suggest looking them up in a few tutorials, for example
https://www.programiz.com/JUMP_LINK__&&__python__&&__JUMP_LINK-programming
https://www.learnpython.org
https://www.tutorialspoint.com/python/
https://docs.python.org/3.7/tutorial/
It's a slower process but it's worth it because the knowledge you get will stick.
If you're still stuck, ask for help. The folks here love to help đ
Good luck!
+ 7
> I tried hard, really wanna learn
> Python: 5 XP
đ
+ 3
Welcome to Sololearn, Didi.
Sololearn lesson works like this:
After you read one lesson, you need to answer a quiz, and by answering correctly, you can proceed to next lesson.
The first two lessons is some background information about Python. The actual script knowledge will start at the third lesson : "Your First Program".
https://www.sololearn.com/learn/Python/2270/
In the third lesson, there is a Try It Yourself, you can click it, and you will enter code playground, now you click Run, and then you should see "Hello World!"
If you see so, can I suggest you, to change world into Didi, and click Run again, and see the difference. If you see "Hello Didi!", then, congratulations! You are a Python programmer now~
Hope you learn more and more here.
+ 1
Idk mate i tried Hard still cannot learn thing i really whanna learn
+ 1
Thnkx i Will try
+ 1
David Ashton agreed completely. Just, I would say for sure he should look at comment section as it contains sometimes ten times more knowledge through additional explanation, examples and terms (functions). With knowledge almost obtained only from here I managed to make fully workable database by using Pickle modul mentioned and showned by Kuba SiekierzyĆski for example