+ 2
Is challenges a useful tool to learn ??
For example if i want to have a job as python developer (software engineer) ...Will challenges make a difference to my experience in the language or not ..đ€
6 Answers
+ 6
Try to browse our place, we have a lot of similar discussions.
This is a quick pick, which I got by using 'resources python':
https://www.sololearn.com/discuss/300260/?ref=app
https://www.sololearn.com/discuss/821134/?ref=app
https://www.sololearn.com/discuss/636195/?ref=app
https://www.sololearn.com/discuss/1299656/?ref=app
https://www.sololearn.com/discuss/875954/?ref=app
https://www.sololearn.com/discuss/476248/?ref=app
At a certain point, the official documentation at www.python.org may work best.
+ 7
The most important thing is code projects. You have to learn how to think logically, translate real-life problems into code, figure it all out and kill the bugs.
But if there's still time left, well, I felt like it helped me read and understand code more quickly and get exposed to some messy stuff I wouldn't have looked into otherwise.
Don't get addicted though. Do them as long as you're learning something new, stop when the questions start to reappear and you already know them by heart.
+ 5
Do you mean, when you write for web, solutions occur more easily to you?
It's all just practice. The more you study and - most of all - use a language, the easier it will become, just like with a natural language you learn.
Will challenges contribute to your understanding? Well, probably, a bit (as I described above).
But the main thing will be *writing*.
+ 2
Thanks HonFu that really going to help me đ