Dataclasses in Python 3.7 - Implementation and Usage
Offered By: Samuel Chan via YouTube
Course Description
Overview
Explore the powerful new feature of dataclasses introduced in Python 3.7 through this informative 19-minute video tutorial. Gain a comprehensive understanding of dataclasses as the presenter demonstrates their implementation with practical examples. Learn how the @dataclass decorator and associated functions automatically generate special methods like __init__() and __repr__() for user-defined classes, streamlining your code and enhancing productivity. Discover how to leverage this feature to create more efficient and readable Python programs, referencing official documentation for deeper insights.
Syllabus
Dataclasses in python 3.7
Taught by
Samuel Chan
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity