A

ACA Academy

Quantive Global

Program
Both start with a free preview · same 49 CAD / 200 CAD pricing · billing pauses on a verified hire
Foundation · Canada · for total beginners

Build a real technical base — in 10 weeks.

Start from zero. Finish with a GitHub portfolio of real Python, SQL and API projects — verified proof — and the base to move into a data-analyst track or your first technical role.

10 weeks~93 hours gradedBeginner · no code neededSolo 49 CAD / Mentored 200 CAD · pauses on hire
aca.quantiveglobal.com/modules/3
Inside a weekly moduleGuided lecture · in-browser SQL lab
Week 4✓ Passed
Week 5✓ Passed
Week 6In progress
sample profile — not a customer
10 wkProgram length~93h of graded work
Verified proofLabs + defended capstone
What you'll graduate with

10 weeks, 10 real artifacts.

Not lecture notes — shippable work. Every week ends in something you commit to GitHub and can walk an interviewer through, capped by a defended capstone on real Canadian open data.

Audit an Order Export Before Anyone Reports From ItWeek 1
Track and Share Your CodeWeek 2
Build a SQL Decision PackWeek 3
Broken Repository Recovery SprintWeek 4
Consume, Normalize, and Serve a Real APIWeek 5
Timed Midterm SprintWeek 6
Sales Analysis Sprint: Clean, Aggregate, and Visualize Real OrdersWeek 7
Revenue Analytics Pack: Joins, Groups, and a Stakeholder MemoWeek 8
Repeatable Analytics Workflow: SQL Extract → pandas → ReportWeek 9
Exit Exam Capstone Sprint: Portfolio Project + Technical DefenseWeek 10
quantiveglobal.com/p/priya
Your verified public portfolioProof-linked projects & case studies
Retail churn cohort analysisVerified
311 response-time pipelineVerified
Superstore sales dashboardVerified
sample profile — not a customer
Verified credentialFoundation — Verified Builder

Minted only by a passing server-graded run — never self-asserted.

A credential of verified skill — not a placement claim. Add it to LinkedIn the moment it's earned.

The full syllabus

Week-by-Week Foundation Program Syllabus

No local-setup wall: SQL, Python and Git run in the browser. AI drafts, you verify and own every line. Real curriculum, exactly as taught.

Inside a week · Week 3

SQL for Decisions: From Raw Tables to Business Recommendations

Every module is built the same honest way — a guided lecture, a hands-on lab in a real in-browser sandbox, and an AI-twist that trains judgment. A server grader checks the result.

LectureGuided labAI-twist Verified proof

Lab — Build a SQL Decision Pack

  • Write SQL that answers a specific business question with SELECT, WHERE, and ORDER BY
  • Aggregate with GROUP BY, COUNT, SUM, and AVG, and know why non-aggregated columns must be grouped
  • Reconnect tables with an INNER JOIN and find non-matches with a LEFT JOIN anti-join
  • Recognise SQLite dialect (sqlite_master, strftime, datetime) and catch an AI answering in Postgres or MySQL
tools.quantiveglobal.com/sql
In-browser labWrite, run & verify — no install
SELECT region, COUNT(*) AS nFROM orders GROUP BY region;
✓ Query runs✓ Output verified
sample profile
description

Get the detailed week-by-week syllabus (PDF)

The full Foundation breakdown — lecture focus, lab walkthrough, AI-workflow detail, and tools for every week — generated straight from this curriculum. Tell us where to send it.

We'll email you the syllabus + occasional cohort updates — unsubscribe anytime. See our Privacy Policy.

Phase 1 · Programming muscle
WK 01

Python Fundamentals: Environment Setup & Core Language Basics

Lab · Audit an Order Export Before Anyone Reports From It

Python 3.13+VS CodeVirtual Environment (venv)Python Lab Workspace (tools.quantiveglobal.com/python)
~10h
WK 02

Version Control with Git & GitHub

Lab · Track and Share Your Code

GitGitHubGitHub CLI (gh)VS Code (Source Control panel)
~8h
WK 03

