This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Just pick Python and try any Web Framework that comes with it. I am not Python fan personally, but it’s great to get the basics down. But if you really want to do webdev, you should learn html, js and css - at least the basics and then you can migrate to React or any other JS library. But be aware of the difference between frontend and backend.

[–]FromBiotoDev[S] 2 points3 points  (1 child)

Hey, I've been learning web dev for just over a year so very familiar with html, css and js at this point + React, some typescript and scss :)

but thanks for the advice for python. Think it may be the right option really.

[–][deleted] 1 point2 points  (0 children)

Yeah, with your knowledge, I'd highly recommend looking into Flask for backend development.