Can I make a web based game?

The GAME logic will be in python and all other components using JS?

(log in to comment)

Comments

You should check out Transcrypt / pyscript these are going to make it all python with whatever web stuff you want. 
You can check this repo out for ref of how to use an existing javascript library as a python library.

https://github.com/vkbsb/TowerJumpers This was one of my previous entries on PyWeek.