Re: [web2py] Re: pyquery, pyjs and web2py

2015-03-27 Thread Phyo Arkar
you can just put them as string in variable and in view call it back. On Sat, Mar 28, 2015 at 2:49 AM, Phyo Arkar wrote: > You will interest in PythonJS , implementation of python in JS which > is alot faster than python . > > https://github.com/PythonJS/PythonJS > > It support a lot of python fe

Re: [web2py] Re: pyquery, pyjs and web2py

2015-03-27 Thread Ron Chatterjee
Nice!:-) On Friday, March 27, 2015 at 4:20:38 PM UTC-4, Phyo Arkar wrote: > > You will interest in PythonJS , implementation of python in JS which > is alot faster than python . > > https://github.com/PythonJS/PythonJS > > It support a lot of python features and compile spython to JS. > > On T

Re: [web2py] Re: pyquery, pyjs and web2py

2015-03-27 Thread Phyo Arkar
You will interest in PythonJS , implementation of python in JS which is alot faster than python . https://github.com/PythonJS/PythonJS It support a lot of python features and compile spython to JS. On Thu, Mar 26, 2015 at 6:08 AM, Ron Chatterjee wrote: > I wasn't looking for a way to create pyt

[web2py] Re: pyquery, pyjs and web2py

2015-03-25 Thread Ron Chatterjee
I wasn't looking for a way to create python to replace javascript. Sorry if it came across that way. I was more into looking a way to call existing javascript.jquery using normal python syntax from web2py. But its probably not possible. For example., Click me to display Date and Time. Inste

[web2py] Re: pyquery, pyjs and web2py

2015-03-25 Thread Carlos Zenteno
So what is the "the direction web development is taking though"? Everything in Javascript? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

[web2py] Re: pyquery, pyjs and web2py

2015-03-24 Thread Derek
http://www.rapydscript.com/ This one seems to be pretty good too. On Tuesday, March 24, 2015 at 12:46:21 AM UTC-7, Massimo Di Pierro wrote: > > This is the last one I have seen: http://apppyjs.appspot.com/ > Anyway, to echo Niphlod. Programming with these systems is a nightmare > because you get

[web2py] Re: pyquery, pyjs and web2py

2015-03-24 Thread Massimo Di Pierro
This is the last one I have seen: http://apppyjs.appspot.com/ Anyway, to echo Niphlod. Programming with these systems is a nightmare because you get errors in the compiled JS and you still need to understand it. JS is a functional language and not a procedural one. Using Python or Ruby or other

[web2py] Re: pyquery, pyjs and web2py

2015-03-24 Thread Niphlod
every bit of code you need to run on the client side should be in javascript. you can code everything else in python. BTW: that's really not the direction web development is taking though :-P On Tuesday, March 24, 2015 at 2:32:25 AM UTC+1, Ron Chatterjee wrote: > > I don;t know much javascript h