<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <id>http://groups.google.co.in/group/comp.lang.python</id>
  <title type="text">comp.lang.python Google Group</title>
  <subtitle type="text">
  The Python computer language.
  </subtitle>
  <link href="/group/comp.lang.python/feed/atom_v1_0_msgs.xml" rel="self" title="comp.lang.python feed"/>
  <updated>2010-03-15T17:20:10Z</updated>
  <generator uri="http://groups.google.co.in" version="1.99">Google Groups</generator>
  <entry>
  <author>
  <name>Steven Howe</name>
  <email>howe.ste...@gmail.com</email>
  </author>
  <updated>2010-03-15T17:20:10Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/a95183b7ae931b7a/1b216320feb0ac5d?show_docid=1b216320feb0ac5d</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/a95183b7ae931b7a/1b216320feb0ac5d?show_docid=1b216320feb0ac5d"/>
  <title type="text">Re: File existence check with partial filename</title>
  <summary type="html" xml:space="preserve">
  What wrong with glob? &lt;br&gt; ----------------------- &lt;br&gt; Help on module glob: &lt;br&gt; NAME &lt;br&gt; glob - Filename globbing utility. &lt;br&gt; FILE &lt;br&gt; /usr/lib64/python2.6/glob.py &lt;br&gt; FUNCTIONS &lt;br&gt; glob(pathname) &lt;br&gt; Return a list of paths matching a pathname pattern. &lt;br&gt; The pattern may contain simple shell-style wildcards a la fnmatch.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steve Holden</name>
  <email>st...@holdenweb.com</email>
  </author>
  <updated>2010-03-15T17:09:46Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/e93a835edda07333/edaa516df63a270e?show_docid=edaa516df63a270e</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/e93a835edda07333/edaa516df63a270e?show_docid=edaa516df63a270e"/>
  <title type="text">Re: Fwd: Some PyCon videos won&#39;t play</title>
  <summary type="html" xml:space="preserve">
  That&#39;s a great pity. If they would be useful to a large population &lt;br&gt; perhaps we could consider having copies hosted where they would be &lt;br&gt; available with higher bandwidth? &lt;br&gt; Who could we (the Python Software Foundation) discuss such a project with? &lt;br&gt; regards &lt;br&gt; Steve
  </summary>
  </entry>
  <entry>
  <author>
  <name>Steve Holden</name>
  <email>st...@holdenweb.com</email>
  </author>
  <updated>2010-03-15T17:06:45Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/51ef3c15d616972d?show_docid=51ef3c15d616972d</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/51ef3c15d616972d?show_docid=51ef3c15d616972d"/>
  <title type="text">Re: Python for newbies (Pythno users group in Macedonia)</title>
  <summary type="html" xml:space="preserve">
  You might be surprised. Python is really taking off right now. &lt;br&gt; regards &lt;br&gt; Steve
  </summary>
  </entry>
  <entry>
  <author>
  <name>Michal Kwiatkowski</name>
  <email>constant.b...@gmail.com</email>
  </author>
  <updated>2010-03-15T16:56:39Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/75e786bb6752e730/0667d95d4c34441a?show_docid=0667d95d4c34441a</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/75e786bb6752e730/0667d95d4c34441a?show_docid=0667d95d4c34441a"/>
  <title type="text">Arguments and a return value of a C function call when using setprofile</title>
  <summary type="html" xml:space="preserve">
  Hi, &lt;br&gt; I&#39;m trying to write code that will trace arguments and return values &lt;br&gt; of all function calls. Using sys.settrace with &#39;call&#39; and &#39;return&#39; &lt;br&gt; events works great for Python functions, but now I want to extend that &lt;br&gt; to C functions as well. Using sys.setprofile instead in theory gives &lt;br&gt; me what I need (&#39;c_call&#39; and &#39;c_return&#39;), but I&#39;m stuck on getting
  </summary>
  </entry>
  <entry>
  <author>
  <name>lallous</name>
  <email>elias.bachaal...@gmail.com</email>
  </author>
  <updated>2010-03-15T16:39:50Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/02e5000548314c86/71209bb5f05455de?show_docid=71209bb5f05455de</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/02e5000548314c86/71209bb5f05455de?show_docid=71209bb5f05455de"/>
  <title type="text">to pass self or not to pass self</title>
  <summary type="html" xml:space="preserve">
  Hello, &lt;br&gt; Learning Python from the help file and online resources can leave one &lt;br&gt; with many gaps. Can someone comment on the following: &lt;br&gt; class X: &lt;br&gt; T = 1 &lt;br&gt; def f1(self, arg): &lt;br&gt; print &amp;quot;f1, arg=%d&amp;quot; % arg &lt;br&gt; def f2(self, arg): &lt;br&gt; print &amp;quot;f2, arg=%d&amp;quot; % arg &lt;br&gt; def f3(self, arg): &lt;br&gt; print &amp;quot;f3, arg=%d&amp;quot; % arg
  </summary>
  </entry>
  <entry>
  <author>
  <name>MRAB</name>
  <email>pyt...@mrabarnett.plus.com</email>
  </author>
  <updated>2010-03-15T15:51:25Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/63e6e177be7dea21/bccdbf57233d24cd?show_docid=bccdbf57233d24cd</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/63e6e177be7dea21/bccdbf57233d24cd?show_docid=bccdbf57233d24cd"/>
  <title type="text">Re: Large regular expressions</title>
  <summary type="html" xml:space="preserve">
  There&#39;s the regex module at &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://pypi.python.org/pypi/regex&quot;&gt;[link]&lt;/a&gt;. It&#39;ll &lt;br&gt; even release the GIL while matching on strings! :-)
  </summary>
  </entry>
  <entry>
  <author>
  <name>MRAB</name>
  <email>pyt...@mrabarnett.plus.com</email>
  </author>
  <updated>2010-03-15T15:44:43Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/a95183b7ae931b7a/f9d480de80b2b684?show_docid=f9d480de80b2b684</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/a95183b7ae931b7a/f9d480de80b2b684?show_docid=f9d480de80b2b684"/>
  <title type="text">Re: File existence check with partial filename</title>
  <summary type="html" xml:space="preserve">
  The regular expression should be &amp;quot;.*HV.*&amp;quot;, although: &lt;br&gt; re.search(&amp;quot;HV&amp;quot;, filename) &lt;br&gt; would be better and: &lt;br&gt; &amp;quot;HV&amp;quot; in filename.upper() &lt;br&gt; would be even better, as Alf posted.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Willmer</name>
  <email>a...@moreati.org.uk</email>
  </author>
  <updated>2010-03-15T15:42:40Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/c4b132ccd39b3a44/fc91a2fd07dbacc5?show_docid=fc91a2fd07dbacc5</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/c4b132ccd39b3a44/fc91a2fd07dbacc5?show_docid=fc91a2fd07dbacc5"/>
  <title type="text">EuroPython 2010 - Open for registration and reminder of participation</title>
  <summary type="html" xml:space="preserve">
  EuroPython 2010 - 17th to 24th July 2010 &lt;br&gt; ------------------------------ ---------- &lt;br&gt; EuroPython is a conference for the Python programming language &lt;br&gt; community, including the Django, Zope and Plone communities. It is &lt;br&gt; aimed at everyone in the Python community, of all skill levels, both &lt;br&gt; users and programmers.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Дамјан Георгиевски</name>
  <email>gdam...@gmail.com</email>
  </author>
  <updated>2010-03-15T14:53:21Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/42666075901da99f?show_docid=42666075901da99f</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/42666075901da99f?show_docid=42666075901da99f"/>
  <title type="text">Re: Python for newbies (Pythno users group in Macedonia)</title>
  <summary type="html" xml:space="preserve">
  That&#39;s certainly something I&#39;m considering for the more advanced users &lt;br&gt; Thanks :) &lt;br&gt; I guess we&#39;d have to wait a decade or so for a PyCon here
  </summary>
  </entry>
  <entry>
  <author>
  <name>Дамјан Георгиевски</name>
  <email>gdam...@gmail.com</email>
  </author>
  <updated>2010-03-15T15:05:31Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/f880c362cdc08c28?show_docid=f880c362cdc08c28</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/0402ea4f5453ad53/f880c362cdc08c28?show_docid=f880c362cdc08c28"/>
  <title type="text">Re: Python for newbies (Pythno users group in Macedonia)</title>
  <summary type="html" xml:space="preserve">
  Great resource, exactly what I needed. &lt;br&gt; So, they use this book &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.greenteapress.com/thinkpython/&quot;&gt;[link]&lt;/a&gt; as a &lt;br&gt; guide, seems like a good choice. &lt;br&gt; I also learned about the tutor mail list: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mail.python.org/mailman/listinfo/tutor&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Andreas Löscher</name>
  <email>andreas.loesc...@s2005.tu-chemnitz.de</email>
  </author>
  <updated>2010-03-15T14:24:55Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/d0feee9047232812/3b4392608b2014a5?show_docid=3b4392608b2014a5</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/d0feee9047232812/3b4392608b2014a5?show_docid=3b4392608b2014a5"/>
  <title type="text">Re: staticmethod and setattr</title>
  <summary type="html" xml:space="preserve">
  Am Montag, den 15.03.2010, 05:42 -0700 schrieb Michael.Lausch: &lt;br&gt; In the class dictionary are the &amp;quot;raw&amp;quot; objects stored. For example: &lt;br&gt; class Spam: &lt;br&gt; @staticmethod &lt;br&gt; def egg1(): &lt;br&gt; pass &lt;br&gt; def egg2(self): &lt;br&gt; pass &lt;br&gt; {&#39;egg1&#39;: &amp;lt;staticmethod object at 0x7f0b03240b40&amp;gt;, &#39;__module__&#39;: &lt;br&gt; &#39;__main__&#39;, &#39;egg2&#39;: &amp;lt;function egg2 at 0x7f0b0432a2a8&amp;gt;, &#39;__doc__&#39;: None}
  </summary>
  </entry>
  <entry>
  <author>
  <name>Bruno Desthuilliers</name>
  <email>bruno.42.desthuilli...@websiteburo.invalid</email>
  </author>
  <updated>2010-03-15T13:51:30Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/d0feee9047232812/74a4c2d54b8489c5?show_docid=74a4c2d54b8489c5</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/d0feee9047232812/74a4c2d54b8489c5?show_docid=74a4c2d54b8489c5"/>
  <title type="text">Re: staticmethod and setattr</title>
  <summary type="html" xml:space="preserve">
  Michael.Lausch a écrit : &lt;br&gt; (snip) &lt;br&gt; It&#39;s an application of the descriptor protocol: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://wiki.python.org/moin/FromFunctionToMethod&quot;&gt;[link]&lt;/a&gt;
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Willmer</name>
  <email>a...@moreati.org.uk</email>
  </author>
  <updated>2010-03-15T13:50:32Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/150fc14dec65224b/de680474913f6b85?show_docid=de680474913f6b85</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/150fc14dec65224b/de680474913f6b85?show_docid=de680474913f6b85"/>
  <title type="text">Re: Understanding the CPython dict implementation</title>
  <summary type="html" xml:space="preserve">
  It doesn&#39;t wppear to be, slides are here: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://us.pycon.org/2010/conference/schedule/event/12/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; Alex
  </summary>
  </entry>
  <entry>
  <author>
  <name>catonano</name>
  <email>caton...@gmail.com</email>
  </author>
  <updated>2010-03-15T13:41:14Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/e019614ea149e7bd/a8c362d60b4a818a?show_docid=a8c362d60b4a818a</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/e019614ea149e7bd/a8c362d60b4a818a?show_docid=a8c362d60b4a818a"/>
  <title type="text">Re: Dreaming of new generation IDE</title>
  <summary type="html" xml:space="preserve">
  Hello again, people &lt;br&gt; Ok, I&#39;m feeling sorry; still, I think I made a point. &lt;br&gt; Francis, I disagree on the final balance statement about the Smalltalk &lt;br&gt; images and I thank you for your suggestions on how to use grep and &lt;br&gt; shell scripting. &lt;br&gt; I also have no problem to admit I was feeling sorry for myself. &lt;br&gt; But today I found something I think is relevant to this thread.
  </summary>
  </entry>
  <entry>
  <author>
  <name>Alex Hall</name>
  <email>mehg...@gmail.com</email>
  </author>
  <updated>2010-03-15T13:24:01Z</updated>
  <id>http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/bcab83dba4c7bdf4/abccd7536ce3408f?show_docid=abccd7536ce3408f</id>
  <link href="http://groups.google.co.in/group/comp.lang.python/browse_thread/thread/bcab83dba4c7bdf4/abccd7536ce3408f?show_docid=abccd7536ce3408f"/>
  <title type="text">Re: dll in project?</title>
  <summary type="html" xml:space="preserve">
  Okay, I got a new copy and all seems well now. The dll is found and &lt;br&gt; loaded. The functions inside the dll are not working, but that is not &lt;br&gt; Python&#39;s fault. Thanks to everyone for your help and suggestions!
  </summary>
  </entry>
</feed>
