Let&#39;s not loose track of the thread here.<br>The question was whether there should be a space between the function name and the leading parenthesis, as:<br>&nbsp; my_function (arg)<br>vs:<br>&nbsp; my_function(arg)<br><br>PEP8 clearly requires the latter.<br>
<br>IMHO any published example code, which is what we are talking about here, should follow the PEP8 style guide.<br><br>(Besides which I personally REALLY hate the extra space.)<br>--<br>Vernon Cole<br><br>