Web programming with Web.py
Posted: Απριλίου 19th, 2011 | Author: Giorgos | Filed under: programming, web developement | Tags: python, web.py | No Comments »web.py is a simple python framework for developing.
I started searching for a python web framework an stumbled upon web.py.
I have a little experience with django and i found it pretty good. What i didn’t like about django was that it has
a relatively big learning curve and it hides you some details ( makes things look magic ).
I want something simple with a high level of customization without too much effort.
I have read the tutorial from web.py and i in a few hours understood how it works .
I have implemented a simple demo project for testing.
Continue reading “Web programming with Web.py” »
Comments