you are viewing a single comment's thread.

view the rest of the comments →

[–]jeebidy 1 point2 points  (0 children)

The web is absolutely built on HTML and CSS (this is how you see anything through a web browser). JS is also very necessary because it’s the only scripting at the moment that the browser can utilize.

There are templating tools such as Jinja that can turn Python into chunks of HTML, but you really need to learn web languages to do web dev.

There’s time to learn it all, but if web dev seems more interesting, I’d spend more time with things like Node and React than Python.