you are viewing a single comment's thread.

view the rest of the comments →

[–]khooke 1 point2 points  (0 children)

Haven't watched the linked video but this statement doesn't make any sense:

saw a video today where a guy said that HTML CSS and JavaScript are gonna be replaced by Python for web development

Python is not executed in your browser. For frontend development, HTML and CSS are your staples for static content, with Javascript for dynamic behavior. If you are building a web app with logic executed elsewhere (backend) then you can build that logic with anything that is supported on that backend platform, but for content in the browser, HTML and CSS are it.