<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - magicrebirth</title>
<link>http://snipplr.com/users/magicrebirth/tags/execfile</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 00:47:11 GMT</pubDate>
<item>
<title>(Python) Python: execute files from the interpreter</title>
<link>http://snipplr.com/view/25264/python-execute-files-from-the-interpreter/</link>
<description><![CDATA[ <p>Scripts can also be executed from within the interpreter using the execfile(script) function built in to Python. 
The following example shows a script being executed using the execfile() function:</p> ]]></description>
<pubDate>Tue, 22 Dec 2009 15:35:26 GMT</pubDate>
<guid>http://snipplr.com/view/25264/python-execute-files-from-the-interpreter/</guid>
</item>
</channel>
</rss>