A short intro for the Software Engineering course. Designed for year 10 students.
Welcome to your first coding course using GitHub! Follow these steps to get everything ready for your Python projects.
- Go to https://github.com
- Click Sign up (top-right corner)
- Choose:
- A username you like (ensure it is school appropriate) OR if you already have an existing account, you can use that.
- Your school email (if possible)
- A strong password
- Verify your email address (check your inbox).
✅ Done — you now have your GitHub account!
Now come back this page for step 2.
GitHub Codespaces is a cloud-based coding environment. It lets you code directly in the browser — no installs needed!
- Click the green “Code” button, then “Create codespace on main”. OR click on the Codespace Badge.
- Wait for it to load — it might take a couple of minutes.
- You’ll see a terminal at the bottom. This is your Python workspace. This is a fully functional Python IDE to complete this work.
In the terminal, type:
python 1_Printing_and_Variables.pyThen follow the prompt and see your output!
Each time you finish a lab:
- Click Source Control (the third icon on the left).
- Write a short message like
finished 1_Printing_and_Variables. - Click Commit & Push.
That saves your progress to GitHub automatically.
- Work through each folder in order.
- Ask for help if your codespace doesn’t open or you see errors.
- Keep your repo tidy — commit often, small steps.
Happy coding! 🐍