<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 14:53:28 +0000</lastBuildDate>
    <item>
      <title>(Python) Dictionary Class - kangell</title>
      <link>https://snipplr.com/view/5753/dictionary-class</link>
      <description>&lt;p&gt;This bit of code allows you to turn code that looks like this:&#13;
&#13;
x = {'foo':1, 'bar':2 }&#13;
x['foo'] = 3&#13;
&#13;
Into this:&#13;
x = dictclass( {'foo':1, 'bar':2 } )&#13;
x.foo = 3&lt;/p&gt;</description>
      <pubDate>Tue, 08 Apr 2008 23:06:14 UTC</pubDate>
      <guid>https://snipplr.com/view/5753/dictionary-class</guid>
    </item>
    <item>
      <title>(Python) Send An Email Message - kangell</title>
      <link>https://snipplr.com/view/5738/send-an-email-message</link>
      <description>&lt;p&gt;Send an e-mail message to the given addresses.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 15:23:13 UTC</pubDate>
      <guid>https://snipplr.com/view/5738/send-an-email-message</guid>
    </item>
    <item>
      <title>(Python) Run OS Command w/ Expected Output - kangell</title>
      <link>https://snipplr.com/view/5737/run-os-command-w-expected-output</link>
      <description>&lt;p&gt;Run the specified command. If expect is not None then look for the given text in the output. If it is not there we throw an error. expect can also be a list of strings. In that case any match results in success unless matchall=True.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 14:24:29 UTC</pubDate>
      <guid>https://snipplr.com/view/5737/run-os-command-w-expected-output</guid>
    </item>
    <item>
      <title>(Python) New Python App Shell - kangell</title>
      <link>https://snipplr.com/view/5535/new-python-app-shell</link>
      <description>&lt;p&gt;Use this to start of new python applications.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Mar 2008 21:47:47 UTC</pubDate>
      <guid>https://snipplr.com/view/5535/new-python-app-shell</guid>
    </item>
    <item>
      <title>(Python) Drop Privileges - kangell</title>
      <link>https://snipplr.com/view/5503/drop-privileges</link>
      <description>&lt;p&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:11:01 UTC</pubDate>
      <guid>https://snipplr.com/view/5503/drop-privileges</guid>
    </item>
  </channel>
</rss>
