AssignmentsWeek 04 · CapstonePublish a tiny repo to GitHub
wk04.p2Practice exerciseWeek 04 · CapstoneOpen · due mid week 4

Publish a tiny repo to GitHub

Create a public repo with one Python file and a README. The point is not the code — the point is finishing the publish loop end to end.

What you'll build

Create a public repo with one Python file and a README. The point is not the code — the point is finishing the publish loop end to end.

Requirements

The must-do parts. If any are missing, we'll ask you to take another pass.

  1. Create a public GitHub repository called hello-pysprout on your own account.
  2. Add a single hello.py file that prints anything — your name, a small calculation, your favourite food.
  3. Add a README.md with three sections: a title, a one-paragraph description, and a How to run block.
  4. Push at least two commits (initial commit plus one improvement) so the history isn't a single shot.
Bonus, if you're feeling brave
  • Add a screenshot of your program running to the README.
  • Add an MIT license file using GitHub's built-in license generator.

How we'll grade it

Four checks, four points. Three or above is passing — we'll ask you to revise anything we can't tick.

CheckWhat we look forPt
Repo exists and is publicI can open the URL without logging in.1
Code runs`python hello.py` works on a fresh clone.1
README is realTitle, description, and run instructions are all there.1
Two commitsHistory shows you committed, then improved.1
Ready?
Hand it in
You can submit a draft and revise later if you're not done.
Begin submission →