The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
210 views

Best practices for execution of untrusted code

I have a project where I need to allow users to run arbitrary, untrusted python code (a bit like this) against my server. I'm fairly new to python and I'd like to avoid making any mistakes that ...