I was reading on web2py framework for a hobby project of mine I am doing. I learned how to program in Python when I was younger so I do have a grasp on it. Right now I am more of a PHP dev but kindda loathe it.
I just have this doubt that pops in: Is there a way to use “Vanilla” python on the backend? I mean Vanilla like PHP, without a Framework. How does templating work in that way? I mean, with indentation and Everything it kinda misses the point.
Anyway I am trying web2py and really liking it.
There is no reason to do that 🙂 but if you insist you can write on top of WSGI
I suggest that you can try a micro-framework such as web.py if u like it Vanilla style