Is the Sololearn playground different from what actual coders use? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is the Sololearn playground different from what actual coders use?

From utube i was copying a tutorial onto the playground to help me learn (Python oop) and my code didnt run like his. Idk where exactly he was doing it on, but are there like slightly different "playgrounds" for code, or is it more probable that I did something wrong? (I would never steal a code, its purely for learning purposes)

1st Oct 2018, 5:03 AM
Kav
Kav - avatar
3 Answers
+ 3
Most people who do this for a living use IDE’s. This is not really an IDE(Integrated Development Environment). IDE’s allow better control, but they have the same general idea. If you want a good IDE, I’d suggest KDevelop.
1st Oct 2018, 11:29 AM
Ben Bistline
Ben Bistline - avatar
+ 2
Here there is a very restrictive time span to run your code
1st Oct 2018, 6:55 AM
Bebida Roja
Bebida Roja - avatar
+ 1
There will be no difference between the Playgrounds itself, they only use slightly different compliers / Interpreters (=for JavaScript) to compile the code so that the User can Run it. So there is a chance that they use the same or it can use some functions/declarations/ etc. that they both understand the same Syntax.
1st Oct 2018, 5:59 AM
Lukas Mock
Lukas Mock - avatar