Re: New project . Pylons or Pyramid

2011-03-20 Thread Iain Duncan
On Sun, Mar 13, 2011 at 12:32 AM, Eric Ongerth wrote:

> +1.  If I chose Pylons over Django and TurboGears (not to mention
> Rails) for its flexibility, light weight, and pluggability, Pyramid
> offers more of those qualities than Pylons and with better docs, plus
> built-in authorization/authentication support rather than the Pylons
> situation with that.
>
> Agreed, the default auth solution is a great addition. Much more flexible
than other default auth systems I've used ( older Django and TG one's ) but
a lot less overwhelming than rolling your own with repoze.who.

iain


> On Mar 9, 8:56 pm, Iain Duncan  wrote:
> > Another vote to start with Pyramid. I've been using 'it' since repoze.bfg
> > 1.1 and am constantly being pleasantly surprised. Now that there is a
> bigger
> > development community, even more docs, and more beginner friendly
> additions,
> > I can't think of any reason not to use it right away.
> >
> > iain
> >
> > On Fri, Mar 4, 2011 at 4:42 PM, Mengu  wrote:
> > > sure you can start with pyramid. pyramid 1.0 is already production
> > > ready with its awesome docs.
> >
> > > On Mar 4, 5:10 am, Ravi  wrote:
> > > > Hi Group:
> > > >  I have started a new web based project and it is in its
> > > > early stage. So with pylons merging with pyramids, I have two
> > > > questions:
> >
> > > > 1) do you all suggest starting with Pyramids ? Or shall I wait for
> > > > some more months ?
> >
> > > > 2) Are there any DO/DON'T that I should follow for make sure I have
> > > > easy migration from pylons 1.0 to pyramid.
> >
> > > > --
> > > > About my web application:
> > > > 1) Web based application.
> > > > 2) Currently using Jinja2 template engine.
> > > > 3) Will use session, cache.
> > > > 4) Most of the data will be fetched using a REST based APIs which are
> > > > not part of this application.
> > > > 5) Will need to support a user base of atleast 100,000 users.
> > > > 6) Will have usual registration/profile kind of forms and validations
> > > > and may be few more forms.
> > > > --
> >
> > > > I have already seen the pylons FAQ (
> > >
> http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylon...),
> > > > but will like hear from you all.
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "pylons-devel" group.
> > > To post to this group, send email to pylons-devel@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > pylons-devel+unsubscr...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/pylons-devel?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-devel" group.
> To post to this group, send email to pylons-devel@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: New project . Pylons or Pyramid

2011-03-13 Thread Eric Ongerth
+1.  If I chose Pylons over Django and TurboGears (not to mention
Rails) for its flexibility, light weight, and pluggability, Pyramid
offers more of those qualities than Pylons and with better docs, plus
built-in authorization/authentication support rather than the Pylons
situation with that.


On Mar 9, 8:56 pm, Iain Duncan  wrote:
> Another vote to start with Pyramid. I've been using 'it' since repoze.bfg
> 1.1 and am constantly being pleasantly surprised. Now that there is a bigger
> development community, even more docs, and more beginner friendly additions,
> I can't think of any reason not to use it right away.
>
> iain
>
> On Fri, Mar 4, 2011 at 4:42 PM, Mengu  wrote:
> > sure you can start with pyramid. pyramid 1.0 is already production
> > ready with its awesome docs.
>
> > On Mar 4, 5:10 am, Ravi  wrote:
> > > Hi Group:
> > >              I have started a new web based project and it is in its
> > > early stage. So with pylons merging with pyramids, I have two
> > > questions:
>
> > > 1) do you all suggest starting with Pyramids ? Or shall I wait for
> > > some more months ?
>
> > > 2) Are there any DO/DON'T that I should follow for make sure I have
> > > easy migration from pylons 1.0 to pyramid.
>
> > > --
> > > About my web application:
> > > 1) Web based application.
> > > 2) Currently using Jinja2 template engine.
> > > 3) Will use session, cache.
> > > 4) Most of the data will be fetched using a REST based APIs which are
> > > not part of this application.
> > > 5) Will need to support a user base of atleast 100,000 users.
> > > 6) Will have usual registration/profile kind of forms and validations
> > > and may be few more forms.
> > > --
>
> > > I have already seen the pylons FAQ (
> >http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylon...),
> > > but will like hear from you all.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "pylons-devel" group.
> > To post to this group, send email to pylons-devel@googlegroups.com.
> > To unsubscribe from this group, send email to
> > pylons-devel+unsubscr...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/pylons-devel?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: New project . Pylons or Pyramid

2011-03-09 Thread Iain Duncan
Another vote to start with Pyramid. I've been using 'it' since repoze.bfg
1.1 and am constantly being pleasantly surprised. Now that there is a bigger
development community, even more docs, and more beginner friendly additions,
I can't think of any reason not to use it right away.

iain


On Fri, Mar 4, 2011 at 4:42 PM, Mengu  wrote:

