Overview
Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Explore the world of Python Enhancement Proposals (PEPs) in this informative EuroPython 2019 conference talk. Discover the significance of 10 essential PEPs that shape everyday Python coding practices. Learn about style guides, docstring conventions, list comprehensions, generators, string interpolation, data classes, and assignment expressions. Gain insights into how these PEPs influence code writing, refactoring, and overall project development. Understand the importance of reading and implementing these standards to improve code quality and make Python development more efficient and enjoyable.
Syllabus
Intro
Mandatory Monty Python reference
PEP 8 - Style Guide for Python Code
PEP 257 -- Docstring Conventions
PEP 202 -- List Comprehensions
PEP 255 -- Simple Generators
PEP 498 -- Literal String Interpolation
PEP 557 -- Data Classes
PEP 572 - Assignment Expressions
Taught by
EuroPython Conference