Hi, 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 can create another program which calculates e^x (default: x=1). The web app should be mobile-friendly. Thanks, Uri. -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
