Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.2 KB

File metadata and controls

33 lines (25 loc) · 1.2 KB

Summary

Examples (Fundamentals)

  • ex_marimo_intro — First marimo notebook + UI basics
    (examples/ex_marimo_intro)
  • ex_cli_basics — Tiny CLI with Typer for parameters & output
    (examples/ex_cli_basics)
  • ex_data_validation — Read CSV/JSON and validate shape, schema, and types
    (examples/ex_data_validation)

Examples (Intermediate)

  • ex_sql_basics — DuckDB queries + marimo SQL cells
    (examples/ex_sql_basics)
  • ex_api_requests — HTTPX basics, APIs, and JSON pipelines
    (examples/ex_api_requests)
  • ex_notebook_patterns — Common marimo patterns (UI, state, layout, reuse)
    (examples/ex_notebook_patterns)

Portfolio Projects

  • purview_helpers
    (projects/purview_helpers)
    Helpers + notebooks exploring Purview data governance, retention, labeling,
    and audit‑friendly reporting. Supports my Microsoft Purview certification
    journey and applied data governance skills.

Architecture Docs

  • ADR‑0001 — Use uv for reproducible envs and marimo for notebooks
  • ADR‑0002 — Notebooks vs Scripts — decision criteria + tradeoffs
  • ADR‑0003 — Project Mode vs Sandbox Mode (PEP 723 vs pyproject environments)