<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: GROUP BY in Python</title>
	<link>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/</link>
	<description>The ramblings of Tim Golden</description>
	<pubDate>Thu, 09 Feb 2012 08:59:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: tim</title>
		<link>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-969</link>
		<author>tim</author>
		<pubDate>Tue, 07 Apr 2009 16:31:20 +0000</pubDate>
		<guid>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-969</guid>
		<description>@gedmin.as
Thanks for the comments. I've switched to full posts on planet.python now. (Doesn't seem to be retrospective, tho'. Not sure there's anything I can do about that).

re opening brackets: this seems to be one of those things you either like or don't. I've had this discussion with a dozen people since I've been posting code. (And I've posted a lot of code). Frankly, *not* having spaces looks weird to me. PEP 8 applies to Python core code, not to random code someone wants to post on the internet except as a general "if you've no other plan, here's a guideline".

If I contribute patches to Python, or to any project, I'll naturally follow their style guidelines. If I post my own code, I'll naturally follow the style I've used across several languages over more than twenty years of writing code. Feel free to disagree.

FWIW I have *occasionally* switched styles when I felt it politic to do so. My WMI tutorial, for example, removes spaces before brackets. Feels cramped to me, but someone asked nicely so I decided to go for it.</description>
		<content:encoded><![CDATA[<p>@gedmin.as<br />
Thanks for the comments. I&#8217;ve switched to full posts on planet.python now. (Doesn&#8217;t seem to be retrospective, tho&#8217;. Not sure there&#8217;s anything I can do about that).</p>
<p>re opening brackets: this seems to be one of those things you either like or don&#8217;t. I&#8217;ve had this discussion with a dozen people since I&#8217;ve been posting code. (And I&#8217;ve posted a lot of code). Frankly, *not* having spaces looks weird to me. PEP 8 applies to Python core code, not to random code someone wants to post on the internet except as a general &#8220;if you&#8217;ve no other plan, here&#8217;s a guideline&#8221;.</p>
<p>If I contribute patches to Python, or to any project, I&#8217;ll naturally follow their style guidelines. If I post my own code, I&#8217;ll naturally follow the style I&#8217;ve used across several languages over more than twenty years of writing code. Feel free to disagree.</p>
<p>FWIW I have *occasionally* switched styles when I felt it politic to do so. My WMI tutorial, for example, removes spaces before brackets. Feels cramped to me, but someone asked nicely so I decided to go for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: http://gedmin.as/</title>
		<link>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-968</link>
		<author>http://gedmin.as/</author>
		<pubDate>Tue, 07 Apr 2009 15:11:38 +0000</pubDate>
		<guid>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-968</guid>
		<description>Spaces in front of opening parentheses look weird in Python code (and PEP-8 recommends against them).

I'd like to second the request to provide full entries on Planet Python.</description>
		<content:encoded><![CDATA[<p>Spaces in front of opening parentheses look weird in Python code (and PEP-8 recommends against them).</p>
<p>I&#8217;d like to second the request to provide full entries on Planet Python.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-967</link>
		<author>tim</author>
		<pubDate>Tue, 07 Apr 2009 12:16:53 +0000</pubDate>
		<guid>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-967</guid>
		<description>@Abe: I've done that, Abe. If it feels too intrusive (given my prolix style) I may turn it off again later :).</description>
		<content:encoded><![CDATA[<p>@Abe: I&#8217;ve done that, Abe. If it feels too intrusive (given my prolix style) I may turn it off again later :).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abe</title>
		<link>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-966</link>
		<author>Abe</author>
		<pubDate>Mon, 06 Apr 2009 19:32:52 +0000</pubDate>
		<guid>http://ramblings.timgolden.me.uk/2009/04/06/group-by-in-python/#comment-966</guid>
		<description>Please provide full content of your posts to planet.python.org.</description>
		<content:encoded><![CDATA[<p>Please provide full content of your posts to planet.python.org.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

