Deploy your Python scripts as APIs or interactive apps. No infrastructure knowledge required.
name = input("What's your name? ")
print(f"Hello, {name}!")This runs as-is on the internet.
A self-hosted serverless platform for Python. You write a script, pick a preset, and deploy. Targets Python beginners and non-developers who just want their script to work as an endpoint.
Going to use kubernetes.
LLM helps me to build this project.