-
Code Kids is offering extended childcare to parents who have booked coding and robotics camps at Wimbledon. You can book either AM or PM care. The children will be asked to read or play quiet board games. Depending on weather, there will also be an opportunity to play outside.
Wrap Around Care - Wimbledon, Christmas Holiday Camp 2024 Timetable:
Location Date AM PM Wimbledon 16th Dec - 20th Dec 2024 9.00 AM - 10.00 AM 4.00 PM - 5.00 PM -
16DecSale!In this Christmas holiday drop-off Camp (individual days can also be booked), the children will learn about robotics and coding through the use of various robots to grasp key programming and engineering concepts in a fun learning environment. Add all 5 days to your basket to get a 10% discount:
Wimbledon - Christmas Holiday Drop-off Camp (16th Dec - 20th Dec 2024) Timetable:
Day Time Courses Monday - 16th Dec 2024 10.00 AM - 4.00 PM Game Design (Make a Video Game) Tuesday - 17th Dec 2024 10.00 AM - 4.00 PM VR Coding Wednesday - 18th Dec 2024 10.00 AM - 4.00 PM Minecraft Coding (Winter Wonderland) Thursday - 19th Dec 2024 10.00 AM - 4.00 PM Minecraft Coding (Polar Express) Friday - 20th Dec 2024 10.00 AM - 4.00 PM Stop Motion Animation Wrap Around Care: Code Kids is offering extended childcare to parents who have booked coding and robotics camps at Wimbledon. You can book either AM or PM care.
For wrap around care booking: Click here
-
MINECRAFT Coding Beginner Level Don’t just let your children play Minecraft, get them coding with it! In this live online weekly class, the students will be taught to code using Minecraft, in a block-based programming language (Microsoft MakeCode). Age Requirement: 7+ MINECRAFT Coding Intermediate Level Take your Minecraft coding knowledge further with the new Code Kids Intermediate level Minecraft Coding course this term. You will take your knowledge of creative game play to the next level as we explore the interplay between code, command blocks, and Redstone to create multi-player games. We will also introduce Minecraft JavaScript and Python coding to children. This will set them up for the next level of their coding journey which will use ‘real-world’ text-based programming languages such as Java, Python or JavaScript. Who is the course for? The course is aimed at children who are at least 9 years of age or those who have a good grasp of the beginner level concepts. What we will cover in the Intermediate Minecraft course:
- We will focus more on multiplayer games where the children can interactively play inside each other’s Minecraft worlds.
- Advanced data structures: using object Variables, Lists and Dictionaries
- Use of Logic, and nested logic statements to make in-game decisions.
- Advanced loops: using For loops and While loops embedded with logic
- Using Functions to create reusable and clean code.
- Combining Command blocks and Code to create highly interactive games
- We will explore basic JavaScript and Python coding techniques. This is the next step up from block-based coding and opens up a whole new world of ‘real-life’ coding opportunities.
Minecraft Coding, Spring Term Timetable 2025:
Day Start Date End Date Level Monday 6.00 PM - 7.00 PM (10 weeks) 20th Jan 2025 31st March 2025 Beginner Minecraft Coding Tuesday 6.00 PM - 7.00 PM (10 Weeks) 21st Jan 2025 1st April 2025 Intermediate Minecraft Coding Thursday 5.00 PM - 6.00 PM (10 Weeks) 23rd Jan 2025 3rd April 2025 Intermediate Minecraft Coding - A laptop/computer or tablet with the Zoom installed.
- A laptop/computer or an iPad with Minecraft Education edition installed
- A Mac computer/laptop (download here)
- A Windows PC/laptop (download here)
- A Chromebook (download here)
- An iPad (other tablets are not supported - download from the app store)
-
23Jan
Roblox Coding
This live online weekly class is designed for late primary to secondary aged students who are looking to learn to code using a proper “grown-up” programming language. Learn to code using your favourite gaming platform and develop fun Roblox games. Our Lua based code editor is particularly suitable for this age group because it is really easy to use and can be built up to more text-heavy coding once you get comfortable with the basics. This weekly class is a great introduction to both fundamental computer aided design and the Lua programming language. Lua is widely used as a scripting language by game developers across the world. By the end of the course, the students will be comfortable programming and creating Roblox games and will have published at least one game on to Roblox, which could end up helping them make lots of Robux!- Design a Roblox game in Roblox Studio
- Learn Lua syntax and use it to script your game
- Use loops and conditionals (IF/THEN/ELSE)
- Understand variables (number, Boolean, string)
- Create and use functions
- Use all of the above to make a super cool game
Roblox Coding, Spring Term Timetable 2025:
Day Start Date End Date Level Thursday 6 PM - 7 PM (10 weeks) 23rd Jan 2025 3rd April 2025 Roblox Coding - Zoom (download here)
- Roblox Studio (download here) will only work on a Mac or Windows laptop/computer
Hardware and software requirements:
- PC or Mac with Roblox Studio (note iPads/Android or ChromeBooks will not work)
- Windows 10 or higher / Mac OS version 10.20 or higher
- Minimum system RAM of 8GB
- Minimal storage capacity of 1GB or higher
- Either a wired or a wireless mouse is recommended.
-
Beginner Python Coding
Students will learn to code in Python and create fun games and useful applications. Python is particularly suitable for this age group because it is concise, easy to read and has multiple applications in the real world (web development, app development and other scientific uses such as data science). It is the most popular programming language in the world and is widely used by all the leading tech companies such as Google, Amazon and Facebook. The Python live weekly class is designed for late primary to secondary aged students who are looking to learn to code using a proper “grown-up” programming language. This class is a great introduction to both fundamental programming concepts and the Python programming language. Students will be comfortable programming in Python and taking their newly acquired programming skills home.- Learn Python syntax (structure)
- Use loops and conditionals (IF/THEN/ELSE)
- Understand variables (number, Boolean, string)
- Create and use functions
- Use all of the above to make a super cool game
Intermediate Python Coding
Intermediate Python Coding is suitable for students who have either completed our Python Coding 1 course or who have experience coding in Python. It is designed for late primary to secondary aged students who are looking to take their Python programming skills to the next level. Advanced Python builds on the principles covered in beginner Python and covers object oriented programming in greater depth. Children will start to use popular Python libraries such as Pandas, Skikit for machine learning, and PyGame. We will also explore web development techniques using Python libraries such as Django. The objective of the Python 2 course is to help children become confident and independent programmers.- Learn Python syntax (structure)
- Object oriented programming
- Use loops and conditionals (IF/THEN/ELSE)
- Understand variables (number, Boolean, string)
- Create and use functions
- Graphics and web design frameworks
- Data science and machine learning techniques
Advanced Python Coding
Advanced Python Coding is designed for confident coders aged 11 or over, looking to apply their programming knowledge to data science and machine learning. Students will be introduced to Interactive Python Notebooks, a tool used by professionals to write and present their code. We will then look at the "Pandas" library, a useful tool that allows us easily to describe and manipulate large amounts of data. We will then learn how to visualise our data by plotting graphs and spotting trends in the dataset. We'll cover more useful libraries to add to our Data Science arsenal. Finally, we will get a brief introduction to machine learning, the process of letting a computer recognise patterns and make predictions. In our case, this means recognising images that we give to it!- Learn Python syntax (structure)
- Learn to use Interactive Python Notebooks
- Learn to use the "Pandas" library tool
- Describe and manipulate large real-life datasets
- Visualise your data by plotting graphs
- Spot trends in your dataset
- Explore additional libraries for mathematical modelling
- Get introduced to machine learning to help a computer recognise patterns and make predictions
Python Coding, Spring Term Timetable 2025:
Day Start Date End Date Level Monday 7.00 PM - 8.00 PM (10 weeks) 20th Jan 2025 31st March 2025 Beginner Python Coding Tuesday 7.00 PM - 8.00 PM (10 weeks) 21st Jan 2025 1st April 2025 Intermediate Python Coding Wednesday 7.00 PM - 8.00 PM (10 weeks) 22nd Jan 2025 2nd April 2025 Advanced Python Coding - A computer or tablet with the Zoom web conferencing software installed.
- A laptop/computer (PC or Mac) with Python installed (download here)
-
24JanAI Coding: Explore the Future of Technology AI Coding is an exciting and interactive course designed for young tech enthusiasts aged 9+. This course will introduce you to the fascinating world of Artificial Intelligence (AI) and teach you how to design, build, and train your own AI models. AI is the most important technology shift in our lives. Understanding what AI is and how it can be applied to solve problems will be a key skillset for all kids to have. What You Will Learn:
- Understanding AI Design: Discover the basics of how AI works and explore the different types of AI.
- Training Models: Learn how to train AI models to perform various tasks and improve their accuracy.
- Language Understanding: Dive into natural language processing and teach AI to understand and generate human language.
- Image Detection: Explore computer vision and create AI models that can detect and recognize images.
- Emotion and Sentiment Detection: Develop AI that can detect emotions and sentiments in text and images.
- Hands-on Projects: Apply your knowledge by working on fun and engaging projects that demonstrate the power of AI.
- Taught by experienced AI teachers.
- Exciting project-based lessons designed by CODE KIDS.
- Small learning groups with tutors.
- Build friendships and learn socially with other students.
- All devices and laptops provided.
Day Start Date End Date Courses Friday 7.00 PM - 8.00 PM (10 weeks) 24th Jan 2025 4th April 2025 AI Coding - Zoom (download here)
- A laptop/computer (PC or Mac) with the Chrome web browser installed
-
24JanDon’t just let your children play Minecraft, get them coding with it! In this spring term weekly class, the students will be taught to code using Minecraft, in a block-based programming language (Microsoft MakeCode). This class runs like an after school club. There is a class once a week every week at the same time.
Blackheath - Minecraft Coding Club, Spring Term 2025 Timetable:
Day Start Date End Date Courses Friday 4.00 PM - 5.00 PM (10 weeks) 24th Jan 2025 4th April 2025 Minecraft Coding
Frequently Asked Questions
Our online camps run slightly differently to our in-house camps, so you might have lots of questions. See our answers to some of your frequently asked questions below
- Protecting private information for themselves and others
- Be just as respectful towards their tutor and peer group in a virtual classroom as they would in a physical one
- Stand up to cyber-bullying when they see it happening
- Carefully manage their digital footprint
Whilst they are in the classroom, we cannot see what they have got on their individual screens unless they choose to share. We therefore ask that although the child sits in a quiet space, a responsible adult is always close by to monitor their screens from time to time.
Our online mini-camp times are different to our in-house camps. Our mini-camps are 3 hours long. However, if you feel your child could cope with a full day of learning, they can join us for a different subject in the afternoon. We have a 2 hour break between the morning and afternoon sessions, allowing the students to have lunch and some free time at home.
We have three sessions running on any given day:
- 9AM to 12PM (this is an ideal time for our younger learners as they tend to be most productive in the mornings)
- 2PM to 5PM (this session would offer a different subject to the morning session, as our mini-camps are only three hours long, giving working from home families lots of flexibility)
- 6PM to 9PM (these classes are ideal for older learners, who might be more productive in the evenings, and also for our international students in the US)
Your child will need a device to connect with us via a Zoom classroom, so at the very least, they will need:
- a computer or an iPad with Zoom installed (for most courses, either one will work, but some courses may be iPad only or Computer only)
- a quiet space to work, away from background noise or distractions (siblings or television/radio)
- if you have two siblings joining the camp, they will also need to be in separate rooms
- perhaps some writing material to take any notes. Most notes from the tutor will be sent to the students at the end of the class
The Game Design course is iPad /tablet only.
The Virtual Reality course experience is better on a iPad/tablet. If you are using a computer, we would recommend having a smart phone to view your world.
Scratch Coding, Roblox Coding, Advanced Game Development, Mobile App Development, Python Coding all require a computer.
Every Code Kids coach who works with our children has an enhanced DBS check and has had child safeguarding training. The safety of the children in our care is our highest priority. Every camp also has at least one adult with paediatric first aid training. We do also have excellent staff:pupil ratios.
Join Our Mailing List to be The First To Hear About New Courses
Become Part of The Code Kids Family