tree: c92fd55a3ecd6a4b681bc44bd55252db3332b5a5
  1. _toc.yaml
  2. OWNERS
  3. python_style.md
  4. README.md
  5. testing.md
docs/development/languages/python/README.md

Python

Python is a scripting language from python.org.

Python interpreter

Fuchsia vendors its own Python 3 interpreter (//scripts/fuchsia-vendored-python, currently Python 3.11 or later). See Python versions in the style guide and RFC-0129.

Style

Fuchsia Python style guide

Testing

See Python testing.

Python scripts as build actions

See under Build system policies