For Web page development, what programming language should I learn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

For Web page development, what programming language should I learn?

Language

19th Jan 2017, 3:12 PM
Kito
Kito - avatar
4 Answers
+ 7
For front end , you need Html5 , CSS3 , Js. actually if ur good with server side programmes you won't need js other than creating promt and alerts . for server side language : php - easiest ruby on rails - Maybe best python - my personal favorite . as u mentioned u are learning python I would recommend you for flask server of Python . try it for gearing up . I have written a post about flask earlier if u wanna check
19th Jan 2017, 4:33 PM
Sun
Sun - avatar
+ 5
If you are into web developing, then HTML is probably the first thing you should learn. The question is are you more of a front-end or a back-end web developer? Front-end web developers basically create all the user interfaces, designs of the website and to make the website fully interactive. HTML, CSS, JS and other frameworks like Bootstrap and jQuery play a huge role in this one. Back-end web developers basically create server-side stuff like user authentication, preventing SQL injections or other hacking attempts. For this one, you should master PHP, SQL, or other JS frameworks like Node.js and AJAX. P.S. I'm into back-end for some reason.
19th Jan 2017, 3:17 PM
David Sebastian Keshvi Illiakis
David Sebastian Keshvi Illiakis - avatar
0
I'm into front end, I thought java script was also for web development? I'm an IT major so what would be a good language to start of with? I'm learning python on the this app.
19th Jan 2017, 3:29 PM
Kito
Kito - avatar
0
Now I got it! Thank you guys!
19th Jan 2017, 4:42 PM
Kito
Kito - avatar