Hello Christian,
Thank you for posting your issue here! App Engine applications are meant to be accessed from a browser. The app itself might be written in Python. You can find such an example here <https://cloud.google.com/appengine/docs/python/getting-started/creating-guestbook>. If you want to access your data, such that contained in form fields on a web page, from a python program running on a PC, you may put to good use some of the many examples and tutorials on the web <https://pythonschool.net/server-side-scripting/processing-the-form-data/>. Let us know if this addresses your concerns, and if you need more information on the App Engine. I hope this helps. Cheers! -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ff6e0127-4dfb-4323-9617-0340eba839f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
