I am looking for the LAMPish / WAMPish experience.
Something very transparent. Write a script, press F5 and see the results. Very little if there is abstraction. SQLAlchemy and (possibly) some simple template engine will be used.
I need easy access to the environment - similar to the PHP way. Something like COOKIE, SESSION, POST, GET objects.
I do not want to write a middleware layer just to start a web service. And I do not want to deal with the specifics of CGI.
This is not intended for a very complex project, and it is intended for beginner programmers and / or beginner programmers in Python.
The complexity of MVC is out of the question. ASP.NET MVC is a well-executed IMO. The only thing I liked was that the POSTED data is automatically passed to the data model objects, if necessary.
Can you help me here?
Thanks!
PS: I did not find anything similar to these criteria in older posts.
source share