Hi Uri, There are multiple projects out there trying to bridge the gap between Python and Javascript. PyJS was one of the first I was aware of, but to the best of my knowledge, it hasn't been very active for the last couple of years. Brython and Skulpt are two other projects - those two *have* been kept up to date. There's also PyPy.js, which is the full PyPy interpreter running in browser - which means you get CPython like performance inside your browser.
Are they ready for production? That's another story. At the moment, I wouldn't recommend it, especially if you're a beginner - but it's certainly possible. However, you'd need to have a pretty good reason. You're going to experience a lot of friction in the interface between the two languages, so there would need to be a good reason for taking on that overhead. Yours, Russ Magee %-) On Fri, Aug 7, 2015 at 7:00 PM, Uri Even-Chen <[email protected]> wrote: > To Django users, > > Are you familiar with pyjs <http://pyjs.org/>? I saw the website and I > see that the latest stable release is from May 2012. Is it possible to use > pyjs to compile Python to JavaScript? Which versions of Python are > supported? Are versions 2.7 and 3.4 supported? And is it possible to use > Django (in the client side) and JavaScript frameworks such as jQuery, > jQuery UI and jQuery plugins together with pyjs? > > Thanks, > Uri. > > *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 > Email: [email protected] > Website: http://www.speedysoftware.com/uri/en/ > <http://www.facebook.com/urievenchen> > <http://plus.google.com/+urievenchen> > <http://www.linkedin.com/in/urievenchen> <http://twitter.com/urievenchen> > > Speedypedia in Hebrew and English > <http://www.speedysoftware.com/uri/blog/speedypedia-in-hebrew-and-english/> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAMQ2MsHy4hwdxgZ8uXo36LtZrKZC_0GgjsGybcdbwpAP14AN5g%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAMQ2MsHy4hwdxgZ8uXo36LtZrKZC_0GgjsGybcdbwpAP14AN5g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJxq84-KiCdRYtaVY_%3DFuuCSpb77GuG4P3vsyMSb083c7YWrZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

