+ 7
What can you recommend for beginner programmer?
I want to learn programming more.
7 Answers
+ 11
Even I am a beginner. I'll tell you some of the things that I followed.
âclear you basics ,learn syntaxes , and logics of some simple programs.
(There are many websites through which you can learn coding I'll mention them at the end.)
â practise, practise and practise. I recommend to practice through solving questions found on various online platforms.
â how much ever you learn consider yourself as a beginner. And solve questions which are really challenging and take lots of time to solve.
https://code.sololearn.com/WknQCl60W9Ja/?ref=app
Happy learningđ
+ 6
I really recommend c, c++ because you will apply so many concepts learnt by those two languages. Like loops, conditions, OOP concepts are all used in other languages like Javascript, php. And once you get comfortable with those two languages. You can cover up Javascript, php really quickly.
+ 6
Thank everyone for your recommendation! â¤ď¸â¤ď¸â¤ď¸ I start learning Java Script. Before that I learned html and css. But sometimes I have problems and even I don't have a motivation ((
+ 2
I also recommend you C and after that java or C++,but you can also start with python...the simplest language..but starting with C is too much beneficial beacuse of after C you can simply learn many other languages which is similar to C ...like as Java ,C++,javascript etc.
+ 1
Php is a good place to start for simple web applications.
+ 1
I recommend you go to C, C++. because this are languages which hold all the languages base. it contain for loop, while loop, if_else and other. then go to learn java.
If you want to become a Web Developer than learn HTML, php, css and java-script.
if you want to learn deeply than python is best.
+ 1
I am not the best at coding so if I'm wrong, that's why. I started with Python 3 and HTML, I would say Python because it is simple so most people should be able to learn some basic concept s from it.