---
title: "Coding and AI Classes in North West England | Ages 6 to 67"
description: "Live online coding, AI, Python and maths classes across North West England, with pages for Manchester, Liverpool, Preston, Cumbria, Lancashire and more."
canonical: https://learn.modernagecoders.com/coding-and-ai-classes-in-north-west-england
source: src/pages/coding-and-ai-classes-in-north-west-england.html
---
> Live online coding, AI, Python and maths classes across North West England, with pages for Manchester, Liverpool, Preston, Cumbria, Lancashire and more.

Skip to contentCourses across the North West

## Where North West learners begin

A Year 1 pupil in Southport who loves puddles, a Year 9 in Warrington starting Python, a Year 12 in Stockport on A level maths, and a Bolton adult learning data analysis. A free lesson places each one.

[![Scratch Coding for Kids course thumbnail](/images/scratch-kids.webp)Ages 6 to 12Scratch Coding for KidsScratch projects with rain, rivers and simple charts.See the syllabus](/courses/scratch-programming-complete-course)[![Python and AI for Kids course thumbnail](/images/python-kids.webp)Ages 9 to 14Python and AI for KidsPython and early AI ideas using real measurements.See the syllabus](/courses/python-ai-kids-masterclass)[![High School Mathematics course thumbnail](/images/high-school-maths.webp)Ages 14 to 18High School MathematicsRigorous secondary maths, including spread and standard deviation.See the syllabus](/courses/complete-high-school-mathematics-mastery)[![Data Analysis Course course thumbnail](/images/data-analysis-college.webp)AdultsData Analysis CoursePython for adults exploring real datasets.See the syllabus](/courses/data-analysis-mastery-course-college)

Browse the [course atlas](/course-atlas) for more than one hundred options and use the [coding roadmap](/coding-roadmap) to check prerequisites.

The four we are known for

### Python, AI, vibe coding and agentic coding

These run underneath everything above. Every one is live and online, placed by ability rather than by age, and the first class is free.

[![Vibe Coding for Teens course thumbnail](/images/vibe-coding-teens.webp)Vibe codingAges 13 to 17Vibe Coding for TeensPython, web and AI projects where the learner still owns the thinking.See the syllabus](/courses/vibe-coding-for-teens-python-web-ai-projects-course)[![Python Automation Course course thumbnail](/images/python-college.webp)Python and AICollege and adultPython Automation CourseAutomate the work you already do, then let AI carry part of it.See the syllabus](/courses/python-ai-automation-masterclass-college)[![AI and Machine Learning for Teens course thumbnail](/images/ai-ml-teens.webp)AI and MLAges 14 to 18AI and Machine Learning for TeensTrain a model, read what it learned, and be able to say why it is wrong.See the syllabus](/courses/ai-ml-masterclass-teens)[![Codex & Claude Code course thumbnail](/images/codex-claude-code-adults.webp)Agentic codingProfessionalsCodex & Claude CodeRun AI coding agents on real work without losing control of the codebase.See the syllabus](/courses/codex-and-claude-code-ai-coding-agents-masterclass-for-adults-professionals)The North West in figures

## 7,417,397 people across the North West

ONS's 2021 census count of usual residents for the region comes via Nomis. Towns below are ONS built-up areas found wholly inside the region.

| Built-up area | People | Built-up area | People |
| --- | --- | --- | --- |
| Liverpool | 506,565 | Rochdale | 111,255 |
| Manchester | 470,405 | Oldham | 110,720 |
| Bolton | 184,090 | Birkenhead | 109,835 |
| Warrington | 174,970 | Salford | 108,410 |
| Blackpool | 149,070 | Preston | 94,490 |
| Blackburn | 124,955 | Southport | 94,440 |
| Stockport | 117,935 |   |   |

The ONS lookup counts 39 local authorities in the North West. Chester's built-up area crosses the regional boundary, so it is not in the table. North West classrooms follow the English national curriculum, and older pupils sit GCSEs and A levels set by a range of boards. Because councils fix their own term dates, we work from whatever calendar your school gives you.

Each North West page below has its own project, and the names link as pages go live: [Carlisle](/best-coding-class-in-carlisle), [Cheshire](/coding-classes-in-cheshire), [Chester](/best-coding-class-in-chester), [Cumbria](/coding-classes-in-cumbria), [Greater Manchester](/coding-classes-in-greater-manchester), [Lancashire](/coding-classes-in-lancashire), [Lancaster](/best-coding-class-in-lancaster), [Liverpool](/best-coding-class-in-liverpool), [Manchester](/best-coding-class-in-manchester), [Merseyside](/coding-classes-in-merseyside), [Preston](/best-coding-class-in-preston), [Salford](/best-coding-class-in-salford).

### England and coursework help

Our [England](/coding-and-ai-classes-in-england) page explains schooling, and [A level Computer Science NEA help](/a-level-computer-science-nea-help) covers the programming project.

The North West project

## Wetter, or just less predictable?

Standard deviation divided by the mean puts spread on a fair footing.

The learner adds up twelve months of rain for every year from 1961 to 2020, then splits the years into two thirty-year halves. For each half, Python computes the mean annual total and the standard deviation, which measures how far a typical year sits from that mean. Because a wetter place naturally has bigger swings in millimetres, the fair comparison divides the standard deviation by the mean. That ratio, the coefficient of variation, says how large the typical swing is as a fraction of the typical year.

| Measure | 1961 to 1990 | 1991 to 2020 | Change |
| --- | --- | --- | --- |
| Mean annual rain | 912 mm | 981 mm | Up 7.6% |
| Standard deviation | 112 mm | 163 mm | Up 46% |
| Coefficient of variation | 0.122 | 0.166 | Up about a third |
| Driest year | 1964, 694 mm | 1996, 674 mm |   |
| Wettest year | 1967, 1,203 mm | 2020, 1,326 mm |   |

The spread rose much faster than the mean, so the coefficient of variation rose too: from about 12 per cent of a typical year to about 17. In plain terms, a year at Newton Rigg is now more likely to be far from average, in either direction, even after allowing for the wetter average. The driest year of the later half, 1996, was drier than the driest of the earlier half, and its wettest, 2020, was wetter than any year in the earlier half. Thirty years is not a long sample, so this is evidence of a change at one station, not proof of a regional trend.

There is a technical choice that trips people up. Python's statistics module offers two standard deviations: one divides by the number of years, the other by one fewer. With thirty years they give 111.6 and 113.5 millimetres for the first half, close but not equal, and a report must say which it used. The bigger slip is comparing raw standard deviations between a dry place and a wet one, which almost always makes the wet place look more erratic. The learner computes both versions and writes a check that the coefficient of variation has no units.

### Ages 8 to 11

Plot yearly rain as bars in Scratch and spot which years stick out furthest from the rest.

### Ages 11 to 15

Total each year in Python, then compute means and standard deviations for both halves.

### Ages 15 and up

Compare the two standard deviations, compute the coefficient of variation, and discuss how much thirty years can prove.

### Met Office data, our statistics

The monthly rainfall comes from the Met Office's Newton Rigg file. The yearly totals, standard deviations and ratios are our calculations, not official climate statistics.

Why Newton Rigg

## A complete record from Cumbria

What the station file says about itself.

| Item | Value in the header |
| --- | --- |
| Easting and northing | 349300E 530800N |
| Position in degrees | Latitude 54.670 N, longitude 2.786 W |
| Elevation | 169 m amsl |
| First month on file | January 1959 |
| Gaps in rain, 1961 to 2020 | None |

Comparing variability fairly is central to quality control, finance and science: whether a machine's output is steady relative to its size, whether an investment's swings are large relative to its returns, whether an experiment is repeatable. A learner in North West England who has shown that spread grew faster than the average has a tool that works far beyond the weather.

We are independent of the Met Office and the ONS. The data is theirs; the statistics here, and any slip in them, are ours.

Growing skills

## From rain bars to standard deviation

Years are a guide only; the trial lesson decides.

Years 1 to 4

### Charts and totals

Block coding with totals and bar charts.

[Scratch Coding for Kids](/courses/scratch-programming-complete-course)[Coding for Kids](/courses/kids-coding-blocks-masterclass)Years 5 to 8

### Averages and spread

Python with sums, means and simple spread.

[Python and AI for Kids](/courses/python-ai-kids-masterclass)[Maths Through Coding](/courses/maths-through-coding)Years 9 to 13

### Statistics and AI

Standard deviation, sampling and machine learning basics with GCSE and A level.

[High School Mathematics](/courses/complete-high-school-mathematics-mastery)[Python for Teens](/courses/python-complete-masterclass-teens)Adults

### Real-world data

Adult Python for analysis and honest reporting.

[Data Analysis Course](/courses/data-analysis-mastery-course-college)[Python Masterclass](/courses/python-programming-masterclass-zero-to-advanced-college)AI and variability

## An AI can compute a standard deviation. Is it the fair comparison?

Raw spread and relative spread can tell opposite stories.

Ask a chatbot which of two places has more variable rain and it may compare raw standard deviations, which nearly always makes the wetter place look more erratic. It may not say whether it divided by n or n minus one.

A North West learner who has used the coefficient of variation knows to ask whether spread was compared relative to the average.

Knowing when a bigger spread is only a bigger average in disguise is worth a North West teenager learning to code for in 2026. The longer argument is in [why teenagers should still learn to code in 2026](/blog/is-coding-worth-learning-2026).

How lessons work

## From Blackpool to Oldham, live on screen

Big city or small village, every learner joins by video.

### Learners code

The student types every program, and the tutor, watching the shared screen, asks rather than tells.

### Year groups

A Year 6 in Rochdale or a Year 13 in Birkenhead starts at the right point for their year, with exam names from their board.

### Free opener

The first full lesson costs nothing and ends with a clear plan.

### Same-stage classes

Five to ten learners at one level, drawn from across Britain.

### Term time

Two lessons weekly in term, with the holidays off.

### UK clock

Spring and autumn clock changes do not move your lesson; our teachers adjust.

Why groups meet online

Five learners at one level and hour are rarely in one town, even in a region of over seven million. Online, a Southport or Warrington learner joins the class that fits.

Fees

## North West fees

Liverpool and Carlisle pay the same, as does each country we teach outside India.

First class**USD 0**

A complete lesson free, with honest advice.

Group tuition**USD 100**

About eight lessons a month in a group of five to ten.

Private tuition**USD 150**

About eight lessons a month with your own tutor.

Fees are charged in US dollars only, never sterling. Payment starts after the trial has agreed a course and weekly time, and holidays, missed lessons and format changes are explained on the pricing page.

