<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>KBeezie &#187; Python</title> <atom:link href="http://kbeezie.com/view/category/programming/python/feed/" rel="self" type="application/rss+xml" /><link>http://kbeezie.com</link> <description>There&#039;s no place like ::1</description> <lastBuildDate>Fri, 16 Dec 2011 12:03:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Deploying circuits.web with Nginx/uwsgi</title><link>http://kbeezie.com/view/circuits-nginx-uwsgi/</link> <comments>http://kbeezie.com/view/circuits-nginx-uwsgi/#comments</comments> <pubDate>Mon, 31 Jan 2011 08:22:48 +0000</pubDate> <dc:creator>kbeezie</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[Webservers]]></category> <category><![CDATA[circuits.web]]></category> <category><![CDATA[uwsgi]]></category> <category><![CDATA[wsgi]]></category><guid isPermaLink="false">http://kbeezie.com/?p=484</guid> <description><![CDATA[I'm a very minimal person when it comes to frameworks, I don't generally like something that needs to generate an entire application file structure like you'd see with Django. When I was searching around for various frameworks to get me started with python and web development, I investigated the usual; DJango, CherryPy, Web.Py. I fell in love with circuits due it's ease and simplicity, yet it can be quite powerful. This article will show you how to get Nginx setup with uWSGI along with a sample circuits.web application.]]></description> <wfw:commentRss>http://kbeezie.com/view/circuits-nginx-uwsgi/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Generating Ioncube Licenses</title><link>http://kbeezie.com/view/generating-ioncube-licenses/</link> <comments>http://kbeezie.com/view/generating-ioncube-licenses/#comments</comments> <pubDate>Wed, 29 Sep 2010 01:43:26 +0000</pubDate> <dc:creator>kbeezie</dc:creator> <category><![CDATA[PHP]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[Security]]></category><guid isPermaLink="false">http://kbeezie.com/?p=388</guid> <description><![CDATA[Ioncube Encoder Pro or Cerberus is required to generate license files that can be distributed to your customers. Most of the nitty-gritty involved with the make_license executable can be found in the user guide (a pdf document) distributed with the encoder in section 4. The entry level version of Ioncube Pro cannot generate licenses, however [...]]]></description> <wfw:commentRss>http://kbeezie.com/view/generating-ioncube-licenses/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>PayPal IPN Revised for Python</title><link>http://kbeezie.com/view/paypal-ipn-python/</link> <comments>http://kbeezie.com/view/paypal-ipn-python/#comments</comments> <pubDate>Sun, 24 Jan 2010 09:23:40 +0000</pubDate> <dc:creator>kbeezie</dc:creator> <category><![CDATA[Programming]]></category> <category><![CDATA[Python]]></category><guid isPermaLink="false">http://kbeezie.com/?p=226</guid> <description><![CDATA[This article adds onto the previous entry <a href="/view/paypal-ipn-with-php/">Paypal IPN with PHP</a>, by showing you how to process an Instant Payment Notification from Paypal with Python]]></description> <wfw:commentRss>http://kbeezie.com/view/paypal-ipn-python/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Nginx and Django</title><link>http://kbeezie.com/view/nginx-and-django/</link> <comments>http://kbeezie.com/view/nginx-and-django/#comments</comments> <pubDate>Mon, 14 Sep 2009 18:16:48 +0000</pubDate> <dc:creator>kbeezie</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[django]]></category> <category><![CDATA[passenger]]></category> <category><![CDATA[wsgi]]></category><guid isPermaLink="false">http://kbeezie.com/?p=153</guid> <description><![CDATA[In a previous guide I showed how to use Passenger (aka mod_rails) to work with Python (WSGI) scripts. While this proved effective for simple wsgi applications, a framework such as Django required a bit more love. This guide will walk you through getting Django to work with Nginx and Passenger.]]></description> <wfw:commentRss>http://kbeezie.com/view/nginx-and-django/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Using Python with Nginx via Passenger</title><link>http://kbeezie.com/view/using-python-nginx-passenger/</link> <comments>http://kbeezie.com/view/using-python-nginx-passenger/#comments</comments> <pubDate>Mon, 14 Sep 2009 05:32:50 +0000</pubDate> <dc:creator>kbeezie</dc:creator> <category><![CDATA[Nginx]]></category> <category><![CDATA[Python]]></category> <category><![CDATA[mod_wsgi]]></category> <category><![CDATA[passenger]]></category> <category><![CDATA[rails]]></category> <category><![CDATA[ruby]]></category><guid isPermaLink="false">http://kbeezie.com/?p=103</guid> <description><![CDATA[Since Nginx 0.6.* I been looking for an effective way to run Python (WSGI) applications thru the Nginx Webserver. The best solution thus far for up to Nginx 0.8.*  was in an unexpected utility designed for deploying Ruby applications on Apache and Nginx.<b>Updated:</b> November 21st 2009 <span style="font-size: smaller">- Comment from Hongli Lai, Co-founder of Phusion - Information from Graham Dumpleton, creator of  mod_wsgi for Apache</span>]]></description> <wfw:commentRss>http://kbeezie.com/view/using-python-nginx-passenger/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
