Young Coders
Ages 7–10 · Grade 2–4 · 45-min sessions
Young Coders Track · Ages 7–10
Python for Kids
A gentle, game-based introduction to Python. 12 weeks of fun projects — from saying hello in code to building your very own game.
Duration12 Weeks
Lessons24 Videos
Live Sessions12 × 45 min
CertificateIncluded
£89
One-time payment
£7/week
Week-by-week curriculum
  • Wk 1 — Hello, Python! · print() and the Python shell
  • Wk 2 — Variables · storing names, ages and text
  • Wk 3 — f-strings · telling stories with code
  • Wk 4 — input() · talking to your program
  • Wk 5 — Numbers & maths · int(), float(), operators
  • Wk 6 — if / else · making decisions in code
  • Wk 7 — elif · more than two choices
  • Wk 8 — for loops · doing things again and again
  • Wk 9 — while loops · keep going until…
  • Wk 10 — Lists · collecting things in Python
  • Wk 11 — Functions · teaching Python a new trick
  • Wk 12 — Capstone · build your own game
Projects built every week
  • Self-Introduction Program
  • Personalised Story Generator
  • Pocket Money Calculator
  • Are You Old Enough? Game
  • Number Guessing Game
  • Favourite Things Collector
  • Compliment Machine
  • Capstone Game (student's own idea)
End Vision
Your child can write real Python programs, explain what code does, and has built a game from scratch — with genuine confidence and curiosity about what comes next.
Python Track
Ages 10–18 · 60-min sessions · 3 tiers
Tier 1 · Beginner · Ages 10–14
Python Foundations
Start from zero. Learn to write, run, and think in Python — then build two real projects to show for it.
Duration4 Weeks
Lessons8 Videos
Live Sessions4 × 60 min
CertificateIncluded
£99
One-time payment
£25/week
Topics covered
  • Python setup · IDLE / VS Code · first script
  • Variables, data types, print() and input()
  • if / elif / else — control flow and conditions
  • Comparison operators and boolean logic
  • for loops, while loops, range()
  • Functions — def, parameters, return, scope
  • Lists, tuples, dictionaries
  • Error handling basics · writing clean scripts
Projects
  • Command-line calculator
  • Number guessing game
End Vision
You can write Python scripts independently, solve basic problems with code, and confidently step into Tier 2.
Tier 2 · Intermediate
Python Intermediate
Build on the fundamentals. Write structured, real-world Python and ship your first portfolio project.
Duration5 Weeks
Lessons10 Videos
Live Sessions5 × 60 min
CertificateIncluded
£139
One-time payment
£28/week
Topics covered
  • OOP — classes, objects, __init__, attributes, methods
  • Inheritance — extending a base class
  • File handling — open(), read(), write(), append()
  • JSON — loading and saving structured data
  • Modules, packages and pip · virtual environments
  • HTTP requests with the requests library
  • Parsing JSON API responses · error handling
Projects
  • Class-Based To-Do Manager
  • File-Based Note Saver
  • Weather App using a live API (capstone)
End Vision
You can write structured, object-oriented Python and build applications that connect to the real world — ready for your portfolio.
Tier 3 · Advanced
Python Advanced
Go deep. Build something substantial. Graduate with a project you can walk any employer through.
Duration6 Weeks
Lessons12 Videos
Live Sessions6 × 60 min
CertificateIncluded
£179
One-time payment
£30/week
Topics covered
  • List comprehensions, generators, lambda, map/filter
  • Decorators and context managers
  • SQLite — CREATE, INSERT, SELECT, UPDATE, DELETE
  • Pandas basics — DataFrames, cleaning, aggregation
  • Automation with os, shutil, pathlib, schedule
  • Web scraping with BeautifulSoup
  • Code quality · DRY, naming, readability · refactoring
Projects
  • Stack & Queue Implementation
  • CSV → SQLite Pipeline
  • Automation Script
  • Full Capstone Project (student's choice)
End Vision
You have a complete, demonstrable project and the depth to walk into any junior Python role or technical interview with confidence.
Full Mastery Pack
All three Python tiers — Foundations through Advanced
15 weeks · 30 lessons · 15 live sessions · 3 certificates · Complete portfolio
£349
Saves £68 · Individual total £417
Enrol in Bundle
Python × AI
Ages 14+ · 60-min sessions · 4 phases
Python × AI · Phase 1
Python Core
Python setup to APIs — learned from day one with an AI mindset. A standalone entry course or the foundation of the full AI track.
No prior coding required · Can be taken as standalone Python course
Duration4 Weeks
Lessons8 Videos
Live Sessions4 × 60 min
CertificateIncluded
£129
One-time payment
£32/week
Topics covered
  • Python setup · variables, types — framed around AI concepts
  • print(), input(), f-strings · building an AI-style greeter
  • if/elif/else — how rule-based AI systems make decisions
  • for and while loops — iteration in AI data processing
  • Functions — the building block of every AI pipeline
  • Lists and dicts — core data structures of AI responses
  • Reading files and JSON — how AI systems consume data
  • Making your first API call — request and response
Projects
  • AI-Themed Greeter
  • Rule-Based Recommender
  • Data Processor
  • Live API Caller (capstone)
End Vision
You can write clean Python and call a real API — with a mental model of how AI systems are structured from the inside.
Python × AI · Phase 2
AI Literacy & Prompting
Understand how LLMs actually work and master prompt engineering patterns that consistently produce reliable results.
Requires Phase 1 or Python Foundations · Standalone at £79
Duration2 Weeks
Lessons4 Videos
Live Sessions2 × 60 min
CertificateIncluded
£79
One-time payment
£40/week
Topics covered
  • Tokens, context window, temperature, top-p — demystified
  • Hallucination, bias and what AI cannot do — honest limits
  • Zero-shot, few-shot, chain-of-thought prompting
  • Persona prompting and negative prompting
  • Structured JSON output and system prompts
  • Schema design for reliable AI responses
Projects
  • LLM Behaviour Journal
  • Prompt Pattern Comparison (capstone)
End Vision
You understand how language models actually work and can write prompts that consistently produce reliable, structured outputs — a rare and in-demand skill.
Python × AI · Phase 3
Python Meets AI
The engineering phase. Call real AI APIs, build intelligent agents with function calling, and process documents with Vision API.
Requires Phase 2 · Most in-demand skill set on this track
Duration4 Weeks
Lessons8 Videos
Live Sessions4 × 60 min
CertificateIncluded
£169
One-time payment
£42/week
Topics covered
  • OpenAI / Gemini API — first call from Python, authentication
  • Conversational AI — managing message history and context
  • Feeding structured data to AI — CSV, JSON, DataFrames
  • Natural language queries over your own data
  • AI agents — function calling, tool use, the ReAct pattern
  • Multi-step agents — planning, tool selection, execution
  • PDF and document processing · extraction and summarisation
  • Vision API — image understanding, OCR, multimodal queries
Projects
  • Personal AI Assistant
  • Data Q&A Tool
  • 3-Tool AI Agent
  • Document Summariser (capstone)
End Vision
You can build multi-step AI agents that call real APIs, process documents, and understand images — the most in-demand AI engineering skills right now.
Python × AI · Phase 4
Build & Deploy
Deployment phase. Build a Flask web interface for your AI app, style it, and deploy it live. Graduate with a real URL.
Requires Phase 3 · You leave with a live, shareable URL
Duration3 Weeks
Lessons6 Videos
Live Sessions3 × 60 min
CertificateIncluded
£129
One-time payment
£43/week
Topics covered
  • Flask basics — routes, templates, forms, request/response
  • Connecting your AI backend to a Flask frontend
  • HTML/CSS basics for AI app UIs — clean and functional
  • Error handling, loading states, input validation
  • Deploying to Render — environment variables, requirements.txt, Procfile
  • Capstone walkthrough — live demo, portfolio presentation
Projects
  • Flask AI Web App
  • Polished Flask App with full UI
  • Live Deployed AI App — real URL (capstone)
End Vision
You have a live AI application at a real URL — something you built, styled, and deployed yourself. The kind of project that stands out in any application.
Python × AI Full Track
All four phases — Python Core through Build & Deploy
13 weeks · 26 lessons · 13 live sessions · 4 certificates · Live deployed AI app with real URL
£499
Saves £7 · Individual total £506
Enrol in Full Track
Bundles & Packs
Save more · Every bundle includes all individual courses
Full Mastery Pack
Python Foundations → Advanced
F + I + A · Python Track only · Ages 10–18
15 weeks30 videos15 live sessions3 certificates
Python × AI Full Track
All Four AI Phases
AI1 + AI2 + AI3 + AI4 · Ages 14+
13 weeks26 videos13 live sessions4 certificatesLive app
Junior Path Bundle
Young Coders + Python Foundations
YC + F · Ages 7–14
16 weeks32 videos16 sessions2 certificates
Complete Bundle — Everything
Python Mastery + Python × AI
F + I + A + AI1 + AI2 + AI3 + AI4 · All 7 courses
28 weeks56 videos28 sessions7 certificates
Already have Python skills? Existing Python students can skip Phase 1 and take the AI Add-on — Phases 2–4 only for £349. That's 9 weeks: AI Literacy + Python Meets AI + Build & Deploy. Ask us about this →