Python Descriptors for Better Data Structures
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore Python descriptors for creating better data structures in this conference talk from EuroPython 2016. Discover how Adrian Dziubek transformed a testing framework for a C++ server by applying concepts from Django models. Learn about implementing keyword arguments, field sorting, attribute assignment, and descriptor reimplementation. Gain insights into printing methods for regression testing, utilizing diff libraries, and improving validation readability. Understand the core mechanics behind field types in object-relational mappers like Django and how descriptors enable declarative programming styles in Python.
Syllabus
Intro
Tree structure
Project overview
Test project
Problems
Goal
Keyword Arguments
Setup
Descriptors
Code Tree
Structure
Bonus Win
Comparator
Taught by
EuroPython Conference
Related Courses
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube