Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
Thanks Fabio, we'll check RapydScript and we might use it for Speedy Mail Software as well! I will check with the other developers (which are on the speedy-mail-software list). In the past I had Speedy Mail online from 2000 to 2005 and it was based on a Perl script (Perl was popular in 2000). But s

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
Thanks Fabio, it's very interesting. Are you related to Pyjeon Software? Do we have to pay to use RapydScript? Is it ready for production? *Uri Even-Chen* [image: photo] Phone: +972-54-3995700 Email: u...@speedy.net Website: http://www.speedysoftware.com/uri/en/

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
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

Re: pyjs - a compiler from Python to JavaScript

2015-08-11 Thread Uri Even-Chen
Thank you Russ. If it's not possible to do it easily in production then I guess we are stuck with JavaScript, although I prefer Python. But without jQuery, jQuery UI and other jQuery plugins I find it very difficult to write client side scripts in Python. So I think we will write client side script

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Russell Keith-Magee
On Sat, Aug 8, 2015 at 4:27 PM, Uri Even-Chen wrote: > 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

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Robert
On 8/7/2015 7:00 AM, Uri Even-Chen wrote: 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 vers

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Uri Even-Chen
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 u

Re: pyjs - a compiler from Python to JavaScript

2015-08-08 Thread Uri Even-Chen
Hi Russ, Thanks for the information. Yes, I'm looking for software that is ready for production, or at least works well in most platforms. I also know JavaScript, but I was thinking about programming in Python for the client side too. I will check the projects you mentioned, thank you! Uri. *Ur

Re: pyjs - a compiler from Python to JavaScript

2015-08-07 Thread Russell Keith-Magee
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* bee

pyjs - a compiler from Python to JavaScript

2015-08-07 Thread Uri Even-Chen
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