Prompt Commander

WeekMissionPython ConceptAI Tool UseDeliverable
1Digital Handshakeprint() & StringsChatGPT (Prompting)AI Bio: A program that introduces their AI persona.
2The Power VaultVariables (int/str)MidjourneyHero Stats: Store AI-gen avatar traits in variables.
3The Lie DetectorBooleans (True/False)Fact-Checking AILogic Gate: A program that verifies "True/False" facts.
4The Choiceif StatementsDALL-E 3Adventure Game: A "Choose your own path" text story.
5Voice of Commandinput()ElevenLabsTalkback Bot: A script that speaks what the user types.
6Color CoderBasic Math (+, -)Canva MagicDamage Calc: A "Battle Simulator" for their AI Hero.
7The Echowhile LoopsMusic AIBeat Repeater: A loop that plays AI-gen sounds.
8Pattern Hunterfor LoopsImage GenArt Gallery: A loop that displays multiple AI images.
9The TranslatorModule ImportsGoogle Trans APIPolyglot: A script that speaks in 3 languages.
10Mood SensorLogic GatesTeachable MachineMood Bot: AI detects a smile; Python prints "Happy!"
11Error FixerDebugging IntroDebugger AIThe Fixer: Fix 3 "Broken" scripts to save the mission.
12ShowcaseFinal ReviewPortfolio GenThe Commander Badge: A live link to their toolset.

Final Project 

Prompt Commander

WeekMissionPython ConceptAI Tool UseDeliverable
1Secret ListLists (Arrays)Data Gen AIInventory: A digital backpack for a gaming character.
2The Sorterlist.sort() / AppendDataset AITop 10 Bot: A program that ranks items by "Coolness."
3The EyeComparison OpsVision AISecurity Cam: AI alerts if it sees a "Dog" or "Human."
4Smart MenuDictionariesUI Design AIAI Cafe: A functional ordering system for a cafe.
5Function Factorydef (Functions)Code AssistantToolbox: A "Swiss Army Knife" of 5 custom commands.
6Return PolicyReturn ValuesMath AITax Calc: A tool that calculates "Game Currency" tax.
7File RaiderFile I/O (.txt)Text SummarizerDiary Bot: A program that saves notes to a real file.
8The SearcherIndexingSearch AIWiki-Bot: Enter a word; AI pulls facts into Python.
9Randomizerrandom LibraryProcedural GenLoot Box: A digital chest with random AI rewards.
10Speed CoderLogic OptimizationPerplexity AITimer App: A tool that tracks how fast you can code.
11UI DesignerBasic GUI (Buttons)Figma/AIThe Button: A desktop app with a working AI button.
12The StartupProject PitchPresentation AIMVP Launch: Their first "useful" desktop utility.

Final Project

Prompt Commander

WeekMissionPython ConceptAI Tool UseDeliverable
1BlueprintIntro to ClassesCharacter GenHero Class: A blueprint for infinite AI characters.
2The EvolutionInheritanceMulti-modal AISkill Tree: A system where "Mages" inherit from "Players."
3State MachineClass MethodsLogic MappingTamagotchi AI: A pet that has "Hunger" and "Sleep" states.
4The ListenerEvent HandlersVoice-to-TextVoice Control: Control a Python sprite with your voice.
5Data DetectiveAdvanced DictsSentiment AIVibe Check: A tool that analyzes YouTube comment moods.
6The API Keyrequests LibraryWeather/Stock APIsLive Dashboard: Real-time weather/price tracker.
7Error Shieldtry/exceptSecurity AIThe Shield: A program that never crashes, even with bad inputs.
8Web ScraperBeautifulSoupHTML ParsingPrice Hunter: Alerts the user when a price drops online.
9Math for AILogic OperatorsNeural Net IntroThe Predictor: A simple "Guess the Number" AI logic.
10Multi-Threadingtime & SleepAutomation AIAuto-Bot: A bot that does 3 tasks at the same time.
11The ShellCustomTkinterUI/UX AIPro App: A "Dark Mode" professional desktop application.
12Final AuditCode ReviewAI AuditorThe Architect Portfolio: GitHub-ready software project.

Final Project

Prompt Commander

