Completed
Representation docstrings
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Designing a Pythonic Interface
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Motivation
- 3 Principles
- 4 Disclaimer
- 5 API
- 6 API is vague
- 7 Hiding complexity
- 8 Extracting only relevant code
- 9 Be explicit
- 10 Dont hide
- 11 Leakiness
- 12 Be Familiar
- 13 Consistency
- 14 Exceptions
- 15 Be friendly
- 16 Python is interactive
- 17 Representation docstrings
- 18 Enable iterative build
- 19 Commenting
- 20 Safety
- 21 Failure
- 22 Testing
- 23 API Code
- 24 Decision Making
- 25 No Code is Perfect
- 26 Questions