Velocity Architecture Academy

Python Zero to Hero

Python for AI-native architects, automation, artefact generation, prompt guardrails, and decision workflows.

Run locally

Run the full course

git clone https://github.com/ZenCloudAU/vaf-python-zero-to-hero.git
cd vaf-python-zero-to-hero
python run_all.py
Active course links

Click into each lesson

Each lesson opens the actual Python source file in GitHub. The learner can read it, copy it, run it, and modify it locally.

00

Programming Refresher

Values, variables, output, and simple structure.

Open lesson
01

Hello Python

Run the first Python file.

Open lesson
02

Variables and Values

Work with text, numbers, and booleans.

Open lesson
03

Functions

Create reusable decision instructions.

Open lesson
04

Lists and Dictionaries

Model collections and structured records.

Open lesson
05

JSON Models

Read VAF-style data from JSON.

Open lesson
06

Files and Folders

Write generated architecture outputs.

Open lesson
07

CSV Data

Read tabular assessment data.

Open lesson
08

API Basics

Understand API-shaped requests and responses.

Open lesson
09

Decision Scoring Engine

Score value, risk, readiness, and confidence.

Open lesson
10

Artefact Generator

Generate a markdown decision summary.

Open lesson
11

Prompt Guardrails

Assess prompt readiness and review level.

Open lesson
12

Capstone VAF Automation

Run a full VAF-style automation flow.

Open lesson
Course outputs

What this course produces

Executable lessons

Thirteen Python lessons that run through python run_all.py.

Generated artefacts

Lessons 06, 10, and 12 write files into the outputs folder.

Architecture automation

The capstone creates a VAF-style automation summary.