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?
5 Réponses
+ 4
For web development, you need to learn Html, Css, Javascript & Javascript frameworks like... React, Vue.js, bootstrap and more.
0
Html,css and javascript
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)
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 ;)
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!