Wouldn't a small sample database be helpful on sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Wouldn't a small sample database be helpful on sololearn?

rather than writing sample data in your code , isn't it better if sololearn provide a small database from which you can obtain data and manipulate it in your code, for example if you are writing a code that handles a dictionary, you can obtain data from the base and manipulate it in your code without having to enter sample data by your self .

11th Jan 2018, 10:31 PM
Rabee Abbas
Rabee Abbas - avatar
4 Answers
+ 5
Not sure... when I was getting edumacated I had to generate my own test data. It probably made me think about proper formatting or something. If you're really itching to try something: sqlite3 works in Python The sqlite imports work in Java External SQL libraries work in web codes c++ and c# don't seem to have an import ready; don't know about the other langs.
11th Jan 2018, 11:02 PM
Kirk Schafer
Kirk Schafer - avatar
+ 3
it would be a better playground
11th Jan 2018, 10:50 PM
seamiki
seamiki - avatar
+ 3
c# has LINQ
12th Jan 2018, 4:00 AM
Rabee Abbas
Rabee Abbas - avatar
27th Feb 2018, 7:01 PM
Sudarshan Rai
Sudarshan Rai - avatar