SQL for Decisions: From Raw Tables to Business Recommendations

Lab · Build a SQL Decision Pack

SQL (SELECT/WHERE/ORDER BY/GROUP BY/JOIN)SQLite (sql.js in-browser engine)SQL Sandbox (tools.quantiveglobal.com/sql)DBeaver (desktop SQL client)
~8h
WK 04

Agentic Development with VS Code & Claude Code

Lab · Broken Repository Recovery Sprint

VS CodeClaude Code (agentic AI, BYOK)Integrated terminalGit & GitHub
~8h
WK 05

API Integration and Data Products

Lab · Consume, Normalize, and Serve a Real API

Pythonrequests (HTTP client)GitHub REST API (real public API)FastAPI
~8h
Phase 2 · Checkpoint
WK 06

Foundation Midterm Assessment: Build & Deploy Checkpoint

Lab · Timed Midterm Sprint

VS CodePythonSQLGit & GitHub
~10h
Phase 3 · Analysis depth
WK 07

Data Analysis with Python: pandas, Plots, and Business Insights

Lab · Sales Analysis Sprint: Clean, Aggregate, and Visualize Real Orders

Python 3.11+pandasNumPymatplotlib (in your own Jupyter/VS Code)
~10h
WK 08

Intermediate SQL: Joins, Aggregations, and Analytics Stories

Lab · Revenue Analytics Pack: Joins, Groups, and a Stakeholder Memo

SQLite (sql.js)JOINs (INNER/LEFT)GROUP BY / HAVINGSubqueries & CASE
~9h
WK 09

Automation Workflows: Combining Python, SQL, and APIs

Lab · Repeatable Analytics Workflow: SQL Extract → pandas → Report

Python 3.11+pandassqlite3 (standard library)SQL (SQLite)
~10h
Phase 4 · Exit & proof
WK 10

Foundation Exit Exam & Capstone: Portfolio Sprint, Technical Defense, and Program Exit

Lab · Exit Exam Capstone Sprint: Portfolio Project + Technical Defense

PythonSQLGitGitHub Verified proof
~12h
The tool stack

41 real tools — no toy stack.

Everything runs in the browser first, so you're writing real code in week one with zero setup friction.

Python 3.13+VS CodeVirtual Environment (venv)Python Lab Workspace (tools.quantiveglobal.com/python)csv module (standard library)Claude (AI pair programmer)GitGitHubGitHub CLI (gh)VS Code (Source Control panel)Git Sandbox (in-browser git simulator)Claude (AI co-pilot)SQL (SELECT/WHERE/ORDER BY/GROUP BY/JOIN)SQLite (sql.js in-browser engine)SQL Sandbox (tools.quantiveglobal.com/sql)DBeaver (desktop SQL client)Claude Code (agentic AI, BYOK)Integrated terminalGit & GitHubpytest / npm test (test runner)Pythonrequests (HTTP client)GitHub REST API (real public API)FastAPIUvicornSQLA free deploy host (Render / Railway / Streamlit Community Cloud)Claude (AI assistant, BYOK)Python 3.11+pandasNumPymatplotlib (in your own Jupyter/VS Code)Python Sandbox (tools.quantiveglobal.com/python)SQLite (sql.js)JOINs (INNER/LEFT)GROUP BY / HAVINGSubqueries & CASEsqlite3 (standard library)SQL (SQLite)cron / GitHub Actions (scheduling in your own environment)Prompt Playground
The capstone — real Canadian open data

Prove it on real data, not a toy dataset.

Pick a graded, in-browser capstone on a genuine open dataset — clean it, aggregate it, and land one defensible insight. Or elevate a stronger project from Weeks 1–9.

Pre-wired default

Local Climate Trends

How have local temperatures and precipitation shifted over the past few decades at one weather station? — for a city sustainability team.

Real datasetEnvironment and Climate Change Canada — Historical Climate Data
View dataset
Option

City Services Explorer

Which Toronto civic centre issues the most marriage licences, and how does demand swing by season? — for a service-planning clerk.

Real datasetCity of Toronto Open Data — Marriage Licence Statistics
View dataset
Option

