Python's Syntactic Sugar
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the intricacies of Python's syntax in this 31-minute PyCon US talk by Brett Cannon. Discover how only 11 pieces of syntax and special functions form the foundation for implementing all other syntax in Python 3.8. Learn to unravel complex operations like the + operator into basic Python code, gaining insight into how to replicate Python's internal workings. Delve into the minimum syntactic elements required to construct all other syntactic features in Python, and understand how various syntax components break down into fundamental code structures. Gain a deeper understanding of Python's inner workings and enhance your programming skills through this enlightening exploration of the language's syntactic sugar.
Syllabus
Talks - Brett Cannon: Python's syntactic sugar
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube