Ship it
A URL someone else can open. This is the module that gives you something to point at.
- Put a UI on it with Streamlit Turn a script into an app someone can click.
- Serve it as an API with FastAPI Expose your work as an endpoint another program can call.
- API keys, .env files and not leaking them Keep credentials out of your repo, permanently.
- Deploy it on a free tier Get a public URL without paying for hosting.
- Write a README that gets read Make a stranger understand your project in thirty seconds.
- Record a 60-second demo Produce the artifact a hiring manager actually watches.
Ends with a graded checkpoint: 8 questions, pass mark 70%.