+ 7
What should i do to improve programming language?and actually i'm a beginner, no, i mean less than beginner.thank you
15 Antworten
+ 12
Practice Practice Practice.
Use every code you learned until you understand it enough, even if the code will print "Hello World".
Try to merge the codes you learned in one exercise.
Use Google to search for more exercises about the language.
You must think about any project that you can do with the codes you learned. Imagine and excute.
Start small then become big. Start with small projects, then increase its size through the time.
Remember: If you are in a house, and you want to go to the 10th floor, you must start with 1st floor, then 2nd floor, then 3rd floor... and so on.
Wish you a good future.
+ 10
According to me
Step 1 : learn basics
Step 2 : practise(as much as you can)
Step 3 : solve lots of questions and attempt quizzes (to revise the topics that you already know and learn new ones. I get to know 60% of the new concepts through solving questions)
Step 4 : solve miscellaneous questions which are challenging and help you become pro in that language.
Note : for practise questions visit the websites that I have attached below.
https://code.sololearn.com/WNMa6MjQt28a/?ref=app
+ 5
No one is less than a beginner.
+ 4
When you're finished learning the basics, what has been helpful for me is looking at some not too big codes that has been coded here. It's pretty inspirational for me. This is just in addition to the other answers.
+ 3
Learn the basics Sololearn is a good start,try youtube and other paid sites like lynda and udemy when you think you good with the basics
They have courses which will take you through project examples.
+ 2
Seb TheS thankyouu
+ 2
OnlY thank you bruh
+ 1
Sonic thankyou mr.sonic
+ 1
Jake🏄 thankyou bro
+ 1
Ahmed Sheta thank you for your suggest , i appreciate that
+ 1
Start with the basics in sololearn then go deep through free learning sites like codeacademy and w3schools....or paid sites like udemy!
+ 1
SoloLearn is a good start. Another free website is Khan academy. They have all kinds of stuff on HTML, CSS and web development. That's where I started.
+ 1
check out freecodecamp its a site also about programing, the dinamic its really good and you lear alot
0
You should try some minimal projects of the language you are using, practice is very important part in learning programming.
0
The main thing to focus on is to learn, analyze and test. That means:-
1. first learn any topic(Make your learning divided in small parts)
and then
2.Analyze your learning(Practice what you have learnt)
and then
3.Test your skills by quiz and coding challenges.