docs: add Coming-from-Python section + fix stale counts - #1
Conversation
Adds a "Coming from Python" on-ramp table (verified against the repo's own examples/ and tests) and corrects suite/test-count accuracy issues. Co-Authored-By: Claude <noreply@anthropic.com>
|
🤖 Independent Claude review: Ready. Verified every Mojo snippet in the diff against
Counts checked:
Python-side snippets ( Minor (non-blocking): the No invented APIs, no wrong counts. |
|
Docs review (sonnet): SHIP Test count 24→29 verified exact ( |
Summary
Two documentation changes:
the intro) mapping the familiar Python API to this library's real API.
Every snippet was extracted from this repo's own
examples/andtest/;nothing was invented.
Test counts were re-verified by actually counting the test functions in the
repo (not trusting the prior text).
From an automated review (personal-context#62); drafted by Claude Code — please review the Coming-from-Python snippets for API accuracy.