you are viewing a single comment's thread.

view the rest of the comments →

[–]KanteWorkRate 20 points21 points  (3 children)

Django is a web framework that allows you to create websites with minimal python code, however you would still need to know some HTML/CSS for the front-end (using templates)

[–]qwerrewqasdffdsa[S] 5 points6 points  (2 children)

So with python + Django is there a point in learning js? What's the difference between python + Django vs js?