England · T Levels · Ages 16 to 19

T Level Digital Software Development help

Most students choosing a T Level are told it is "equivalent to 3 A levels" and not much else. The detail matters more. The certificate carries two separate grades: the core, graded A* to E, and the occupational specialism, graded pass, merit or distinction. The overall grade combines them, and the top one is spelled out without ambiguity: "to be awarded a Distinction*, you must achieve an A* in the core and a Distinction in the occupational specialism(s)". On top of that sits an industry placement of "at least 315 hours", roughly nine weeks inside a real employer, without which no T Level is awarded at all. A student who is strong in examinations and weak at building software, or the reverse, cannot reach the top. This page explains the two halves, which of the three digital T Levels is actually about programming, and where outside teaching genuinely helps.

Teaching live since 2020 · 10,000+ students · Support for the skills, never the assessed work

In short

The Digital Software Development T Level is a two-year level 3 course, equivalent to three A levels, first taught in September 2020 and awarded by Pearson. It has two graded parts. The core covers problem solving, programming, data, digital environments, security, legislation and business context, and is graded A* to E. The occupational specialism covers analysing requirements, designing, implementing and testing software, and maintaining it, and is graded pass, merit or distinction. A Distinction*, worth 168 UCAS points, the same as A*A*A*, needs an A* in the core and a Distinction in the specialism, and every T Level also requires an industry placement of at least 315 hours. We do not deliver T Levels or touch assessed work; we teach the programming both parts assume. The first lesson is free, then USD 100 a month in a group or USD 150 one to one.

Start here

Three courses T Level digital students use

Programming depth, the testing habit, and the data work the core covers. Cards open the full syllabus.

Two halves of one grade

An exam grade and a practical grade, and you need both

From the Department for Education's Introduction of T Levels, updated 26 January 2026, and the Skills England qualification page.

What the T Level certificate records
ElementHow it is graded
Overall T Level gradePass, merit, distinction or distinction*
Core componentA* to E
Occupational specialismPass, merit or distinction
Industry placementConfirmed as completed; required for the award
English and mathsStudents work towards them if not already at grade 4, but are not required to achieve them to pass the programme
How T Level grades convert to UCAS points, as DfE publishes them
UCAS pointsT Level overall gradeA level equivalent
168Distinction*: A* on the core and distinction in the occupational specialismA*A*A*
144DistinctionAAA
120MeritBBB
96Pass, with C or above on the coreCCC
72Pass, with D or E on the coreDDD

Why the split matters

The core is knowledge and understanding, assessed through an examination and an employer-set project. The specialism is the occupational skill itself: building, testing and maintaining software. They reward different habits and different students.

The top grade needs the best result in both. That is unusual in English post-16 qualifications, and it means neither half can be neglected on the assumption that the other will carry it.

And the bottom of the table

The two pass grades differ only by the core result: C or above gives the CCC equivalent, D or E gives DDD. So the examined half moves a student by a full A level grade on every subject, even at a pass.

Partial achievement also earns UCAS points, which DfE says vary by T Level because the weighting of core and specialism differs between them.

Sources, read 21 September 2026: DfE, Introduction of T Levels, updated 26 January 2026, applies to England; T Levels, Digital Software Development; and Skills England, T Level in digital Software Development.

Which digital T Level

Three T Levels share a word, and one of them is about writing software

A student searching for "the digital T Level" is choosing between three qualifications that lead to different work.

The digital T Levels, from the DfE timeline
T LevelFirst taughtMainly about
Digital software developmentSeptember 2020Designing, building, testing and maintaining software
Digital data analyticsSeptember 2021Working with data, as its name says
Digital support and securitySeptember 2021Supporting systems and keeping them secure

The coding one, and its two names

The student-facing site calls it Digital Software Development. The Skills England record still names its occupational specialism Digital Production, Design and Development, which was the original title, and aligns it to the occupational standard for a software development technician.

Both names describe the same qualification from Pearson, first available from 1 September 2020. If a college prospectus uses the older name, it is not a different course.

What the specialism actually contains

The published specialism content is a description of professional software work: "Analysing a problem to define requirements and acceptance criteria aligned to user needs", "Designing, implementing, and testing software", "Changing, maintaining and supporting software", and "Creating solutions in a social and collaborative environment".

It also names "Applying ethical principles and managing risks in line with legal and regulatory requirements when developing software", which is rarely taught before university elsewhere.

Core content, as the T Levels site lists it
Core areaWhy a coding student needs it
Problem solvingEvery programming task begins with a problem stated precisely enough to solve
ProgrammingThe centre of the qualification, and the skill the specialism builds on
DataAlmost all real software stores, moves and reports on data
Digital environmentsWhere software actually runs, and what that changes
SecurityThe risks the core says organisations face, and how software creates or reduces them
Legislation and regulatory requirementsWhat the law requires of software and the people who build it
Business contextWhy software is built at all, and for whom
Emerging issues and the impact of digitalHow the field is changing, including AI

