Re: [Tutor] web2py vs django

2009-09-10 Thread Mal Wanstall
On Thu, Sep 10, 2009 at 5:29 AM, Alan Gauld wrote: > > "Kent Johnson" wrote >> >> That thread is about web.py, not web2py, they are different frameworks. > > I confess I too had missed that subtlety! > Like editors and standards... > The wonderful thing about Web Frameworks in Python - there are

Re: [Tutor] web2py vs django

2009-09-10 Thread mdipierro
This is an example of a Django tutorial "polls" being rewritten in web2py. Hope to help kickstart: http://vimeo.com/6507384 -- View this message in context: http://www.nabble.com/web2py-vs-django-tp25360012p25376004.html Sent from the Python - tutor mailing list archive at Nabble.com.

Re: [Tutor] web2py vs django

2009-09-09 Thread mdipierro
Let's say you buy a car (spend time and money to learn a framework). It is a good advice to stick with it and don't change your car (framework) too often until the maintenance costs (keep up with changes, backward incompatibilities, integration with third party libraries) exceed the cost of buying

Re: [Tutor] web2py vs django

2009-09-09 Thread mdipierro
Since you said you know Django, perhaps this video will help jump start with web2py: http://www.vimeo.com/6504620 Massimo -- View this message in context: http://www.nabble.com/web2py-vs-django-tp25360012p25372849.html Sent from the Python - tutor mailing list archive at Nabble.com. ___

Re: [Tutor] web2py vs django

2009-09-09 Thread Steve Willoughby
On Wed, Sep 09, 2009 at 08:29:56PM +0100, Alan Gauld wrote: > But it is confusing, my advice is just pick one and stick with it! Yeah, that's probably the best advice. Each framework has its particular area of applicability it's been optimized for, so depending on what you plan to do most of the

Re: [Tutor] web2py vs django

2009-09-09 Thread Alan Gauld
"Kent Johnson" wrote That thread is about web.py, not web2py, they are different frameworks. I confess I too had missed that subtlety! Like editors and standards... The wonderful thing about Web Frameworks in Python - there are so many to choose from! But it is confusing, my advice is

Re: [Tutor] web2py vs django

2009-09-09 Thread Kent Johnson
On Wed, Sep 9, 2009 at 3:36 AM, vishwajeet singh wrote: > I had asked this question earlier is django users google group you can find > the responses here > http://groups.google.co.in/group/django-users/browse_thread/thread/4c8bfa995c93b07b/f12442dd0d7f4fcd?q=#f12442dd0d7f4fcd That thread is abou

Re: [Tutor] web2py vs django

2009-09-09 Thread mdipierro
If you know Django you basically know web2py. Let me address some of you concerns below and then I will give you some examples: > web2py > Simpler syntax for doing things (This may be a nice factor, but then it > does do more 'magic') The only "magic" is that your code is executed in a context, n

Re: [Tutor] web2py vs django

2009-09-09 Thread vishwajeet singh
I had asked this question earlier is django users google group you can find the responses here http://groups.google.co.in/group/django-users/browse_thread/thread/4c8bfa995c93b07b/f12442dd0d7f4fcd?q=#f12442dd0d7f4fcd On Wed, Sep 9, 2009 at 1:01 PM, Stefan Lesicnik wrote: > Hi guys. > > I am writi