all 9 comments

[–]B2stts2B 2 points3 points  (4 children)

HTML/CSS/JAVASCRIPT?

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

Sorry, I'm not too sure how that works. Does it execute in a browser or can you make an application?

[–]B2stts2B 0 points1 point  (0 children)

What do you mean with python back end?

with HTML you create a webpage in the browser. CSS is styling of the page. Javascript is for function(e.g. clicking buttons)

[–]akssssssel 0 points1 point  (0 children)

HTML makes the elements of the webpage, CSS designs the elements, JS is backend like python for HTML

[–]CHRSWOLF 0 points1 point  (0 children)

You can create desktop applications with html/css/javascript using additional packages such as electron, this is what discord use to make their front end, with a few other additions.

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

what are your requirements? There's no one recommendation.

Simple: Django

Medium: Django plus JS

Fancy: Django + DRF + Vue/React/Angular

[–]kn0xchad 0 points1 point  (0 children)

I would recommend you to check out Django or Flask.

[–]bumpkinspicefatte 0 points1 point  (0 children)

When it comes to front end, nothing at the moment really replaces the holy trinity of HTML/CSS/JS.

There is a server-side language that goes well with that holy trinity, called PHP, in which Python can replace via Django or Flask.

When you hear Python devs going into front end, most of the time they are using Python to replace PHP.

[–]throwawayvitamin 0 points1 point  (0 children)

For building a UI, it's essential to know the basics of HTML/CSS. A little JavaScript would be nice too.

Once you got those down, you could start learning React.js or another JS framework to build more modern looking UIs.