Javascript examples

I used to run a module on Javascript with my Year 9s – well why not?! They used to enjoy it and it was an ice departure from Python as they could use the GUI of a web page to interact with.

With the demise of Trinket, Glitch and Replit I’m not sure o which IDE I would use now (new ones keep coming out every 5 mins its seems)

But then I remembered JSBIN which I had used for years to spin up little Javascript instances and it’s still there.

The reason that I thought of it :

P5 play

But the recent updates have kind of put it behind a paywall(?) and also even the old games I had created now came up with a splash screen.

AQA Computer Science A level Paper 1 – hints and tips

I made this video last year after marking 300+ Paper 1 Computer Science scripts for AQA. While it was fresh in my mind I made a list of lots of potential tips for future examinees. You may find it helpful!

Other useful links:

This is the goto wiki with ideas for what may be asked about this year’s skeleton code program (Target Clear)

https://en.wikibooks.org/wiki/A-level_Computing/AQA/Paper_1/Skeleton_program/2025

Python Code To Know – GCSE and A Level

Here is my presentation/slide deck with all the code I would expect students to know.
Python Code To Know GCSE and A Level (1)

You can access the Python notebook for these examples here: https://colab.research.google.com/gist/laura-james/b6dfbc164be9c189d7c1cd86b22437a2/python_code_to_know-2.ipynb

There is also an Python notebook which hopefully explains OOP principles for A Level you can find here:
https://colab.research.google.com/github/laura-james/Python-OOP-Code-to-Know/blob/main/Object_Orientated_Programming_in_Python.ipynb