If you finished a course in Sololearn, it will be enough for you to be a good programmer? Or just it gives us a basics? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

If you finished a course in Sololearn, it will be enough for you to be a good programmer? Or just it gives us a basics?

I know it depends on our abilities and how much we tried to learn, but my question is about that (importance of participate in many courses).

3rd Aug 2017, 12:41 PM
Diler A. Othman
Diler A. Othman - avatar
8 Answers
+ 12
only basic, but if they approved users lesson nor added more lesson it will be good.
3rd Aug 2017, 12:57 PM
Amethyst Animion
Amethyst Animion - avatar
+ 10
Just the basics
3rd Aug 2017, 12:43 PM
The Coding Sloth
The Coding Sloth - avatar
+ 7
SoloLearn courses are only tutorials. Everybody should know this.
3rd Aug 2017, 12:52 PM
Hatsy Rei
Hatsy Rei - avatar
+ 7
Let's say your boss asks you to create a maze generator. You check in internet and discovers it can be done as a minimum spanning tree in a grid graph. How do you store the graph? As an adjacency matrix, adjacency list or a simple list of edges? Which algorithm is more suited to build the tree? Prim, Kruskal, Boruvka or something else? If you choose Prim, is it better to sort the vertices with bubble sort, quick sort or to use an advanced structure like binary heap or Fibonacci heap? If you don't even know what those things mean, then you still have lots to learn.
3rd Aug 2017, 10:46 PM
Denis Felipe
Denis Felipe - avatar
+ 5
it just gives us a basic, because to be a great programmer it depends on how creative we are
3rd Aug 2017, 12:58 PM
Muhammad Fatih Rizky
Muhammad Fatih Rizky - avatar
+ 3
It's depends about so many causes. Even if you know the theory of a programming language, you need a lot of practice for being a goof programmer. Also, each programming language contains a lot of things that you have to learn by yourself from trial and error... .
3rd Aug 2017, 2:27 PM
ayal matas
+ 3
Basics only
5th Aug 2017, 9:55 AM
Dragon Slayer Xavier
Dragon Slayer Xavier - avatar
+ 2
I believe it gives us the basic foundation we need to explore more on our own by trial and error.
5th Aug 2017, 1:12 AM
Prince Onyeabor
Prince Onyeabor - avatar