A .net wrapper for google app engine in Python Programming Language?
1 answer(s)
I believe there might be a slight misunderstanding here. .NET and Python are entirely separate runtimes on Google App Engine. You wouldn't use a .NET wrapper within a Python application. Rather, you must choose one stack for your service: you either build and deploy a Python app or a .NET app.