pseudocode-to-python-code
Installation
SKILL.md
Pseudocode → Python
Python is closer to pseudocode than most languages — that's the danger. It's tempting to transliterate line-by-line and miss the stdlib function that does it in one call.
See → pseudocode-to-java-code for the general decision framework. This skill covers Python-specific choices.