0
how can i make a website using python css and a mix of java to make it interactive with the users
I want the website to some how be interactive with the users like a mini avatar on the home page throw in some pun or fun facts about the intended agenda
2 Answers
+ 2
Java and Python would be used for back-end(server and database) development. If you want to make the page interactive, use JavaScript.
0
It may still be possible to use Java for the frontend, but it would not be good as it's rightfully considered dangerous in web browsers and smart users wouldn't be willing to risk allowing it to run.
JavaScript is the only "real" programming language that natively runs in browsers. CSS and HTML are languages, but a different type of language. While Python may be able to replace JS somehow (no idea personally), it would be at your own risk as it's going to be harder to fix problems.