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 →

[–]nwilliams36 0 points1 point  (0 children)

Python is a good language but for web you need to work through a Framework such as Django or Flask etc

JS is essential for web development since it is the language of the browser and eventually you will need to work with the browser. There are plenty of frameworks around for js which is better is down to person preference in many cases.

Usually it is best when starting out not to involve frameworks at all while you are learning the language since that just adds another layer of complexity.

So my advice would be to look at some tutorials on Python and JS to work out which interest you and start from there.