For a side project, I am looking at ways to include a crude code submission and evaluation tool within the larger project. I have good experience with Python, so would prefer any python specific frameworks/ github projects. Open to any API/iframe based/self hosted platform which allows doing this.
Ask HN: How to integrate a code submission and evaluation service
1–2 of 2 posts
Re: Ask HN: How to integrate a code submission and evaluation service
#2AWS Lambda would be good for this.
Example: https://realpython.github.io/aws-lambda-code-execute/ Blog Post: https://realpython.com/blog/python/code-evaluation-with-aws-...
Larger tutorial: https://testdriven.io/