Skip to content

SDS - Python - Standards

Here you will find all the standards and best practices to be followed when developing software with the Python programming language for the FAA-VAIL project.

1. Repository Layout - Top-Level Directories

Source: Python Application Layouts: A Reference

2. Style

Source: PEP 8 – Style Guide for Python Code

3. Quality Ensurance Tools

a) Formatter

b) Static Code Analyser

c) Testing Frameworks

d) Documentation

e) Miscellaneous

4. Resources