Is there a python equivalent to Laravel 4?
I'm a PHP developer and have been using and following the Laravel 4
framework since the release of v3. With the Laravel 4 being heavily
embraced by the PHP community, having composer support, namespacing and
bringing together all the great features from other frameworks such as
Symphony2. It's my opinion that Laravel 4 is at the cutting edge of PHP
web frameworks. It enables me to develop both small scale and enterprise
scale app's easily and efficiently, and its modular concepts allow me to
extend it core, build custom reusable packages, and easily follow TDD
practices.
Alongside my PHP development, I have been diving into the wonderful world
of python (v3) and wondered what the equivalent web framework would be in
the python community? A framework that follows some of the same core
concepts built into Laravel 4 such as MVC design pattern, easy testing,
modular design, packages etc.
No comments:
Post a Comment