Syllabus content:
There is no direct syllabus content for this. This is just some ideas you might want to use in programming projects.
AQA Computer Science GCSE
Programming project
The pages linked from here are just the sort of thing you might need in a real programming project. This used to be covered by a coursework unit, but that's no longer allowed. They are of some use for Paper 1 questions.
For now there's just a few things here:
- Using menus
- Validation – including using Try–Catch and some thoughts on Verification
- A range of pages on file handling – a number of sub pages will appear if you need to get into this section as it's a little complex
I might add some more things to this, we'll see how it goes. It's not my priority for now though.
Introductory Python Programing Projects
If you need more of a step by step introduction to programming with Python, you might like to check out my Key Stage 3 Python programming page. It has a number of projects that generally take you through step by step and introduce new ideas and skills.
That page also contains some details of how to download Pyton or use online IDEs, both of which might be useful.