What's a good front-end framework for someone fluent in Python yet who knows nothing about JavaScript? I don't really know what to choose here.
If you don't want to learn JS but want to build something that feels like an SPA, you could try something like <a href="https://htmx.org" rel="nofollow noreferrer">https://htmx.org</a> or <a href="https://unpoly.com" rel="nofollow noreferrer">https://unpoly.com</a>.<p>If learning JS is your goal, maybe Svelte as tamimio mentioned.<p>I'm a fan of <a href="https://unpoly.com" rel="nofollow noreferrer">https://unpoly.com</a>.
I have been programming mostly in Python for several years. Modern JS has classes, async, await, etc - it has a lot in common with Python semantically. Of course, the syntax is different, but I got over that speed hump quickly.<p>Many years ago I did try CoffeeScript, but I found that debugging still requried JS coding, so I gave up on it. Perhaps it is a better option these days.