To quickly open the playground with some code, a useful feature would be passing the code text in the URL as a query parameter.
Let's say I have some python code:
num = 42
print(f"Hello {num}")
I can base64 encode this code-block programmatically, so that I can generate a link to the playground with all the code.