Roles the T Levels site lists for this route include web developer, web designer, software developer, computer games tester and developer, e-learning developer and user experience designer. It also notes the T Level can lead to a related higher apprenticeship or degree. Entry requirements are set by each school or college, not nationally.

The placement

Nine weeks inside a real employer

The part of a T Level no classroom and no tutor can simulate, and the part without which nothing is awarded.

What the rules say

Every T Level includes a placement that DfE says will "last a minimum of 315 hours (approximately 45 days) but can last longer". The student site describes it as "9 weeks minimum working with an employer". The two descriptions agree: forty-five working days is nine five-day weeks.

Employers can offer it "as a block, day release or a mix of these", and the provider offering the T Level arranges and verifies it.

Why it changes preparation

A student who arrives at a placement able to read an unfamiliar codebase, use version control and write a test is useful from the first week. One who can only write small programs from scratch spends most of the placement catching up.

That is where outside teaching genuinely helps, and it is a very different thing from helping with assessed work.

Where we can help, and where we will not
We teachWe do not do
Programming well past the minimum, in Python and for the webAny part of the employer-set project
Reading and changing code you did not writeAny occupational specialism assessment
Version control and working on shared codeFinding or arranging industry placements
Testing, requirements and acceptance criteria on our own projectsAnything a provider will verify as the student's own work

That line is the same one we hold for GCSE and A level coursework, and the page on declaring AI in assessed work explains why it matters more once a qualification counts towards university entry or a job.

For students weighing a T Level against A levels, the AQA and OCR A-level pages set out what the academic route asks, and the England page covers the wider system. T Levels apply to England only.

Progression

Four rungs across the two years

Judged by what a student can do in a real codebase, which is what the placement and the specialism both test.

What a T Level digital student should be able to do
RungWhenWhat should be true
1. Programming past GCSEThe first termComfortable writing, running and debugging real programs in at least one language
2. Working in shared codeBefore the placementReads unfamiliar code, uses version control, and makes small safe changes
3. Requirements and testingDuring the first yearTurns a user need into acceptance criteria and tests against them
4. Maintaining softwareSecond yearChanges and supports existing software without breaking what works

Rung two decides the placement

A student who can work in somebody else's code is useful to an employer immediately. Nine weeks is short, and arriving ready to contribute is worth more than anything else.

The wider topic order runs down the coding roadmap.

Rung four is the specialism

Changing, maintaining and supporting software is named in the specialism, and it is the part school programming almost never practises.

We teach it on our own projects, never on assessed work.

The catalogue

Nine courses for T Level digital students

Grouped by which part of the qualification they support. The free lesson settles where to start.

I

The programming core

What both halves assume

UK / TL1 / 01

Python, zero to advanced

Programming depth that stands up to a real placement.

Open the syllabus

UK / TL1 / 02

Java, complete

A second language, since employers use many and the specialism names none.

Open the syllabus

UK / TL1 / 03

Data structures and algorithms

The problem-solving and programming areas of the core, worked through properly.

Open the syllabus
II

Professional practice

For the specialism and the placement

UK / TL2 / 01

Git and GitHub

Changing and maintaining shared code, which the specialism names directly.

Open the syllabus

UK / TL2 / 02

Full stack web development

Designing, implementing and testing a real application end to end.

Open the syllabus

UK / TL2 / 03

Web development with Python

The web developer role the T Level lists first, built in the language most students already know.

Open the syllabus
III

Data and security

The rest of the core

UK / TL3 / 01

Databases and SQL

The data area of the core, where most real software keeps its information.

Open the syllabus

UK / TL3 / 02

Data science, complete

For students who find they prefer the data side and may look at the analytics T Level.

Open the syllabus

UK / TL3 / 03

Python and AI automation

Emerging issues and the impact of digital, including AI, handled with a record of what tools contributed.

Open the syllabus

How lessons work

Real code, shared code, and a clear line around assessment

Our teachers work from India on a clock that never shifts, so the UK is five and a half hours behind from October and four and a half from March. Slots are agreed in UK time.

After college

The usual slot for T Level students.

Later evening

For students on day-release placement weeks.

Weekend morning

Good for longer project work of our own.

Somebody else's code

Students regularly read, explain and extend code they did not write, which is exactly what a placement asks on day one.

Version control from the start

Every project lives in a repository, because that is how software is changed and maintained at work.

Requirements before code

A user need turned into acceptance criteria first, then tests, then the program.

