code
Clone this repository
https://tangled.org/zzstoatzz.io/notes
git@tangled.org:zzstoatzz.io/notes
For self-hosted knots, clone URLs may differ based on your setup.
- README: recommend 3.12+
- typing.md: native generic syntax [T], type statement
- uv.md: PEP 723 inline script metadata (# /// script)
- patterns.md: argparse with subparsers
馃 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- async.md: focus on async with as core insight, explain why
- pydantic.md: acknowledge it's a library, explain the core idea
- README: honest about language vs ecosystem, better intro
cut 250 lines of snippet gallery
馃 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
restructure python notes to cover the language itself, not just tooling:
- typing.md: modern type hints, Protocol, generics, ParamSpec
- async.md: context managers, ContextVar, concurrency patterns
- pydantic.md: models, validators, discriminated unions, settings
- patterns.md: class design, decorators, error handling
rewrite README as friendly introduction with language/ecosystem split
馃 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>