Java vs python for GAE

from these links: -

http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=python3&lang2=java    
http://shootout.alioth.debian.org/u32q/benchmark.php?test=all&lang=python3&lang2=java
http://shootout.alioth.debian.org/u64/benchmark.php?test=all&lang=python3&lang2=java 
http://shootout.alioth.debian.org/u32/benchmark.php?test=all&lang=python3&lang2=java

they clearly show that java is the best choice for GAE if a scalable function is what we are looking for.

my question is: what are the consequences that will affect performance if we use one of the frameworks?

eg.

 django     --> python
 spring MVC --> java
 slim3      --> java
 ... etc
+3
source share
3 answers

Just a short note - do not take this as a final / comprehensive comparison:

Both Django and Spring have a long startup time, which can result in dropped requests. I would go with a framework that was specifically designed for GAE: tipify, slim3, etc.

+3
source

Python Java GAE, Python + Django, - Java/ Groovy + Spring.

Python + Django , , . , , .

Java + Spring ( 2-3 , django), ( warmup). .

Python , () :( - . , , " , Python, , GAE, : (

Java, , . , , , . : :( , btw

PS btw, GAE, , . Java, , 1-2 .

+3

Python 3 Java () . , .

App Engine Python 2.5, , , .

, - , , . , , . , .

, - .

+2

Source: https://habr.com/ru/post/1795106/