Nothing assessed

We never work on the employer-set project, specialism assessment or anything a provider will verify.

Groups by level

Five to ten students at one stage, reviewing each other's changes as a team would.

Or one to one

For a student with a specific gap before a placement starts.

Student work

Software our older learners have built

Four projects from our own lessons, none of them assessed work. More in student labs.

NutriLife AI nutrition coach project screenshot

AI and ML

NutriLife

An AI nutrition coach that reads what you eat and works you toward a target.

by Bhavya · Open it

Misti AI chatbot for maths and coding screenshot

AI and ML

Misti

A chatbot that answers mathematics and programming questions, built and deployed by a student.

by Harshit · Open it

GuardianX AI internet safety assistant screenshot

AI and ML

GuardianX

An assistant that helps a young person recognise unsafe situations online.

by Vivaan · Open it

SkyCast weather forecast application screenshot

Web app

SkyCast

A weather forecasting site with live conditions for any location.

by Krish

Fees

What support costs

A flat fee each month, priced in US dollars for every country except India. Nothing is charged until the free lesson has settled a course and a regular slot.

Free first class

USD 0

no card required

  • A real lesson on real code
  • An honest view of where the gaps are
  • Only a phone number needed
Book it

Group batch

USD 100

a month, billed in US dollars

  • A room of five to ten at the same rung
  • The same teacher across the course
  • Your code reviewed and returned each week
  • Planned around weeks spent on placement
Start here

One to one

USD 150

a month, billed in US dollars

  • One student and one teacher
  • Useful for a specific gap before a placement
  • Scheduled around college and work
Enquire

What families say

Rated 4.9 across 547 Google reviews

From Google, unedited, by families who volunteered them.

★★★★★

"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

Questions about the digital T Level

What T Level students and parents ask

Which T Level is the coding one?

Digital Software Development. There are three digital T Levels: software development, first taught in 2020, and data analytics and support and security, both first taught in 2021.

Is it the same as Digital Production, Design and Development?

Yes. That was the original title and Skills England still uses it for the occupational specialism. The qualification is awarded by Pearson and has been available since September 2020.

What is it worth for university?

DfE publishes the conversion: Distinction* is 168 UCAS points, the same as A*A*A*; Distinction is 144, the same as AAA; Merit 120, BBB; and a Pass is 96 or 72 depending on the core grade.

How is the grade worked out?

From two separate grades: the core, graded A* to E, and the occupational specialism, graded pass, merit or distinction. A Distinction* needs an A* in the core and a Distinction in the specialism.

How long is the placement?

At least 315 hours, which DfE describes as approximately 45 days and the T Levels site as nine weeks minimum. It can be a block, day release or a mix.

Do I need grade 4 in English and maths?

DfE says T Level students work towards them if they have not already achieved grade 4, but are not required to achieve them to pass the programme. Entry requirements are set by each college.

Will you help with my employer-set project?

No. We do not work on the employer-set project, the occupational specialism assessment or anything a provider verifies as your own. We teach the programming those assessments assume.

Can you find me a placement?

No. Placements are arranged and verified by the provider offering the T Level.

Are T Levels available in Scotland, Wales or Northern Ireland?

The DfE guidance applies to England. The other nations have their own post-16 qualifications, covered on their own pages.

What does it cost?

The first lesson is free. After that a group place is USD 100 a month and one-to-one teaching USD 150, charged monthly with nothing in advance.

Elsewhere on this site

Other routes and rules

The A-level alternative, and what counts as your own work.

AQA A-level Computer Science 7517

The academic route, where Paper 1 is sat on screen from a skeleton program.

OCR A-level Computer Science H446

The other academic route, where nobody types code in an exam.

Understand the code, do not copy-paste it

Why declared AI content earns nothing in assessed work.

Coding and AI classes in England

How school computing works in England before a student reaches sixteen.

Coding classes for adults in the UK

Skills Bootcamps and other routes for anyone past college age.

Coding classes in the UK

The national page, and the index of every UK page we publish.

Start here

Book a free first lesson

Send a number and we will reply at a British hour you choose. The lesson is real programming, and it ends with a straight view of what to work on before your placement.

Prefer to look around first? Syllabuses are published on every course page, how we teach says plainly where the method does not fit, and the coding roadmap lists topics in order.

WhatsApp us · +91 91233 66161 · contact@modernagecoders.com

Message us on WhatsApp for the fastest reply; it costs nothing from a UK phone. The number is an Indian one, and we would rather you read that here than notice it halfway through a chat.

Nothing to pay and nothing to sign. One reply, with a time.

Keep exploring Modern Age Coders

Related courses and guides

Free resources

From the blog

Start here