+ 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?
4 Respostas
+ 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
0
What do you mean by "later we can't code?"
0
elabora una línea de tiempo de los últimos seis presidentes del Perú
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.