This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients brett.cannon, pitrou, serhiy.storchaka, terry.reedy
Date 2016-02-27.10:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456568647.39.0.318372954901.issue26436@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-27 10:24:07terry.reedysetrecipients: + terry.reedy, brett.cannon, pitrou, serhiy.storchaka
2016-02-27 10:24:07terry.reedysetmessageid: <1456568647.39.0.318372954901.issue26436@psf.upfronthosting.co.za>
2016-02-27 10:24:07terry.reedylinkissue26436 messages
2016-02-27 10:24:06terry.reedycreate