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
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.
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
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.
___
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
"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
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
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
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