Terry J. Reedy added the comment:

I believe Brett is asking whether the code looks like the sort of Python code 
that one of us might write, as opposed to 'language X in Python'.  In my quick 
perusal, As far as I looked, I would say yes, except for using floats and while 
instead of int and for because the former are supposedly faster.  (See the loop 
in the middle of random_fasta.)  So do we want a benchmark micro-optimized for 
CSF's system or written 'normally' (with for, int, and range). I did not notice 
any PEP 8 style violations.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to