This game is Javascript based. You can use other languages by compiling it to Javascript or better directly to WebAssembly.
However be warned, doing so adds a whole step to your tool chain and debugging will be a real pain in the ass...
That said, I personally don't think this is a good tool for learning to code.
However it is the best place to gradually use the tools you are learning and tinker with them to gain experience.
Oh and I strongly advise you to scratch python and directly switch to js.
Not because python is bad or anything (it is unrivaled in its use case)
but because Javascript has pretty unique quirks that will confuse you if you try to use python logic.