
On Fri, 19 Sep 2014, David wrote:
On 19 September 2014 11:12, David Zuccaro <david.zuccaro@optusnet.com.au> wrote:
I have been learning python and I have recently written a little program that creates Hilbert curves which I submit to this list for critique and review:
Hi David
I suggest the Python Tutor mailing list https://mail.python.org/mailman/listinfo/tutor which has an excellent community that usually responds thoroughly to review requests of this nature.
You also need to state which Python version you are using. Ideally it should be 3.4 for new code, or 2.7 if you wish to use version 2 for some reason, perhaps for compatibility with your imported modules.
And make sure to send text-only message (not html) because html does not preserve whitespace reliably.
Someone should invent a language for this web oriented world where slight whitespace variations that inevitably crop up during web communication doesn't affect the runnability of a program. And where if you decide you need to run an autoindenter because of mentioned whitespace problems, the autoindent doesn't have to read your mind in order not to screw up the program logic. (wasn't whitespace rigidity stupidity why most people gave up on Fortran? Ironically, Fortran is now far more relaxed about whitespace). -- Tim Connors