Hi, new member, old programmer. Just starting with Pythonista (and Python). I need to write a very simple web service kind of thing for Google App Engine. Can do it with the Google launcher on my Mac, of course, but most days I just do things on my iPad.
The app just takes an http query line like?add,key=foo&val=bar and parses it down, creates a record, stores in App Engine, other queries read records and other fairly simple stuff. I see there's some good parsing stuff in Python, just the thing for what I need. So I can clearly do some of the prep work in Pythonista and that's cool.
However I could use some pointers on these things:
First, can I set up a little HTML page, have Pythonista server it and run my Python code in response to it, in the internal browser, or in Safari? If so, a pointer to an example would be helpful: I've not found one yet.
Second, is there a unit-testing framework here? I see there is a package unittest, haven't tried loading it as so far all I've done is run a couple of the samples and modify them.
Very early days with Pythonista for me and I promise to do my homework but there's a lot to take in and a couple of pointers, especially to simple examples, would be great. Thanks!