0
For Web page development, what programming language should I learn?
Language
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
+ 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.
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.
0
Now I got it! Thank you guys!