Introduction to Idioms in Python
Difficulty: Beginner
Duration: 6 minutes and 37 seconds
Students: 300
Rating: 5/5
In this lesson, we'll look at rules for writing Python code, PEP 8, and various naming conventions. This lesson is part of a series of content designed to help you learn to program with the Python programming language.
Learning Objectives
- Describe the concept of Pythonic code
- Describe the purpose of PEP 8
- Describe the naming convention for common types
Intended Audience
This lesson was designed for first-time developers wanting to learn Python.
Prerequisites
This is an introductory lesson and doesn’t require any prior programming knowledge.
Covered Topics