> Source URL: /resources/python-conventions.guide
# Python Conventions

## Naming Conventions

### Snake Case

Snake case is a naming convention where words are separated by underscores. For example: `first_name`, `total_score`.

## Further Reading

- [The Zen of Python](https://peps.python.org/pep-0020/)


---

## Backlinks

The following sources link to this document:

- [Python Conventions Guide](/resources/resources.index.llm.md)
- [snake_case](/unit-1/projects/01-me-dot-py/me-dot-py.project.llm.md)
