Is Java or Python better for writing a web service for checking web pages in the Google App Engine?

Hope you all have a nice day.

I want to write a web service that checks the HTML code of a web page every 20 minutes and sends it by email to my inbox. Here I was asked to use the Google App Engine for this task. After reading this site briefly, I learned that two languages ​​can be used there: Java and Python.

Which, in your opinion, is best suited for my task, and therefore I will need to start learning? (I do not know a single language).

+3
source share
3

GAE, :

  • Python . , API GAE, Python webapp.

  • Java . API Python GAE, Java API Java (, JDO, ..).

, Java - , - Java . Python .

+3

App Engine . , Python , Java , Eclipse, . , , , #, Java , -, , - C. & c .

+5

, Python, - Beautiful Soup, HTML , .

+2

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


All Articles