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.
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.
3. Notebook Files¶
Copy the instructor notebook file(s) if provided and rename the copy using your alias.