0Pricing
Mojo Academy · Lesson

Shipping the Accelerated Project

Package, verify, and report the speedup.

Time to Ship

The kernel is fast and correct. Now package it, prove the win, and hand off a project others can actually use. 🚀

Organize Into Modules

Split the code into clear files. One module for the kernel, one for I/O, keeps the project readable as it grows.

from kernel import sum_squares
from io_utils import load_data

All lessons in this course

  1. Profiling the Python Baseline
  2. Rewriting the Hot Path in Mojo
  3. Parallelizing and Tuning the Core
  4. Shipping the Accelerated Project
← Back to Mojo Academy