Request placement[Check availability](https://wa.me/919123366161?text=Hello%20Modern%20Age%20Coders%2C%20we%20are%20in%20North%20West%20England%20and%20would%20like%20to%20book%20a%20free%20lesson%2C%20please.)Reviews

## North West families on Google

Rated 4.9 across 547 Google reviews. These are real reviews, reproduced as written.

★★★★★

"The one step solution for my son. Modern Age Coders make learning coding so simple that kids love it. The teachers explain complex concepts clearly with practical exercises and interactive content."

Ria Mukherjee

Parent

★★★★★

"Modern Age Coders has been a game-changer for me. I struggled to grasp IT concepts and coding before joining, but their classes transformed everything. I can now confidently write complex programs with ease."

Samriddha Mondal

Student

★★★★★

"One of the most wonderful education centres out there. Education is not limited to school syllabus but focuses on skill development."

Vansh Agarwal

Student

★★★★★

"My child Dhairya is really enjoying the Modern Age Coders classes. This is his first online class and he eagerly looks forward to it. I can already see his improvement, and the teachers are very cooperative."

Sonam Oswal

Parent of Dhairya

★★★★★

"Modern Age Coders have wonderful teachers who teach in a clear, easy and practical way. The teacher boosts students' confidence and inspires them to learn without hesitation."

Sonu Goyal

Parent

★★★★★

"I highly recommend this computer coding class! The teachers are incredibly knowledgeable and passionate about coding."

Ritu Kedia

Parent

Free placement class

## Book a free North West lesson

Tell us a school year or age and one interest. A first session might build a rainy-day game in Scratch, write a short Python script, or start on the Newton Rigg spread question.

### Contact the team directly

WhatsApp or call [+91 91233 66161](tel:+919123366161), or email [contact@modernagecoders.com](mailto:contact@modernagecoders.com). This is Modern Age Coders' actual contact, an Indian number, and not an invented North West England one.

[WhatsApp Modern Age Coders](https://wa.me/919123366161?text=Hello%20Modern%20Age%20Coders%2C%20we%20are%20in%20North%20West%20England%20and%20would%20like%20to%20book%20a%20free%20lesson%2C%20please.)

Submitted details are used for placement and follow-up.

FAQ

## North West England questions

Population, the Newton Rigg rain study, and how classes run.

### What is the population of North West England?

The 2021 census counted 7,417,397 usual residents in the North West region.

### What are the largest places in North West England?

Among ONS built-up areas wholly in the region: Liverpool 506,565, Manchester 470,405 and Bolton 184,090.

### What is the Newton Rigg project?

Learners compare 1961 to 1990 with 1991 to 2020 yearly rain in Python and find that spread grew faster than the average.

### What is the coefficient of variation?

The standard deviation divided by the mean, which compares spread fairly between things with different averages.

### Did Newton Rigg get wetter?

On our sums the average year rose from about 912 mm to about 981 mm between the two periods.

### Are lessons online?

All of them; every class runs live over video.

### Can you support exam-year students?

Yes, GCSE and A level maths and computing; we build understanding and never sell grade guarantees.

### What ages can join?

Anyone from 6 to 67.

### How much are lessons?

The trial lesson costs nothing. Continuing is USD 100 per month in a class or USD 150 per month on your own with a tutor.

### Do lessons run in holidays?

No. Share your school holidays and we pause.

Other regions

## More region indexes

See [Yorkshire and the Humber](/coding-and-ai-classes-in-yorkshire-and-the-humber), the [West Midlands region](/coding-and-ai-classes-in-west-midlands-region) and the [East Midlands](/coding-and-ai-classes-in-east-midlands). The [England](/coding-and-ai-classes-in-england) page explains schools, and the [UK hub](/coding-classes-in-united-kingdom) lists the full series.

Book the free class[WhatsApp our team](https://wa.me/919123366161?text=Hello%20Modern%20Age%20Coders%2C%20we%20are%20in%20North%20West%20England%20and%20would%20like%20to%20book%20a%20free%20lesson%2C%20please.)Free North West England class[Call +91 91233 66161](tel:+919123366161)

## Keep exploring Modern Age Coders

### Coding classes in nearby places

- [Coding and AI Classes in Scotland](/coding-and-ai-classes-in-scotland)
- [Coding and AI Classes in North East England](/coding-and-ai-classes-in-north-east-england)
- [Coding and AI Classes in South East England](/coding-and-ai-classes-in-south-east-england)
- [Coding and AI Classes in Munster](/coding-and-ai-classes-in-munster)
- [Coding and AI Classes in South West England](/coding-and-ai-classes-in-south-west-england)
- [Coding and AI Classes in Leinster](/coding-and-ai-classes-in-leinster)
- [Coding Classes in Lelystad](/coding-classes-in-lelystad)
- [Coding Classes in Leeuwarden](/coding-classes-in-leeuwarden)
- [Coding Classes in Jalan Bani Bu Hassan](/coding-classes-in-jalan-bani-bu-hassan)
- [Coding Classes in Himachal Pradesh](/coding-classes-in-himachal-pradesh)

### Learn more

- [Coding for Class 5: Python, Scratch & AI Tools for 10 Year Olds](/coding-for-class-5)
- [Data Science Course in the UK](/data-science-course-uk)
- [Machine Learning From Scratch: Build Real AI/ML Models](/machine-learning-from-scratch)
- [Coding Classes for 11 Year Olds: Python, Web and AI Projects](/coding-for-11-year-olds)

### Free resources

- [AI & Machine Learning Tutorial: Basics to Deep Learning](/resources/ai-and-machine-learning)
- [Transformers and Attention Mechanism](/resources/ai-and-machine-learning/transformers-and-attention)
- [Data Preprocessing and Exploratory Data Analysis](/resources/ai-and-machine-learning/data-preprocessing-and-eda)
- [Ensemble Methods](/resources/ai-and-machine-learning/ensemble-methods-and-boosting)

### From the blog

- [AI & Machine Learning Guides](/blog/topic/ai)
- [Best AI Coding Tools for Students in 2026](/blog/best-ai-coding-tools-for-students-2026)
- [Full Stack vs. AI Engineer: Which Career Path Pays More in India?](/blog/full-stack-vs-ai-engineer-salary-india)
- [UAE Made AI Mandatory in Schools: What It Means](/blog/uae-ai-curriculum-schools-what-it-means)

### Start here

- [Book a free demo class with Modern Age Coders](/book-demo)
- [Real projects built by Modern Age Coders students](/student-labs)

---

*Canonical: https://learn.modernagecoders.com/coding-and-ai-classes-in-north-west-england*
