--- alwaysApply: true --- # 32. PYTHON IS THE DEFAULT LANGUAGE Python is the default implementation language for Periscope. Use Python for: * orchestration; * datasheet processing; * document parsing; * LLM integration; * requirement extraction; * evidence management; * project management; * CLI; * API integration; * reporting; * test orchestration; * external tool integration; * high-level analysis. Do not rewrite Python into Rust merely because Rust exists in the project. ---