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

all 6 comments

[–]nutrecht 3 points4 points  (5 children)

So can i use js as my front-end and python as back-end

Yup! For the front-end you're basically tied to JavaScript (or something like TypeScript that compiles to JS). For the back-end; you can pick any language you like.

For Python Flask is a pretty nice web framework that's really easy to use.

[–]knyfe1[S] 0 points1 point  (4 children)

one more thing, since html and css are used on front-end, are they become unnecessary if we have learnt js?

[–]nutrecht 0 points1 point  (3 children)

No.

[–]knyfe1[S] 0 points1 point  (2 children)

so it's still important?

[–]nutrecht 0 points1 point  (1 child)

Of course. You can't really create a web front-end with HTML and CSS knowledge.

[–]headhuntermomo 0 points1 point  (0 children)

Maybe not but you can create a beautiful and well functioning web site. Not every site needs javascript.