+ 1

Question for everyone

When we start learning from sololearn, Everything seems easy in the beginning but later we can't code. Can anybody tell me a free software where can I practice my coding skills?

27th Jul 2024, 8:39 PM
Rahul Bankar
Rahul Bankar - avatar
4 Answers
+ 4
You can write your own code. From the app, tap "Create". Under the "CODE" tap, press the plus sign, then select the language you want to code with. From PC, click "Code Bits" at the top navigation bar, click "New code", then click the language you want to code with. From your profile, you are taking SQL course too. If you are talking about SQL, then it can be both right and wrong. The code bits doesn't support SQL natively. In other way of speaking, it doesn't have a default database you can play. However, you can use Python's library to create a database. And I created one exactly for this purpose: let user practice SQL in the playground. Here is the code. Please read the introduction inside it before hitting the "run" button. https://sololearn.com/compiler-playground/cKqm1J8dX791/?ref=app
28th Jul 2024, 2:09 AM
Wong Hei Ming
Wong Hei Ming - avatar
0
What do you mean by "later we can't code?"
27th Jul 2024, 9:28 PM
Chris Coder
Chris Coder - avatar
0
elabora una lĂ­nea de tiempo de los Ășltimos seis presidentes del PerĂș
28th Jul 2024, 4:50 AM
Nk “Martinez”
Nk “Martinez” - avatar
0
I suggest thinking about a small program you want to create. For example, a simple calculator. Then create that. Practice is what really improves coding skills. Reading and studying is one thing, but you need to build up the muscle memory and ensure thorough understanding through failure.
30th Jul 2024, 2:31 AM
Rrestoring faith
Rrestoring faith - avatar