Newbie over here | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Newbie over here

I went through Python for newb... uh, beginners. My end goal is web development. Should I continue in Python or would it be more efficient to move into HTML and JS?

4th Jun 2021, 5:25 PM
Daniel Ferguson
5 Answers
+ 4
For web development, you need to learn Html, Css, Javascript & Javascript frameworks like... React, Vue.js, bootstrap and more.
4th Jun 2021, 5:55 PM
Shivani 📚✍
Shivani 📚✍ - avatar
0
Html,css and javascript
4th Jun 2021, 5:30 PM
Eashan Morajkar
Eashan Morajkar - avatar
0
for front-end web development: html, css optionally: javascript to use scripts in page, any framework/libraries you may need for one of the three languages for back-end web development: any programming language and at least one web framework according to the language choosed (php is the most used/available, but python could be a good choice, with bottle, flask, django or many more other available web frameworks)
4th Jun 2021, 6:48 PM
visph
visph - avatar
0
for back-end, a minimal knowledge of front-end is often required... for full-stack web development, both front-end and back-end requirement (on back-end, javascript could be a good choice, as work on both sides) obviouslly, knowledge of many rather than minimal requirement is better ;)
4th Jun 2021, 6:51 PM
visph
visph - avatar
0
You can make websites with libraries such as Django and Flask. I recommend continue learning Python and also learning a bit of HTML and CSS. And you will be able to create a website!
5th Jun 2021, 11:30 PM
H Ξ X V G 0 И
H Ξ X V G 0 И - avatar