Replies: 2 comments 4 replies
-
Great topic! For one, I don't think many Python developers even know about Transcrypt. I always try to bring it up in conversations when it makes sense to do so, and I have published blog posts related to its use (or more specifically, how I use it). The second is, even for people that have heard about it, I think many don't actually understand how it would be used. And like Python itself, there are many way it can be utilized. Or, they are quick to apply the adage "use the right tool for the job" without considering nuances of that statement like already having proficiency in the "right tool", or the overall developer experience. The way I use Transcrypt is pretty straightforward and focused - I use Python to create React web applications. But just looking at the demos here, I see that there are ways to use it that don't necessarily line up with the way I'm using it. So I do try to be open minded about other use cases for Transcrypt too. I'm in the process of putting together a talk that demonstrates how I use Transcrypt. Some of the points I want to specifically try and make with the talk include:
I'll do the talk at local Python user groups, possibly do a YouTube video, and eventually try to get in as a speaker at other events. I've been using Transcrypt now for about 3 years and I'm amazed at well it works. Right now, I'm in the middle of working on a bigger full-stack Flask/React application, and I'm still blown away by the fact that I can write clean Python code for the entire application and never have to think about JavaScript. I would think that more Python developers would be interested in this. I've seriously never had a better experience developing web applications than I have had since discovering the existence of Transcrypt. There are of course other "Python in the browser" options as well that might appeal to other situations. PyScript in particular has received a LOT of press over the last few months. While I can see it is definitely a boon for some types of programs, I think Transcrypt has a wider number of places it can be utilized. |
Beta Was this translation helpful? Give feedback.
-
Hello,
There are several tools named Mojo, which one are you talking about?
Best,
Olivier
Le mer. 30 août 2023, 15:33, Martin Braun ***@***.***> a
écrit :
… Hi @JennaSys <https://github.com/JennaSys>,
I think having support for Mojo source files could boost the popularity of
this project.
—
Reply to this email directly, view it on GitHub
<#833 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUDPGJSH4DGVA2YV7HV64DXX46KFANCNFSM6AAAAAASM7GR6Y>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
.com>
|
Beta Was this translation helpful? Give feedback.
-
I thought I start a first discussion here....
Currently I am rediscovering Transcrypt: 2 years agoI had used it for parts of aweb project and now I embark on another (small) Transcrypt project. I like how clean the generated JavaScript code is: You can easily use Transcrypt as part of a bigger JS project. – This is something you cannot say from other to-JS transpilers (I am thinking NImJS or ClojureJS). They all work well, but the JavaScript they produce is essentially unreadable. – Here's to Transcrypt! As its motto says: Transcrypt is "Lean, fast, open" – and Python! But Transcrypt is not super popular. The community seems to be very small.
So I want to ask: Why's that -- and can we do something about it?
Beta Was this translation helpful? Give feedback.
All reactions