> sure you can start with pyramid. pyramid 1.0 is already production
> ready with its awesome docs.
>
> On Mar 4, 5:10 am, Ravi  wrote:
> > Hi Group:
> >  I have started a new web based project and it is in its
> > early stage. So with pylons merging with pyramids, I have two
> > questions:
> >
> > 1) do you all suggest starting with Pyramids ? Or shall I wait for
> > some more months ?
> >
> > 2) Are there any DO/DON'T that I should follow for make sure I have
> > easy migration from pylons 1.0 to pyramid.
> >
> > --
> > About my web application:
> > 1) Web based application.
> > 2) Currently using Jinja2 template engine.
> > 3) Will use session, cache.
> > 4) Most of the data will be fetched using a REST based APIs which are
> > not part of this application.
> > 5) Will need to support a user base of atleast 100,000 users.
> > 6) Will have usual registration/profile kind of forms and validations
> > and may be few more forms.
> > --
> >
> > I have already seen the pylons FAQ (
> http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylon...),
> > but will like hear from you all.
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-devel" group.
> To post to this group, send email to pylons-devel@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: New project . Pylons or Pyramid

2011-03-04 Thread Mengu
sure you can start with pyramid. pyramid 1.0 is already production
ready with its awesome docs.

On Mar 4, 5:10 am, Ravi  wrote:
> Hi Group:
>              I have started a new web based project and it is in its
> early stage. So with pylons merging with pyramids, I have two
> questions:
>
> 1) do you all suggest starting with Pyramids ? Or shall I wait for
> some more months ?
>
> 2) Are there any DO/DON'T that I should follow for make sure I have
> easy migration from pylons 1.0 to pyramid.
>
> --
> About my web application:
> 1) Web based application.
> 2) Currently using Jinja2 template engine.
> 3) Will use session, cache.
> 4) Most of the data will be fetched using a REST based APIs which are
> not part of this application.
> 5) Will need to support a user base of atleast 100,000 users.
> 6) Will have usual registration/profile kind of forms and validations
> and may be few more forms.
> --
>
> I have already seen the pylons FAQ 
> (http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylon...),
> but will like hear from you all.

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: New project . Pylons or Pyramid

2011-03-04 Thread Joe Dallago
begin*

On Fri, Mar 4, 2011 at 11:07 AM, Joe Dallago  wrote:
> Go with Pyramid.  You have to think about your application 2-3 years
> down the road.  You might be fine writing it in Pylons now, but as
> people start to convert, support will being to dwindle.
>
> On Thu, Mar 3, 2011 at 9:10 PM, Ravi  wrote:
>> Hi Group:
>>             I have started a new web based project and it is in its
>> early stage. So with pylons merging with pyramids, I have two
>> questions:
>>
>> 1) do you all suggest starting with Pyramids ? Or shall I wait for
>> some more months ?
>>
>> 2) Are there any DO/DON'T that I should follow for make sure I have
>> easy migration from pylons 1.0 to pyramid.
>>
>> --
>> About my web application:
>> 1) Web based application.
>> 2) Currently using Jinja2 template engine.
>> 3) Will use session, cache.
>> 4) Most of the data will be fetched using a REST based APIs which are
>> not part of this application.
>> 5) Will need to support a user base of atleast 100,000 users.
>> 6) Will have usual registration/profile kind of forms and validations
>> and may be few more forms.
>> --
>>
>> I have already seen the pylons FAQ (
>> http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylons-1-0-project-to-pyramid),
>> but will like hear from you all.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "pylons-devel" group.
>> To post to this group, send email to pylons-devel@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> pylons-devel+unsubscr...@googlegroups.com.
>> For more options, visit this group at 
>> http://groups.google.com/group/pylons-devel?hl=en.
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.



Re: New project . Pylons or Pyramid

2011-03-04 Thread Joe Dallago
Go with Pyramid.  You have to think about your application 2-3 years
down the road.  You might be fine writing it in Pylons now, but as
people start to convert, support will being to dwindle.

On Thu, Mar 3, 2011 at 9:10 PM, Ravi  wrote:
> Hi Group:
>             I have started a new web based project and it is in its
> early stage. So with pylons merging with pyramids, I have two
> questions:
>
> 1) do you all suggest starting with Pyramids ? Or shall I wait for
> some more months ?
>
> 2) Are there any DO/DON'T that I should follow for make sure I have
> easy migration from pylons 1.0 to pyramid.
>
> --
> About my web application:
> 1) Web based application.
> 2) Currently using Jinja2 template engine.
> 3) Will use session, cache.
> 4) Most of the data will be fetched using a REST based APIs which are
> not part of this application.
> 5) Will need to support a user base of atleast 100,000 users.
> 6) Will have usual registration/profile kind of forms and validations
> and may be few more forms.
> --
>
> I have already seen the pylons FAQ (
> http://docs.pylonsproject.org/faq/pyramid.html#should-i-port-my-pylons-1-0-project-to-pyramid),
> but will like hear from you all.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-devel" group.
> To post to this group, send email to pylons-devel@googlegroups.com.
> To unsubscribe from this group, send email to 
> pylons-devel+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/pylons-devel?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.