In django templates I accomplish this with {% if forloop.first %} but im not sure how to do this in regular ‘ole python without writing a clunky counter to count up as my conditional iterates. Is their an easy way out?
In django templates I accomplish this with {% if forloop.first %} but im not
Share
Take a look at
enumerate.