This is a series of lessons aimed at A-Level Computer students.
- Clone the repository to your local machine, or download as a ZIP file.
- Navigate to the
Lesson Resources
folder to find the lesson-specific resources and scripts. - Follow along with the
Student Guide
for detailed instructions and explanations for each lesson.
I currently have a live version of the student guide here, though this may be relocated in the future.
I currently have a live version of the student guide here, though this may be relocated in the future.
- Basic understanding of Python programming.
- SQLite installed on your machine.
- DB Browser for SQLite
Explore how to use DB Browser's graphical interface to Create, Read, Update, and Delete records in a database of inspiring Computer Science books.
Use SELECT, WHERE, FROM to investigate a database of 80s movies and Rolling Stone Magazine's top 500 albums.
Learn to use SELECT, WHERE, FROM in Python to make basic queries, then dynamically by taking user input to find the perfect American car.
Explore a dataset of world populations produced by the World Bank, and learn how to sort and limit your query results using the ORDER BY and LIMIT clauses.
Make revisions to the Periodic table as it was in 1900 by using the UPDATE and DELETE keywords.
Use SQL to create database tables and keep records of student test scores by using the INSERT INTO keywords.
Use functions like SUM, AVG, COUNT, MAX, and MIN to analyze data from a database of mobile phone usage.
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License.