Anyone recommend using the web2py platform instead of the Google App Engine?

My project is a vertical Q and A site other than Quora. Like Quora, I want users to be able to follow and follow other users. All questions will be flagged in one of 15 topics.

If the Google App Engine is not a good basis for this kind of project, what would you suggest? I also reviewed Django and Amazon web services.

It is important to note that I have minimal programming experience (primarily in Java and MySQL). Nevertheless, I am ready to find out which language will be most useful.

I think I'm just asking what is the advantage of using the web2py platform, and not just working directly with the Google App Engine.

+3
source share
2 answers

You would not want to work directly with Google App Engine; which would require writing CGI code, which would be an awful lot of unnecessary work. You want to use some kind of WSGI-compatible framework like Django , web2py (as you mentioned), or webapp (a simple framework provided by Google for use with GAE).

I have no experience with webapp, but I have limited experience with Django and web2py. I have not used any of the GAE. As far as I understand, web2py supports GAE better than Django.

web2py, , , Django (, python Django). ( questions SO, ).

: web2py.

+3

GAE, , web2py // python.

web2py - DAL. , GAE MySQL VPS, (, db), GAE ( mysql) .

web2py , , .

+5

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


All Articles