Skip to content

Your Files

Projects include instructor example files that end with _case. Keep these as working examples.

You will generally copy the instructor file, rename it with your alias, and run your version in addition to the instructor version.

Choose Your Name (example: stellar_analytics)

You may use your real name or any professional alias. You are never required to use your real name.

Naming rules:

  • all lowercase
  • no spaces (use underscores as needed)

1. Python Files

Copy the instructor Python file and rename the copy using your alias.

src/datafun/app_case.py
src/datafun/app_stellar_analytics.py

2. Python File Execution Command

In your README.md, add a line with the execution command just after the instructor command. Use this command to run your file.

uv run python -m datafun.app_case
uv run python -m datafun.app_stellar_analytics

3. Notebook Files

Copy the instructor notebook file(s) if provided and rename the copy using your alias.

notebooks/eda_case.ipynb
notebooks/eda_yourname.ipynb