Python practice | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Python practice

I am finding the Python challenges hard cause they go too fast!...where can I get some practice with problems instead?

17th Dec 2017, 8:20 AM
Alicia
Alicia - avatar
3 Answers
+ 5
If you feel confident enough, but it is only the time which disturbs you, you can go and rate the quiz submissions. That will give you some idea on how they work and what to focus on during the code-related challenges. Usually, there is no point in going through the whole code, but rather spot the logic leading to the right answer :)
17th Dec 2017, 9:15 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 5
@Alicia What I recommend then (and tried myself ;) is to take your time after the challenge to revert back to the questions, perhaps writing w hem down and executing in an external IDE. Manipulating with the code and printing down every line, at each iteration, gives you a debugging-like kind of insight into what exactly is going on there. A little cumbersome to accomplish, but a LOT easier to comprehend it this way :)
17th Dec 2017, 10:06 AM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
0
Thank you, Kuba. I am finding that the more I do the challenges, even if I lose all the time, the more used to thinking fast I get :) For some questions though, even when I look at the answer I don’t understand why that’s the correct answer :-/
17th Dec 2017, 9:39 AM
Alicia
Alicia - avatar