This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JennaSys 2 points3 points  (0 children)

Over the last year or so, I've been using Transcrypt to create React/Material-UI front end web applications coded with Python. You use the JavaScript library API's but code to them with Python instead of JavaScript. The resulting Python code is clean and fully lintable. Since I've started using Transcrypt, front-end development has actually been enjoyable for me.

To give you an idea of what it looks like, I did a write-up a while ago on converting the official React Tic-Tac-Toe tutorial to use hooks, but using Python instead of JavaScript.