Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GAE is any good ? if yes then JAVA or Python?

Basically I am coding websites in PHP from last year. But now I want to use something else and GAE looks a good option.

So I want to know if GAE is good for making a little website to share favorite youtube videos ?

I have done single website in Python+Django few months back, it looks good to me.

But JAVA is the language that I want to learn too (never coded in JAVA since School days ).

Phew, it is hard to choose, so I need opinions !!

Specifically : Want to know if any glitch/problem in using either python or Java under GAE. Or if GAE is preferred or not. Not gonna make website for learning only, it will be for a client.

like image 351
Arshdeep Avatar asked May 04 '26 08:05

Arshdeep


2 Answers

Most people here are missing the fact that the question is really about App Engine, not java or python in general.

The Java and Python SDKs and App Engine runtimes have pretty much the same abilities at this point. One caveat with the current java runtime is that if you use a lot of external libraries, your loading hits (the first time someone hits your website, and app engine has to spin up your app) can be a bit slow.

like image 87
Peter Recore Avatar answered May 06 '26 22:05

Peter Recore


Java and Python are both excellent languages. It is a matter of taste and believe which you choose.

  • If you prefer a lightweight solution, use Python.
  • If you have enterprise needs, whatever that means, use Java.

If you ask for my personal believe, my subjective stand-of-point is:

  • Use Python wherever possible and stick to other languages if there is a need to.

So this is my opinion, but as S.Lott commented on your question:

Opinions are going to be useless.

like image 28
zovision Avatar answered May 06 '26 23:05

zovision