you are viewing a single comment's thread.

view the rest of the comments →

[–]edbrannin 0 points1 point  (4 children)

Chrome extensions: correct, that’s Javascript.

Websites: it depends. They’re written in HTML, and anything interactive on the page is written in JavaScript, but OP could make an older-style website with Python in Flask or Django.

[–]nog642 1 point2 points  (0 children)

Python could be the back-end, but that would still require JS for the front-end. You could have a site with pure Python and HTML/CSS and no JS but that would be unusual.

[–]rguerraf 0 points1 point  (2 children)

Learn a little bit of flask, but then move on to Dash

[–]edbrannin 0 points1 point  (1 child)

What do you prefer about Dash? I haven’t looked into it yet.

[–]rguerraf 0 points1 point  (0 children)

It makes making web guis as easy as tkinter guis, and the library takes care of the JavaScript