# python > Python patterns and conventions for backend apps. Use when writing python files. - Author: Radoslav Stankov - Repository: RStankov/config_files - Version: 20260202092446 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/RStankov/config_files - Web: https://mule.run/skillshub/@@RStankov/config_files~python:20260202092446 --- --- name: python description: Python patterns and conventions for backend apps. Use when writing python files. --- # Python Best Practices - Put private functions the bottom of the file when possible - Always prefix private functions with _ - Don’t have comment for private functions - Always add type annotations