Cost of Living Snapshot

How much more does a typical basket of everyday goods cost now than a decade ago? — for a household-budgeting explainer.

Real datasetStatistics Canada — Consumer Price Index, monthly, not seasonally adjusted (Table 18-10-0004-01)
View dataset

Each capstone is a live, server-graded sandbox project — the passing run is what mints your green verified badge. SampleProjects is private, so a "Source" link is expected to 404 when you are logged out.

Get hired with this program

Finishing the course is halfway. We work the rest with you.

Career OS gets you interview-ready end to end, and your verified work goes in front of employers through our recruiter portal and a Canadian hiring-partner network we're building now.

Career OS — the whole job hunt in one place

Résumé tailoring with an ATS-friendly PDF, a mock interviewer, screener practice, STAR feedback, and an application tracker.

Recruiter portal — seen by employers

Consent to share, and a recruiter sees your work ranked by verified labs, verified capstones and a skills-coverage band — never a placement rate, interview score, or salary.

Billing that pauses when you're hired

On the Mentored plan, submit proof of a job — we verify it and pause your subscription automatically. Not an ISA, not a lump sum.

aca.quantiveglobal.com/career
Career OSRésumé tailoring · mock interview · tracker
Résumé tailored to the role
Cover letter drafted
Mock interview practised
3 applications tracked
sample profile — not a customer
aca.quantiveglobal.com/recruiter/postings/analyst
The employer's viewApplicants ranked by verified proof
CCandidate · consentedApplied · Data Analyst
Verified · labsVerified · capstoneSelf-reported
Skills coverageStrong
sample profile — not a customer
Target first-role band · CanadaCAD $50–65k

A sanctioned, conservative entry band for a first analyst role — not a promise, and never a cherry-picked high. We'll publish real graduate outcomes only after we've earned and audited them. No placement stats or testimonials until then.

A learner reviewing analytics on a laptop in a café
Explore free · upgrade when you're ready

Three ways in — starting free.

Preview the whole thing for free, no card. Learn at your own pace. Or go all-in on the outcome — a plan that pauses when you're hired.

Free — Explore
$0

No card. Create an account and start a real Week-1 sample in minutes.

  • Week 1 of your track + one interactive lab
  • Start a portfolio profile
  • Community & cohort-date emails
  • Upgrade anytime — keep your account

Verified proof & the full curriculum unlock on a paid plan.

Solo — Learn
49 CAD59 CAD / month

49 CAD for Foundation, 59 CAD for Modern Data Analytics.

  • Full curriculum for the track you choose
  • All interactive labs
  • Verified portfolio & credentials
  • Learn-only · upgrade anytime
Most supportMentored — Get Hired
200 CAD / month

Everything, plus the team and the access that get you to the interview.

  • Everything in Solo
  • Career OS + mentorship & cohort
  • Recruiter & employer access
  • Billing pauses when you're hired

15-day full refund before your cohort begins.

What "pauses when you're hired" actually means

Enrol
Learn & job-hunt · 200 CAD/mo
Hire verified
Billing paused

You pay the flat 200 CAD/month while you learn and job-hunt. When you submit proof of a job and we verify it, we call Stripe and pause your subscription — automatically. Not an income-share agreement, not a lump sum. Plus a 15-day full refund if you change your mind before your cohort starts.

Objections, answered

Straight answers on proof, price & the pause-on-hire promise.

Every concern you have has been heard before. No spin — here's how proof, billing, and life after enrollment actually work.

No lock-in. You pay 200 CAD per month and can pause billing anytime by submitting verified employment proof. If you land a role before you finish the program, billing pauses immediately — you keep your content access for portfolio reference.
A job offer letter, employment contract, or LinkedIn profile update showing your new role. We verify within 24 hours and pause billing automatically. No drama, no approval queue.
Career change is the product

Ready to build the Foundation proof package?

Enroll to start building, or grab the full week-by-week syllabus first. A real person replies in writing within one business day.

Billing pauses on hire15-day refund
Foundation Program — ACA Academy