I learned sololearn but i can't write a code why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 11

I learned sololearn but i can't write a code why?

8th Apr 2019, 1:02 AM
Aman deep
Aman deep - avatar
26 Answers
+ 11
Most probably because you haven't really practiced how to code. https://www.sololearn.com/Discuss/437973/?ref=app
8th Apr 2019, 1:07 AM
Fermi
Fermi - avatar
+ 11
Hi, Aman! As for the algorithms I found this video that explains it very well https://www.youtube.com/watch?v=stU5R__t6EY As for starting with html it is because it is a language that allows you to visualize your code in any browser and that helps you to get familiar with the code at the frontend level. You can also see the html code of any web page with the "ctrl + shift + I" keys or right click "inspect" option. With this you can go practicing copying the div code that you like and seeing how they work in your code. Another option is to see the codes published in the codeplayground ... there are very good works that can serve as reference for making your own codes. I hope I have answered your question ...
9th Apr 2019, 6:14 PM
Rosalinda Colella
Rosalinda Colella - avatar
+ 8
Thanks everyone to give answers for my questions
9th Apr 2019, 11:05 AM
Aman deep
Aman deep - avatar
+ 7
How to write code. Find a problem to solve. Decide to solve the problem. Write the problem down. Include a description. Write out a process that describes the solution to the problem. Congratulate yourself you have a flowchart. Now pick a computer language to use to mimic the solution. Let's say that you choose Basic . Identify any variables and define them. Compose subroutines that mimic the steps you've described in your flowchart. Now write the main body of the program that steps through the subroutines aka functions until the solution has been presented. You should have ready access to the documentation of the language you choose in order to reference it as necessary. Congratulate yourself again, you have written a program. Now go back and make it better.
8th Apr 2019, 1:49 PM
Michael Williams
Michael Williams - avatar
+ 7
Learning the theory and applying it in practice are vastly different things initially after you learnt something. You need constant experimentation to get familiar with coding in that language.
9th Apr 2019, 5:56 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 5
At least do some coding after finishing up a topic before starting another
9th Apr 2019, 4:41 AM
Dan Rhamba
Dan Rhamba - avatar
+ 5
I recommend you to go step by step Start with Html so you can go visualizing the results of what programs. You can practice trying to imitate any web page that you like. If you press "ctrl + mayus + I" in any web page you will see the html code of the page that will serve as a reference. You can also see the CSS styles. When you already manage the graphic part of a website you can start learning a slightly more abstract language to code the functionalities of the page. The ideal is to learn JavaScript. Then you can dare with something more complex at the level of functionalities such as php, python, java, c ++ ... Before starting a code you must do an algorithm ..... watching step by step what the code is going to do ... You must define what are the data entries ... the process that will be done with the data ... and finally what will be the output of your code. Successes!
9th Apr 2019, 9:31 AM
Rosalinda Colella
Rosalinda Colella - avatar
+ 5
Hi Michael Williams If I understood your question correctly, I am using a QWERTY keyboard. The "mayus" key on some keyboards is the one on the up arrow that is also called "shift". Another option to see the html of a page is to right click and select the "Inspect" option that appears at the end of the list. I hope I have answered your question.
9th Apr 2019, 11:27 AM
Rosalinda Colella
Rosalinda Colella - avatar
+ 5
For writing a code you have to do only practice. The more you code a much more perfect you become Also see others code for learning tricks
9th Apr 2019, 5:27 PM
Aarushi Khatri
Aarushi Khatri - avatar
+ 5
Java, c, c++,html
9th Apr 2019, 5:31 PM
Aman deep
Aman deep - avatar
+ 4
As others have said it's probably because you have not practised enough.
8th Apr 2019, 11:54 PM
Sonic
Sonic - avatar
+ 4
maybe your keyboard doesn’t work :-D Really tho, as others mentioned try finding a problem and solving it with code. There’s a lot of interesting things you can code on your own and call it a program. You can make a simple calculator, or a part of it, for example. You can search Internet for other code challenges
9th Apr 2019, 10:27 AM
Ethan
+ 4
Hi Rosalinda Colella Plz understand to me about your answer in detail
9th Apr 2019, 4:59 PM
Aman deep
Aman deep - avatar
+ 4
Guys I have arranged a challenge for you all.... Please check it out https://code.sololearn.com/W7D9au2VZa3G/?ref=app
9th Apr 2019, 5:33 PM
Aarushi Khatri
Aarushi Khatri - avatar
+ 4
Aman that are very interesting languages
9th Apr 2019, 5:34 PM
Aarushi Khatri
Aarushi Khatri - avatar
+ 4
Rosalinda thanks
10th Apr 2019, 6:51 AM
Aman deep
Aman deep - avatar
+ 3
Practice evertime how it possible
8th Apr 2019, 1:32 PM
Aman deep
Aman deep - avatar
+ 3
Give up is not a solution of any problem
9th Apr 2019, 12:28 AM
Aman deep
Aman deep - avatar
+ 3
Rosalinda Colella, I am curious. You mentioned 'mayus' as a part of a keystroke combination. I am sure that this is a localization. My question is which keyboard localization are you using?
9th Apr 2019, 11:01 AM
Michael Williams
Michael Williams - avatar
+ 3
Absolutely answered. Thank you.
9th Apr 2019, 12:02 PM
Michael Williams
Michael Williams - avatar