Re: Moving to Python for web

2013-09-05 Thread Wayne Werner
On Thu, 29 Aug 2013, Andreas Ecaz wrote: I've decided to go with Flask! It's now running on UWSGI with NGINX. Hopefully I can get some stuff done :) @Chris “Kwpolska” Warrick I just don't like the big frameworks, for me there is too much magic going on. I'm a huge fan of Flask - I also fi

Re: Moving to Python for web

2013-08-29 Thread Andreas Ecaz
On Thursday, August 29, 2013 3:10:03 PM UTC+2, Chris “Kwpolska” Warrick wrote: > On Thu, Aug 29, 2013 at 2:45 PM, Andreas Ecaz wrote: > > > I've decided to go with Flask! It's now running on UWSGI with NGINX. > > Hopefully I can get some stuff done :) > > > > How are you running uWSGI? On sa

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
On Thu, Aug 29, 2013 at 2:45 PM, Andreas Ecaz wrote: > I've decided to go with Flask! It's now running on UWSGI with NGINX. > Hopefully I can get some stuff done :) How are you running uWSGI? On sane (non-Windows) OSes, I recommend using the uWSGI Emperor, which will protect you from your websi

Re: Moving to Python for web

2013-08-29 Thread Andreas Ecaz
I've decided to go with Flask! It's now running on UWSGI with NGINX. Hopefully I can get some stuff done :) @Chris “Kwpolska” Warrick I just don't like the big frameworks, for me there is too much magic going on. -- http://mail.python.org/mailman/listinfo/python-list

Re: Moving to Python for web

2013-08-29 Thread Chris “Kwpolska” Warrick
On Thu, Aug 29, 2013 at 4:18 AM, Sam Fourman Jr. wrote: > there are MANY micro frameworks, I have been following these guys for a few > years > http://www.pocoo.org/ +1. The Pocoo team makes many awesome things. > specifically jinja2 and flask looks to be the best choice out of all the > option

Re: Moving to Python for web

2013-08-29 Thread Sam Fourman Jr.
On Wed, Aug 28, 2013 at 4:14 PM, wrote: > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer > I want to build stuff for the web. > > I don't want to use Django because it's too bloated, it seem to do >

Re: Moving to Python for web

2013-08-29 Thread sepatan
Here, for example, take a look: http://www.clips.ua.ac.be/pages/pattern > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer > I want to build stuff for the web. > > I don't want to use Django because it

Re: Moving to Python for web

2013-08-28 Thread Andreas Ecaz
On Wednesday, August 28, 2013 11:25:44 PM UTC+2, Andreas Ecaz wrote: > I've looked at Flask, Bottle and Web.py. I quite like the look of Bottle. > I'll keep looking for some other microframeworks, maybe I can find something > else that interests me. > > > > Thank you. At the moment I'm worrie

Re: Moving to Python for web

2013-08-28 Thread Andreas Ecaz
On Wednesday, August 28, 2013 11:08:52 PM UTC+2, Joel Goldstick wrote: > On Wed, Aug 28, 2013 at 4:14 PM, wrote: > > > So, I have been working in PHP for several years but I want to learn > > something new. That something new is Python. But since I'm a web developer > > I want to build stuff f

Re: Moving to Python for web

2013-08-28 Thread Joel Goldstick
On Wed, Aug 28, 2013 at 4:14 PM, wrote: > So, I have been working in PHP for several years but I want to learn > something new. That something new is Python. But since I'm a web developer I > want to build stuff for the web. > > I don't want to use Django because it's too bloated, it seem to do

Moving to Python for web

2013-08-28 Thread ecazs . net
So, I have been working in PHP for several years but I want to learn something new. That something new is Python. But since I'm a web developer I want to build stuff for the web. I don't want to use Django because it's too bloated, it seem to do everything for you. I don't like that. I want to