<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>DZone: queued links: python</title>
    <link>http://www.dzone.com/links/queue/tag/python.html</link>
    <description>DZone: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2006 DZone, Inc.</copyright>
    <pubDate>Sat, 06 Sep 2008 17:30:27 GMT</pubDate>
    <dc:creator>The DZone community</dc:creator>
    <dc:date>2008-09-06T17:30:27Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2006 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/python/rss.xml</dz:selfLink>
    <image>
      <title>DZone: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>The Problem with Python</title>
      <link>http://www.dzone.com/links/rss/the_problem_with_python.html</link>
      <description>A few idiosyncrasies I've encountered with Python. The problems with Lambda's, Scoping, and Number handling.</description>
      <category>opinion</category>
      <category>python</category>
      <category>reviews</category>
      <category>tools</category>
      <pubDate>Sat, 06 Sep 2008 07:28:14 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/111101.html</guid>
      <dc:creator>smanek</dc:creator>
      <dc:date>2008-09-06T07:28:14Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/the_problem_with_python.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/111101.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>A few idiosyncrasies I've encountered with Python. The problems with Lambda's, Scoping, and Number handling. <br/><br/><a href='http://www.dzone.com/links/rss/the_problem_with_python.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=111101' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>111101</dz:linkId>
      <dz:submitDate>2008-09-06T07:28:14Z</dz:submitDate>
      <dz:voteUpCount>5</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>18</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/111101.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>smanek</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/331358.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Outputting html from python programmatically</title>
      <link>http://www.dzone.com/links/rss/outputting_html_from_python_programmatically.html</link>
      <description>After being stuck with the drudgery of string interpolation when outputting HTML from python I figured there had to be some better way to do it, yes?</description>
      <category>how-to</category>
      <category>python</category>
      <category>tools</category>
      <category>usability</category>
      <pubDate>Sat, 06 Sep 2008 06:40:37 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/111094.html</guid>
      <dc:creator>fholmstrom</dc:creator>
      <dc:date>2008-09-06T06:40:37Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/outputting_html_from_python_programmatically.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/111094.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>After being stuck with the drudgery of string interpolation when outputting HTML from python I figured there had to be some better way to do it, yes?<br/><br/><a href='http://www.dzone.com/links/rss/outputting_html_from_python_programmatically.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=111094' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>111094</dz:linkId>
      <dz:submitDate>2008-09-06T06:40:37Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>5</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/111094.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>fholmstrom</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/282056.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Python API to the VirtualBox VM</title>
      <link>http://www.dzone.com/links/rss/python_api_to_the_virtualbox_vm.html</link>
      <description>One of the important advantages of the VirtualBox virtualization solution is powerful public API allowing to control every aspect of virtual machine configuration and execution. Last month I was working on Python and Java bindings to that API. Those bindings are shipped with VirtualBox 2.0 SDK.</description>
      <category>python</category>
      <category>tools</category>
      <pubDate>Fri, 05 Sep 2008 11:30:16 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/110825.html</guid>
      <dc:creator>bloid</dc:creator>
      <dc:date>2008-09-05T11:30:16Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/python_api_to_the_virtualbox_vm.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/110825.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>

One of the important advantages of the VirtualBox virtualization solution is powerful public API allowing to control every aspect of virtual machine configuration and execution. Last month I was working on Python and Java bindings to that API. Those bindings are shipped with VirtualBox 2.0 SDK.<br/><br/><a href='http://www.dzone.com/links/rss/python_api_to_the_virtualbox_vm.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=110825' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110825</dz:linkId>
      <dz:submitDate>2008-09-05T11:30:16Z</dz:submitDate>
      <dz:voteUpCount>4</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/110825.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>bloid</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/111696.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Automatical superuser creation with Django</title>
      <link>http://www.dzone.com/links/rss/automatical_superuser_creation_with_django.html</link>
      <description>I delete and sync my database fairly often during development with Django because the "syncdb" command will not alter the table in the database after, for example, adding a new field to the corresponding model.&#xD;
&#xD;
The problem I have with this is typing in the same data for a superuser over and over again.</description>
      <category>frameworks</category>
      <category>how-to</category>
      <category>methodology</category>
      <category>python</category>
      <pubDate>Thu, 04 Sep 2008 21:36:08 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/110602.html</guid>
      <dc:creator>arthurk</dc:creator>
      <dc:date>2008-09-04T21:36:08Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/automatical_superuser_creation_with_django.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/110602.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>I delete and sync my database fairly often during development with Django because the "syncdb" command will not alter the table in the database after, for example, adding a new field to the corresponding model.

The problem I have with this is typing in the same data for a superuser over and over again.<br/><br/><a href='http://www.dzone.com/links/rss/automatical_superuser_creation_with_django.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=110602' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110602</dz:linkId>
      <dz:submitDate>2008-09-04T21:36:08Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/110602.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>arthurk</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/272253.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Py2SIS create sis file to make standalone application</title>
      <link>http://www.dzone.com/links/rss/py2sis_create_sis_file_to_make_standalone_applica.html</link>
      <description>Want to deploy your Python program in mobile phone? Use Py2SIS to create sis file to make standalone application.</description>
      <category>python</category>
      <pubDate>Thu, 04 Sep 2008 18:23:28 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/110550.html</guid>
      <dc:creator>subeen</dc:creator>
      <dc:date>2008-09-04T18:23:28Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/rss/py2sis_create_sis_file_to_make_standalone_applica.html'><img src='http://www.dzone.com/links/images/thumbs/120x90/110550.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Want to deploy your Python program in mobile phone? Use Py2SIS to create sis file to make standalone application.<br/><br/><a href='http://www.dzone.com/links/rss/py2sis_create_sis_file_to_make_standalone_applica.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=110550' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>110550</dz:linkId>
      <dz:submitDate>2008-09-04T18:23:28Z</dz:submitDate>
      <dz:voteUpCount>3</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>14</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/110550.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>subeen</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/326299.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

