Glossary coding Term Page

snake_case

The lowercase-with-underscores naming style Python uses for variables

snake-case #coding#python
Korean version

Related Concepts

Core Idea

snake_case is The lowercase-with-underscores naming style Python uses for variables. It usually makes the most sense alongside JSON, BMI.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept