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

24th Apr 2025, 5:54 PM
Ryan
Ryan - avatar
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.
24th Apr 2025, 6:13 PM
Afnan Irtesum Chowdhury
Afnan Irtesum Chowdhury - avatar
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.
27th Apr 2025, 8:14 AM
Tom Shaver
Tom Shaver - avatar