WeekMissionPython ConceptAI Tool UseDeliverable
1The Module SystemImporting/Structuring ProjectsAI for RefactoringTurn one messy script into a clean, multi-file project.
2The Data HandlerCSV/JSON FilesAI for Data MockingBuild a script that parses raw CSV data into meaningful insights.
3GUI Basics (Light)Tkinter/CustomTkinterAI for UI LayoutsBuild a "Dashboard" app that connects to your previous Level 3 tools.
4The API ConnectorJSON/APIsAI for API DebuggingConnect a script to a fun public API (e.g., PokeAPI or Trivia API).
5Version ControlGitHub (Basic)Git/Copilot WorkflowSave their work to a professional-looking GitHub repository.
6The Logic PipelineComplex FunctionsAI for Code FlowchartsBuild a script that chains 3 different functions together.
7Debugging ProUnit TestingAI as a "Rubber Duck"Write a test script to prove their code works.
8System UtilityOS/Pathlib LibrariesAI for System TasksBuild an "Auto-Organizer" that sorts files on their desktop.
9Refining LogicAdvanced ConditionalsAI for Logic AuditingOptimize an old script to run faster/cleaner.
10The Project BuildFull Software LifecyclePlanning ToolsBuild an "Inventory Manager" from start to finish.
11The ProfessionalDocumentationAI for ReadMe FilesCreate a professional README.md for their GitHub portfolio.
12The ShowcaseFinal Code AuditCode Reviewer AIA polished demo of their new "System."

Final Project

Vector Academy (GCSE)

WeekMissionGCSE Theory PillarAI "Vector Edge" Project
1The Logic GateData Types & Boolean LogicSecurity Bypass: Build a nested if/else system that validates AI-generated tokens.
2Memory MapsConstants, Variables & CastingThe Banker: A financial script that handles interest rates and currency using strict casting.
3Infinite ControlIteration (for/while loops)Brute Force Sim: Create a script to "crack" a 4-digit PIN using optimized loops.
4Data Arrays1D & 2D Lists (Arrays)Star Map: Store and navigate coordinate data for an AI-generated galaxy.
5The ArchitectSubprograms (Functions/Params)The Modulizer: Build a library of "Utility Functions" used to clean messy AI text.
6Search & RescueLinear & Binary SearchThe Finder: Code both algorithms to see which one finds a "Target" faster in a 10,000-item list.
7The Great SortBubble, Merge & Insertion SortVisualizer: Use Python to animate how different algorithms "organize" chaotic data.
8Cyber DefendDefensive Design & TestingThe Validator: A robust input-sanitization script to prevent "Prompt Injection" style attacks.
9The DatabaseSQL & Relational DatabasesThe Archive: Write SQL queries to pull specific data from a mock 1,000-user database.
10System AnatomyCPU Architecture (Von Neumann)The Emulator: Build a Python visualizer of how Data moves from RAM to the CPU.
11Network FlowProtocols (TCP/IP, HTTP, DNS)Packet Sniffer: A basic tool to visualize how data is "packetized" for the web.
12Final AuditFull Mock Exam & ReviewThe Portfolio: Final submission of their "GCSE Toolkit" hosted on GitHub.

Final Project

Vector Academy (A Level)

WeekMissionA-Level Theory PillarAI "Vector Edge" Project
1OOP MasteryClasses, Inheritance, PolymorphismAI Agent Framework: Build a base "Agent" class that "Specialist" bots inherit from.
2The Stack/QueueAbstract Data Types (ADTs)Memory Buffer: Build a LIFO/FIFO system to manage incoming AI API requests.
3Linked ListsDynamic Data StructuresThe Chain: Manually code a Linked List to understand memory pointers (critical for A-Level).
4Tree LogicBinary Search TreesDecision Tree: Build a manual "Bot Logic Tree" to categorize user intent.
5Graph TheoryGraphs & Traversals (Dijkstra)Pathfinder: Use Dijkstra’s algorithm to find the shortest path in a custom map.
6Big O & ComplexityTime/Space ComplexityThe Optimizer: Analyze two scripts and prove which is $O(n)$ vs $O(n^2)$.
7Recursion LabRecursive AlgorithmsFractal Gen: Use recursion to draw complex "AI-style" geometric patterns.
8Database Normalization1NF, 2NF, 3NF & Complex SQLData Architect: Normalize a "messy" database into a perfect 3rd Normal Form.
9Protocols & LayersThe 4-Layer TCP/IP ModelThe Header: Build a script that strips/adds "headers" to data simulates the 4-layer model.
10The Neural NetMachine Learning TheoryThe Perceptron: Build a single-neuron classifier from scratch (math-heavy).
11The NEA SprintSoftware Development LifecycleThe Proposal: Finalize a professional-grade technical spec for their A-Level project.
12Final AuditA-Level Mock & Code ReviewThe Architect’s Portfolio: A professional GitHub presence for University applications.

Final Project