<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>comp.lang.python Google Group</title>
  <link>http://groups.google.se/group/comp.lang.python</link>
  <description>The Python computer language.</description>
  <language>en</language>
  <item>
  <title>Re: How to automate accessor definition?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/1a17f02d834be169/7ba87f7d75663c2c?show_docid=7ba87f7d75663c2c</link>
  <description>
  If it&#39;s just a completely dumb struct-like class, you might consider &lt;br&gt; something like: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://docs.python.org/library/collections.html#collections.namedtuple&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Is there any good reason you can&#39;t just use straight instance &lt;br&gt; variables? Python ain&#39;t Java; vanilla, boilerplate accessor methods &lt;br&gt; should almost always be avoided.
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/1a17f02d834be169/7ba87f7d75663c2c?show_docid=7ba87f7d75663c2c</guid>
  <author>
  c...@rebertia.com
  (Chris Rebert)
  </author>
  <pubDate>Sat, 20 mar 2010 22:54:20 UT
</pubDate>
  </item>
  <item>
  <title>Re: Best Way to extract Numbers from String</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/5db555d9bccbb221/851fad4ae21772bb?show_docid=851fad4ae21772bb</link>
  <description>
  Thanks very much, I&#39;m going to look at regular expressions but that &lt;br&gt; for your code, it shows me how I can do it iwth standard python :)
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/5db555d9bccbb221/851fad4ae21772bb?show_docid=851fad4ae21772bb</guid>
  <author>
  nill...@yahoo.com
  (Jimbo)
  </author>
  <pubDate>Sat, 20 mar 2010 22:39:30 UT
</pubDate>
  </item>
  <item>
  <title>[ANN] Pyspread 0.1 released</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/2f4b7e7a16f62c6f/dd07cec8c2d005c6?show_docid=dd07cec8c2d005c6</link>
  <description>
  Pyspread 0.1 released &lt;br&gt; ===================== &lt;br&gt; After a long and eventful Alpha period, pyspread has finally reached &lt;br&gt; Beta stage. I thank all contributors and testers who have helped &lt;br&gt; getting pyspread to this point. &lt;br&gt; About: &lt;br&gt; ------ &lt;br&gt; Pyspread is a cross-platform Python spreadsheet application. It is &lt;br&gt; based on and written in the programming language Python.
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/2f4b7e7a16f62c6f/dd07cec8c2d005c6?show_docid=dd07cec8c2d005c6</guid>
  <author>
  mma...@gmx.net
  (Martin Manns)
  </author>
  <pubDate>Sat, 20 mar 2010 21:30:09 UT
