<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
      <title>Python Zone - forum.slicehost.com</title>
      <link>http://forum.slicehost.com/index.php?p=/categories/python-zone/p2/feed.rss</link>
      <pubDate>Wed, 19 Jun 13 17:58:12 -0400</pubDate>
         <description>Python Zone - forum.slicehost.com</description>
   <language>en-CA</language>
   <atom:link href="/index.php?p=/discussions/feed.rss" rel="self" type="application/rss+xml" />
   <item>
      <title>Securing CentOS for Django-powered Websites</title>
      <link>http://forum.slicehost.com/index.php?p=/discussion/135/securing-centos-for-django-powered-websites</link>
      <pubDate>Sat, 06 Jan 2007 06:26:29 -0500</pubDate>
      <dc:creator>djangojoe</dc:creator>
      <guid isPermaLink="false">135@/index.php?p=/discussions</guid>
      <description><![CDATA[I just finished the first draft of my <a rel="nofollow" href="http://wiki.slicehost.com/doku.php?id=centos_network_security_and_django">first contribution</a> to the wiki.<br /><br />Basically I started with a comprehensive guide on network security in CentOS and stripped away everything that was not relevant to a fresh install of CentOS 4.3 on a slice.  Then I added some other stuff from a few other guides.<br /><br />Any feedback is appreciated.  I'm still learning a lot of this stuff, so there may be some glaring mistakes...please be kind. =)<br /><br /><br />Thanks!]]></description>
   </item>
   <item>
      <title>easy_uninstall</title>
      <link>http://forum.slicehost.com/index.php?p=/discussion/208/easy_uninstall</link>
      <pubDate>Sun, 04 Feb 2007 14:21:03 -0500</pubDate>
      <dc:creator>Elliott Hird</dc:creator>
      <guid isPermaLink="false">208@/index.php?p=/discussions</guid>
      <description><![CDATA[Ok, I'm trying to learn Python here - sure I can install libs easily, but<br /><br /><code>easy-install -m thelib<br />cd /Library/Frameworks/Python.framework/Versions/2.4/lib/python/site-packages//<br />rm -r thelib-loadsofcrap.egg</code><br />to uninstall? Come on!<br /><br />Well, I wrote a bash script to do it for me. Maybe you pythonists will like it. <a rel="nofollow" href="http://elliotthird.org/easy_uninstall">easy_uninstall</a> - just add +x<br /><br />(I note that people have whined about wanting an easy_uninstall for years, yet nobody took the time to write a few lines of code to do it)]]></description>
   </item>
   <item>
      <title>Testing with Mechanize</title>
      <link>http://forum.slicehost.com/index.php?p=/discussion/133/testing-with-mechanize</link>
      <pubDate>Fri, 05 Jan 2007 15:14:05 -0500</pubDate>
      <dc:creator>jay.baird</dc:creator>
      <guid isPermaLink="false">133@/index.php?p=/discussions</guid>
      <description><![CDATA[I had a problem where I needed to test my django web app that I'm about to deploy on slicehost and thought I'd share an excellent tool for testing.<br /><br />Everyone load tests apps using things like apache bench but what does this really do and how does it simulate actual usage?<br /><br />Enter <a rel="nofollow" href="http://wwwsearch.sourceforge.net/mechanize/">Mechanize</a>. Check it out. Some of the ways I'm using it are the following:<br /><br />Simulating user signup and processing under load, user experience under load, looking for buggy or other types of error conditions and my favorite,<br /><br />The savage baggage handler test:<br />It runs and aggressively clicks links, submits empty forms, clicks back while doing other operations and so on to see just how jacked things can get.<br /><br />I know a lot of people here are just starting out with django, but I work with it daily at my job and with my own projects so I've collected quite a bit of python and django wisdom along the way.<br /><br />So if these tidbits are helpful I'd be happy to share and help when it's needed.]]></description>
   </item>
   </channel>
</rss>