[Biopython-dev] 2to3 ramblings

Kevin Jacobs <jacobs@bioinformed.com> bioinformed at gmail.com
Sun Jul 4 20:50:53 UTC 2010


2010/7/4 Tiago Antão <tiagoantao at gmail.com>

> myPos = x/2


I strongly recommend:

  myPos = x//2

versus anything that ventures into float territory and then retreats back
into integer-land.

-Kevin




More information about the Biopython-dev mailing list