+ 1
New learner
Hello please i am a new learner on programing language please can you give me some advices???
2 ответов
+ 2
Max br ,
how to start coding - development
before starting your learning journey, you may spend some time thinking about what you want to achieve.
> if you are interested in `web development`, you could start with the tutorial *web development*. it is a compilation of some other tutorials: *introduction to html*, *introduction to css*, *introduction to javascript*.
> if you are interested in app development, you can try *java, c, c# or c++*. just use the *introduction to ...* of the mentioned courses.
> if you are not sure where to start but you wanted to get the basics of coding, you can start with the tutorial *introduction to python*.
>> at sololearn, we are all self-learners and grow through self-paced learning and a helpful community that shares knowledge and assistance.
>> if you get stuck somewhere during learning, you can post questions here in this forum.
+ 1
How to improve programming and logical skills
The conditional statement
Programming is more about conditions and looping.To improve logical thinking, start to think conditionally such as Yes or No,True or False.Try to question yourself or solve a problem as a conditional statement such as if...then...it's very helpful to improve your conditional reasoning power.
2. Think like a machine
The machine didn't understand anything because it works on the instruction which we gave. To solve a problem, give instructions and try to follow the order. Here, instructions are nothing but logic. Machine-oriented thinking will help you to write logic in a program.
3. Solve logic puzzles
Try to solve riddles and puzzles from newspapers or in a modern mobile app.Don’t get disheartened if you can't solve them at first attempt or take a long time to solve them.Remember that you are in the process of learning and improving skills.Your brain will be trained to think differently with every puzzle that you try to solve.
/Matiyas/