Page 1 of 1

What web framework do you guys prefer?

Posted: Mon Jun 23, 2014 4:43 pm
by arehexes
So I'm looking into starting some webdev and thinking about using python cause I enjoy it a lot. Question is I was thinking of using Flask and was wondering if anyone here uses it to see what they think of it.

Re: What web framework do you guys prefer?

Posted: Wed Jun 25, 2014 7:46 pm
by paddyg
I used Fask for a project and it seemed quick and easy. No experience of others to compare

Re: What web framework do you guys prefer?

Posted: Wed Jun 25, 2014 8:44 pm
by ghp
Hello,

I use cherrypy embedded in my scratchClient to monitor low level events and config files.
Nice documentation, quick ramp up and a world of ciiustomizations if needed.

Regards,
Gerhard

Re: What web framework do you guys prefer?

Posted: Wed Jun 25, 2014 9:01 pm
by gkreidl
I've been using Karrigell for many years now. There's version 3.1.1 for Python 2.x and version 4 for Python 3.
Very easy to learn, but powerful nevertheless. User management (including different roles), support for different kinds of data bases, RSS feeds, email, a simple templating system and much more.
On real internet servers I use it in proxy mode behind lighttpd; for in house applications I use the built-in threaded web server.

Re: What web framework do you guys prefer?

Posted: Wed Jun 25, 2014 9:07 pm
by riklaunim
I'm using Django, but not related to Raspberry Pi. Our company software stack is Django, Python3, Postgresql, Redis, Celery and Nginx/Gunicorn for production server. Very efficient to work with and to run on production :)