App Engine: Few big scripts or many small ones?
I am working on a website that I want to host on App Engine. My App Engine scripts are written in Python. Now let's say you could register on my website and have a user profile. Now, the user Profile is kind of extensive and has more than 50 different ndb properties (just for the sake of an example). If the user wants to edit his records (which he can to some extend) he may do so through my website send a request to the app engine backend. The way the profile is section, often about 5 to 10 properties fall into a small subsection or container of the page. On the server side I would have