</pubDate>
  </item>
  <item>
  <title>How to automate accessor definition?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/1a17f02d834be169/4b1c8e9c0a38450b?show_docid=4b1c8e9c0a38450b</link>
  <description>
  I need to create a class solely for the purpose of encapsulating &lt;br&gt; a large number of disparate data items. At the moment I have no &lt;br&gt; plans for any methods for this class other than the bazillion &lt;br&gt; accessors required to access these various instance variables. &lt;br&gt; (In case it matters, this class is meant to be a private helper
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/1a17f02d834be169/4b1c8e9c0a38450b?show_docid=4b1c8e9c0a38450b</guid>
  <author>
  no.em...@please.post
  (kj)
  </author>
  <pubDate>Sat, 20 mar 2010 22:15:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: How User-defined method objects are created?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/115f0091c6faf7d4?show_docid=115f0091c6faf7d4</link>
  <description>
  Thanks Duncan, I think I got the idea. Your explanation together with &lt;br&gt; the comment from Terry about the absence of unbound method objects in &lt;br&gt; python 3 cleared some dust from my neuron(s) &lt;br&gt; Thanks! &lt;br&gt; JA
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/115f0091c6faf7d4?show_docid=115f0091c6faf7d4</guid>
  <author>
  gatoyga...@gmail.com
  (Joaquin Abian)
  </author>
  <pubDate>Sat, 20 mar 2010 21:41:36 UT
</pubDate>
  </item>
  <item>
  <title>Re: How User-defined method objects are created?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/c88927ec5c89e45f?show_docid=c88927ec5c89e45f</link>
  <description>
  Terry, Right, I was just reading about this difference in 2 vs 3 in &lt;br&gt; Lutz&#39;s book. &lt;br&gt; Well, in fact in my case I&#39;m not a newcomer to python (neither a &lt;br&gt; professional). I have been programming for more than 4 years in python &lt;br&gt; mainly medium size scientific data management applications. Currently &lt;br&gt; I can write at a moderate speed and Im familiar with properties,
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/c88927ec5c89e45f?show_docid=c88927ec5c89e45f</guid>
  <author>
  gatoyga...@gmail.com
  (Joaquin Abian)
  </author>
  <pubDate>Sat, 20 mar 2010 21:32:40 UT
</pubDate>
  </item>
  <item>
  <title>Re: &quot;EURO GIRLS&quot; &quot;MISS EUROPE&quot;</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/597c607de14e7d30/15661a5f03f6b1a3?show_docid=15661a5f03f6b1a3</link>
  <description>
  On Sat, 20 Mar 2010 12:55:26 -0600 &lt;br&gt; First, please remove spam URLs when following up. You left them in the &lt;br&gt; subject. &lt;br&gt; Maybe it&#39;s time to stop gatewaying the newsgroup to the mailing list. &lt;br&gt; As a test I have moved all Python posts from gmail.com with a &lt;br&gt; Newsgroup header into a separate folder and so far 99% of the spam
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/597c607de14e7d30/15661a5f03f6b1a3?show_docid=15661a5f03f6b1a3</guid>
  <author>
  da...@druid.net
  (D&#39;Arcy J.M. Cain)
  </author>
  <pubDate>Sat, 20 mar 2010 19:37:48 UT
</pubDate>
  </item>
  <item>
  <title>&quot;JOBS IN FINLAND&quot; &quot;JOBS FINLAND&quot; &quot;FINLAND JOBS&quot; &quot;ACCOUNTS JOBS IN FINLAND&quot; &quot;FINANCE JOBS IN FINLAND&quot; &quot;AGRI JPBS IN FINLAND&quot; &quot;MEDICAL JOBS IN FINLAND&quot; ON JOBS http://jobs-in-finland.blogspot.com/</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/c86bcb53bbc86b9e/7fcc6abecc1c13aa?show_docid=7fcc6abecc1c13aa</link>
  <description>
  &amp;quot;JOBS IN FINLAND&amp;quot; &amp;quot;JOBS FINLAND&amp;quot; &amp;quot;FINLAND JOBS&amp;quot; &amp;quot;ACCOUNTS JOBS IN &lt;br&gt; FINLAND&amp;quot; &amp;quot;FINANCE JOBS IN FINLAND&amp;quot; &amp;quot;AGRI JPBS IN FINLAND&amp;quot; &amp;quot;MEDICAL &lt;br&gt; JOBS IN FINLAND&amp;quot; ON JOBS &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jobs-in-finland.blogspot.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &amp;quot;JOBS IN FINLAND&amp;quot; &amp;quot;JOBS FINLAND&amp;quot; &amp;quot;FINLAND JOBS&amp;quot; &amp;quot;ACCOUNTS JOBS IN &lt;br&gt; FINLAND&amp;quot; &amp;quot;FINANCE JOBS IN FINLAND&amp;quot; &amp;quot;AGRI JPBS IN FINLAND&amp;quot; &amp;quot;MEDICAL
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/c86bcb53bbc86b9e/7fcc6abecc1c13aa?show_docid=7fcc6abecc1c13aa</guid>
  <author>
  saimap...@gmail.com
  (saima81)
  </author>
  <pubDate>Sat, 20 mar 2010 18:03:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ubuntu install problems</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/2903182983c86044?show_docid=2903182983c86044</link>
  <description>
  On Mar 20, 10:25 am, Steven D&#39;Aprano &amp;lt;st...@REMOVE-THIS- &lt;br&gt; Python 2.6.4 &lt;br&gt; odd..yeah, I uninstalled all of the listed packages and started to &lt;br&gt; install again and got the same problem...
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/2903182983c86044?show_docid=2903182983c86044</guid>
  <author>
  waugustyn...@gmail.com
  (waugust)
  </author>
  <pubDate>Sat, 20 mar 2010 17:40:08 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ubuntu install problems</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/50643935d9e2ed66?show_docid=50643935d9e2ed66</link>
  <description>
  [snip] &lt;br&gt; In Python 2 an exception can be raised with the old-style: &lt;br&gt; raise Error, &amp;quot;nothing to do&amp;quot; &lt;br&gt; or the new-style: &lt;br&gt; raise Error(&amp;quot;nothing to do&amp;quot;) &lt;br&gt; In Python 3 the old style is not supported (it was abandoned as part of &lt;br&gt; the general clean-up). &lt;br&gt; Another related change is that the old-style: &lt;br&gt; except Error, e:
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/50643935d9e2ed66?show_docid=50643935d9e2ed66</guid>
  <author>
  pyt...@mrabarnett.plus.com
  (MRAB)
  </author>
  <pubDate>Sat, 20 mar 2010 17:26:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: Ubuntu install problems</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/ce4594e89c8f51a4?show_docid=ce4594e89c8f51a4</link>
  <description>
  It looks like apt-get is supposed to be using 2.6 or 2.5, but somehow is &lt;br&gt; running 3.1 instead. &lt;br&gt; If you run &amp;quot;python -V&amp;quot;, what does it say?
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/ce4594e89c8f51a4?show_docid=ce4594e89c8f51a4</guid>
  <author>
  st...@remove-this-cybersource.com.au
  (Steven D&#39;Aprano)
  </author>
  <pubDate>Sat, 20 mar 2010 17:25:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: Reverse engineering CRC?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/b22db1e3e63db596/790aadf32336fcbd?show_docid=790aadf32336fcbd</link>
  <description>
  In article &amp;lt;4B9E0C1F.9020...@canterbury.a c.nz&amp;gt;, &lt;br&gt; Excellent essay!
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/b22db1e3e63db596/790aadf32336fcbd?show_docid=790aadf32336fcbd</guid>
  <author>
  a...@pythoncraft.com
  (Aahz)
  </author>
  <pubDate>Sat, 20 mar 2010 17:24:45 UT
</pubDate>
  </item>
  <item>
  <title>Re: why is there now execption for windows? trying to listen twice to the same port</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/c8f8ea7ec1482f92/cd411920a2584285?show_docid=cd411920a2584285</link>
  <description>
  . . . &lt;br&gt; Thanks, &lt;br&gt; I created an account and submitted the issue &lt;br&gt; N
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/c8f8ea7ec1482f92/cd411920a2584285?show_docid=cd411920a2584285</guid>
  <author>
  news1...@free.fr
  (News123)
  </author>
  <pubDate>Sat, 20 mar 2010 17:11:25 UT
</pubDate>
  </item>
  <item>
  <title>Ubuntu install problems</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/2afa7fc91bb40407?show_docid=2afa7fc91bb40407</link>
  <description>
  I have 2.5 (for GAE), 2.6 (Ubuntu default), and 3.1 installed. &lt;br&gt; Whenever I apt-get install anything It ends with a series of python &lt;br&gt; (dependency?) errors. Anybody got any idea? &lt;br&gt; Reading package lists... &lt;br&gt; Done &lt;br&gt; Building dependency &lt;br&gt; tree &lt;br&gt; Reading state information... &lt;br&gt; Done &lt;br&gt; libgcj-common is already the newest
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/fb0e3e53982ddf80/2afa7fc91bb40407?show_docid=2afa7fc91bb40407</guid>
  <author>
  waugustyn...@gmail.com
  (waugust)
  </author>
  <pubDate>Sat, 20 mar 2010 17:00:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: How User-defined method objects are created?</title>
  <link>http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/852720497d3f3d12?show_docid=852720497d3f3d12</link>
  <description>
  Python3 does not have unbound method objects. Klass.met above is just a &lt;br&gt; function.l &lt;br&gt; One can successfully use the language in the normal way without &lt;br&gt; understanding every detail of every oddball corner case. Recent 2.x is &lt;br&gt; complicated by duplication (two user object systems) and &lt;br&gt; back-compatibility constraints. Most new users do not need to bother
  </description>
  <guid isPermaLink="true">http://groups.google.se/group/comp.lang.python/browse_thread/thread/d06715b81c86709a/852720497d3f3d12?show_docid=852720497d3f3d12</guid>
  <author>
  tjre...@udel.edu
  (Terry Reedy)
  </author>
  <pubDate>Sat, 20 mar 2010 16:39:44 UT
</pubDate>
  </item>
  </channel>
</rss>
