<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Python on Stay Frosty</title><link>https://frosty.blog/tags/python/</link><description>Recent content in Python on Stay Frosty</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><copyright>© James Frost</copyright><lastBuildDate>Sun, 07 Jun 2009 23:00:00 +0000</lastBuildDate><atom:link href="https://frosty.blog/tags/python/index.xml" rel="self" type="application/rss+xml"/><item><title>Simple Python HTTP Server</title><link>https://frosty.blog/2009/06/07/simple-python-http-server/</link><pubDate>Sun, 07 Jun 2009 23:00:00 +0000</pubDate><guid>https://frosty.blog/2009/06/07/simple-python-http-server/</guid><description>&lt;p&gt;&lt;code&gt;python -m SimpleHTTPServer&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.&lt;/p&gt;
&lt;p&gt;/via &lt;a href="http://www.finerrecliner.com/2009/03/01/quick-file-sharing-web-server-in-python/"&gt;Quick File Sharing Web Server In Python&lt;/a&gt;&lt;/p&gt;</description><content:encoded><![CDATA[<p><code>python -m SimpleHTTPServer</code></p>
<p>This starts a service on port 8000, and shares all files in the current directory (and subdirectories). Rather handy.</p>
<p>/via <a href="http://www.finerrecliner.com/2009/03/01/quick-file-sharing-web-server-in-python/">Quick File Sharing Web Server In Python</a></p>
]]></content:encoded></item></channel></rss>