<p dir="ltr"><br>
On 13 Nov 2013 13:44, "Ned Batchelder" <<a href="mailto:ned@nedbatchelder.com">ned@nedbatchelder.com</a>> wrote:<br>
><br>
> On 11/12/13 6:48 PM, Terry Reedy wrote:<br>
>><br>
>> On 11/12/2013 4:16 PM, Victor Stinner wrote:<br>
>><br>
>>> It would also be nice to help developers looking for a sandbox for<br>
>>> their application. Please tell me if you know sandbox projects for<br>
>>> Python so I can redirect users of pysandbox to a safer solution. I<br>
>>> already know PyPy sandbox.<br>
>><br>
>><br>
>> There are several websites running submitted Python code (and in some cases, many other languages).<br>
>> ProjectEuler<br>
>> CodeAcademy (I think they use someone else's code box)<br>
>> CheckIO.org - python only<br>
>> other coding challenge sites<br>
>> I suspect they use sandboxed processes but have not seen anyone talk about what they are doing.<br>
>><br>
><br>
> At edX, we use CodeJail to apply OS-level sandboxing to untrusted Python code: <a href="https://github.com/edx/codejail">https://github.com/edx/codejail</a></p>
<p dir="ltr">A couple of years ago at PyCon AU, Tim Dawborn went over the sandboxing approach used for the National Computer Science School infrastructure: <a href="http://m.youtube.com/watch?v=y-WPPdhTKBU&feature=plpp&p=PLpKCScKXUAmerE_uUsImVlPsmhLaYQuQy">http://m.youtube.com/watch?v=y-WPPdhTKBU&feature=plpp&p=PLpKCScKXUAmerE_uUsImVlPsmhLaYQuQy</a></p>

<p dir="ltr">Cheers,<br>
Nick.</p>
<p dir="ltr">><br>
> --Ned.<br>
><br>
> _______________________________________________<br>
> Python-Dev mailing list<br>
> <a href="mailto:Python-Dev@python.org">Python-Dev@python.org</a><br>
> <a href="https://mail.python.org/mailman/listinfo/python-dev">https://mail.python.org/mailman/listinfo/python-dev</a><br>
> Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com">https://mail.python.org/mailman/options/python-dev/ncoghlan%40gmail.com</a><br>
</p>