Are all "code coaches" that easy? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Are all "code coaches" that easy?

Using python I went through all of the free ones in one evening. Non of them exceeded 10 lines, most of them being just one 'if' statement. I just say I'm pretty disappointed. I was expecting greater challenges. Or are the payed ones more challenging?

3rd Jan 2020, 8:56 AM
Jakub Červinka
Jakub Červinka - avatar
13 Answers
+ 10
Yeah, well, I started with Python, so whenever I try to write C, I think: Why does this have to be so hard? 😁 Well, that's why there's Python after all, right? Just a huge, slow mecha suit around C. ;-) Good practice to do by hand for once, what's otherwise being handled for you.
3rd Jan 2020, 9:57 AM
HonFu
HonFu - avatar
+ 10
They need to introduce code coach challenges in Assembly to really challenge you.
3rd Jan 2020, 10:00 AM
Sonic
Sonic - avatar
+ 9
Do them in C or in other programming languages. python makes things a lot easier.
3rd Jan 2020, 9:03 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 7
I also did them in C, so that I actually have to do something. Later, for the lolz, I did them in Py. And yeah, that's often a oneliner. The tasks are relatively simple and straightforward - and Python's just the language to do all the regular stuff for you. I mean, that's the whole point, right? So, yeah, if you tie one arm behind your back, doing it in C, you'll write more code. If still too easy, do them without any include except IO. At least some of them will become a bit tricky.
3rd Jan 2020, 9:50 AM
HonFu
HonFu - avatar
+ 5
HonFu ever since I learned Python. I became lazy to write more code 😀. I did a lot of programming in Assembly and C.
3rd Jan 2020, 9:55 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 5
Yeah. The paid one r a bit challenging than free ones. But not much that may be...
5th Jan 2020, 6:33 AM
Anamika Roy
Anamika Roy - avatar
+ 5
Jakub Červinka Its good for you, if you think all "code coaches" are too easy .. But you should try and understand from newbie's perspective, if someone starts learning and see his efforts resulting in little ones .. thn for him these "easy ones" matters
5th Jan 2020, 8:41 AM
Gitanshu Choudhary
Gitanshu Choudhary - avatar
+ 4
I've enjoyed the free code coaches so far and done all but 2 easy ones in C# (my first language). It's my understanding that C# is easier than C, but harder than Python. Somewhere on the same level as JavaScript if I'm correct. As for the 2 I didn't do yet, they involve flipping individual words from strings which idk how to do yet, so they do provide some challenge to me and sometimes make me research and debug a few times. All that said, I find a sense of accomplishment for each one I complete and validate my learning.
5th Jan 2020, 3:26 PM
{ Aza }
{ Aza } - avatar
+ 3
Sonic lol, pure Assembly without calling C functions. it's really hard when you get used to Python, no semicolon, no data types no curly braces, parentheses...
3rd Jan 2020, 10:06 AM
Bahhaⵣ
Bahhaⵣ - avatar
+ 3
Will we have machine code tasks then as well?
3rd Jan 2020, 10:47 AM
HonFu
HonFu - avatar
+ 3
First you implement your interpreter, then after copy&pasting it in every code you'll have again a single line to modify.
3rd Jan 2020, 11:27 AM
Gyorgy Theisz
Gyorgy Theisz - avatar
+ 2
Gitanshu Choudhary, in the beginning, everything is hard. Objectively, the riddles require only very little coding skill - but obviously, this 'very little' has to be in place first. I think after someone just came here, they shouldn't try code coach rightaway. First you have to acquire some knowledge of the language, not even the full material of the tutorial, but maybe half of it, and a bit of practice, playing around with everything, trying to write some code. We've had this with challenges too, remember? 'I finished the tutorial, why do I fail at challenges?' Different sets of material on Sololearn require different skill levels.
5th Jan 2020, 10:34 AM
HonFu
HonFu - avatar
0
i think code coaches are hard af
5th Jan 2020, 4:47 AM
Carl Wheezer
Carl Wheezer - avatar