Hacker News new | ask | show | jobs
by magnusgraviti 4966 days ago
I visited KyivPy where the author of Wheezy.Web described his project. So I want to share own thoughts about it.

It has all basic things you would like to have. I mean you can work with templates engine you want, forms, middlewares etc.

Speaking about Django we can find it is not just Django. It is also hundreds of django apps like django-social-auth, South, django-celery, django-mptt etc.

This new framework has no such huge community for now. On the other side the author did a good work. You can use pretty complete framework on Python3 when the most of others can't offer the same. And it is not 2to3. If I correctly remember impressions of the code it was written on Python3 and then ported to python2.

So, I like it. You can use classes or functions for handling requests. You have modules so you can install just wheezy.http and not so many other parts and I believe we should choose the right tool to solve the problem. In one case it can be Django, in others we can take Wheezy.web.