| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
--
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 django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
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.
For more options, visit https://groups.google.com/d/optout.
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJxq84-KiCdRYtaVY_%3DFuuCSpb77GuG4P3vsyMSb083c7YWrZQ%40mail.gmail.com.
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJxq84-KiCdRYtaVY_%3DFuuCSpb77GuG4P3vsyMSb083c7YWrZQ%40mail.gmail.com.
To Django users,
Are you familiar with pyjs? 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.
Hi Russ,I checked the projects you mentioned, but is it possible to communicate with other JavaScript scripts such as jQuery, jQuery UI and plugins for jQuery? I would like to have a way to communicate from Python to JavaScript in the client side, otherwise I really think we will not be able to use these projects in production.
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
On Fri, Aug 7, 2015 at 5:00 AM, Uri Even-Chen <u...@speedy.net> wrote:
>
> Are you familiar with pyjs? 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?
And if you check the commit history on GitHub, there are only two
commits in the past year. The project was hijacked (i.e. forked plus
"we're taking the domain name and the mailing list too") a few years
ago (also in May 2012, I think not coincidentally), and that sadly
seems to have slowly killed the development momentum on the project.
I'm not really familiar with the space, but I tend to hear good things
about Brython. PyPy.js and Skulpt are other alternatives. However, I
think that all of these are implementations of Python in Javascript,
not Python to Javascript compilers.
--
https://mail.python.org/mailman/listinfo/python-list
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
On Tue, Aug 11, 2015 at 8:55 AM, Uri Even-Chen <u...@speedy.net> wrote:Thanks for the feedback. Actually I asked this question also in the django-users mailing list and Russell Keith-Magee told me about Brython, Skulpt and PyPy.js (I hope it's OK that I reply to these 3 mailing lists) but I also asked if I can use JavaScript scripts such as jQuery, jQuery UI and other jQuery plugins from the scripts in Python and Russell said it's possible but not practical for production. And I'm thinking about developing Speedy Mail Software or other projects for production (of course after the alpha & beta are over) so I guess we are stuck with JavaScript for the client side programming. And I don't mind if they use a compiler or an interpreter or any other method to run Python in the client side, as long as it works. But without using jQuery and other plugins it would be very hard to use these projects in production.
Uri.
| Uri Even-Chen |
| Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/ |
Hi Uri,No, I'm not related to it. -- I'm the PyDev/Eclipse maintainer... that already takes a lot of my time ;)
It's license is BSD (so, no need to pay). As it's just a way to convert from a Python-like syntax to JavaScript syntax you can even switch to plain JavaScript later on if you want -- in fact, when you debug the code you'll be debugging JavaScript and not Python (it's like CoffeScript but with a Python-like syntax).Cheers,Fabio