Welcome to the new website for the Bishops Cleeve CoderDojo!
We will be restarting sessions in September, so watch this space for news and information on how to book. We are very much looking forward to seeing you all back in the library, and getting stuck in to some fun new projects.
By the way, do you recognise the title of this post? When people are learning a new programming language, it's a tradition to start with a simple program that prints out "Hello, world!".
Here's an example in the Python language:
print("Hello, world!")
What do you like to make when you first try a new language?