Pyjs

Uri Even-Chen uri at speedy.net
Tue Aug 16 06:02:46 EDT 2016


Hi,

Anybody used Pyjs? I have an error message:

C:\Uri\Projects\pyjs\examples\helloworld>pyjsbuild Hello.py
failed to create process.

I want to create a new web app which will receive 2 inputs - a positive
integer <number> (default=2) and a number of digits <digits> (default=500),
calculate the square root of the integer (on the client side) with <digits>
digits after the dot and print it. I never used Pyjs but I used GWT and
Python. Do you know how I start with developing this webapp? I want to do
something simple, not more than 4 to 5 hours of work. If I can do it in
less time - it's better.

I developed this app in GWT (in Java) in 2010:
http://chess-queens.sourceforge.net/

And this is the Python program that calculates the square root of a
positive number:
http://www.speedysoftware.com/uri/blog/my-first-programs-in-python/

By the way, I want to have a few buttons with numbers (or <digit>) that
when clicking on them it will set the input to a specific number, such as
2, 3, 4 or 9000000. And then the program will calculate the square root of
this number.

I also want to create another program which calculates e^x (default: x=1).

The web app should be mobile-friendly.

Thanks,
Uri.

*Uri Even-Chen*
[image: photo] Phone: +972-54-3995700
Email: uri at speedy.net
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>



More information about the Python-list mailing list