By the way (I didn't find how to edit my post) 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.
On Tuesday, August 16, 2016 at 11:14:07 AM UTC+3, Uri Even-Chen wrote: > > 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.
