[google-appengine] Re: Starting a Video Series To Introduce Programmers to AppEngine (Python)

2012-01-21 Thread Niklas Rosencrantz
Important for me is to use the interpretor directly and the remote API so that I can use the gae without a script directly from the python interpretor. It requires a correct install to start python and do a from google.appengine.ap import ... and making python find the module without writing a

[google-appengine] Re: Starting a Video Series To Introduce Programmers to AppEngine (Python)

2012-01-20 Thread GAEfan
For me, early on, it was getting my head around the datastore structure (or, more aptly, the LACK of structure). I was migrating over a large SQL table, and it was highly inefficient as one big model in GAE. I ended up breaking it down into many different models (entity groups) with ReferenceProp

[google-appengine] Re: Starting a Video Series To Introduce Programmers to AppEngine (Python)

2012-01-19 Thread Mahron
Nice. Thread safety and the cost of indexing is the most important thing I believe. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send