DEV Community

GeekNextDoor
GeekNextDoor

Posted on

please help

What is the best and safest language for frontend of a web app with python used as backend?

Top comments (6)

Collapse
 
swastika0015 profile image
Swastika Yadav

HTML, CSS, and Javascript are must for frontend and then you can try typescript.

Collapse
 
geeknextdoor profile image
GeekNextDoor

Alright thanks, I'll try it

Collapse
 
manishfoodtechs profile image
manish srivastava

You don't have much choices in frontend. Generally, HTML, is and css are frontend maker. You can write them or generate them using backend language.

You can also try different css/ js based frame works

Collapse
 
geeknextdoor profile image
GeekNextDoor

Will try them, thanks

Collapse
 
yusufcodes profile image
yusufcodes

As far as ‘languages’ for front end go, you have HTML, CSS and JavaScript combined. Within JavaScript there are front-end libraries and frameworks which might be what you are thinking of? If not, HTML, CSS & JS is all you really need.

Collapse
 
geeknextdoor profile image
GeekNextDoor

Alright thank you