[Tutor] Bar Operator ??

Mathieu Poag mathieu.poag at outlook.com
Sun Mar 10 02:53:38 CET 2013


I need some advice. I have been searching throughout the internet for the beginner's guide to learning Python. I am a little lost. Any help or a point in the right direction would be great.

Mathieu

Sent from my iPad

On Mar 9, 2013, at 7:51 PM, "Mitya Sirenef" <msirenef at lightbird.net> wrote:

> On 03/09/2013 08:39 PM, Mark Lybrand wrote:
>> I am working through the Django  tutorial and I have come across some syntax I am unfamiliar with. From
> the context it makes perfect sense what it does, but I haven't seen it before and was wondering if it is documented anywhere (BTW I see other examples in the Django documentation, like date formatting for example).
> >
> > So what is this "|pluralize" syntax? Thanks in andvance
> >
> > <h1>{{ poll.question }}</h1>
> >
> > <ul>
> > {% for choice in poll.choice_set.all %}
> > <li>{{ choice.choice_text }} -- {{ choice.votes }} vote{{ choice.votes|pluralize }}</li>
> > {% endfor %}
> > </ul>
> >
> > <a href="{% url 'polls:detail' poll.id %}">Vote again?</a>
> >
> >
> >
> > --
> > Mark :)
> >
> >
> 
> 
> It's a filter:
> 
> https://docs.djangoproject.com/en/1.5/ref/templates/builtins/
> 
> 
> -- 
> Lark's Tongue Guide to Python: http://lightbird.net/larks/
> 
> Whosoever is delighted in solitude is either a wild beast or a god.
> Sir Francis Bacon
> 
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list