Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- Controlling Conversion 6:24
- Dream Car 1 objective
- Math 6:22
- Multiplication 2 objectives
- Emulating Built-ins 8:01
- Iterable Album 1 objective
- Subclassing Built-ins 10:28
- Double 3 objectives
- Frustration 1 objective
- Constructicons 5:26
- Dream Vacation 1 objective
- Special Methods 7:30
- Proper Properties 2 objectives

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
What if a built-in class has most of what you need? Here's how to customize them to fit exactly your needs.
Completely subclassing built-ins isn't the easiest skill in the world. You're doing an amazing job on this!
Just because immutable types expect you to override __new__
doesn't mean you can't use __init__
on them. They still call the method but you can't change the initialization of the object in them.
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Hanwen Zhang
20,084 Points1 Answer
-
Eric Peppler
3,675 Points2 Answers
-
devin leyba
7,209 Points3 Answers
-
Jaron Trotter
11,472 Points1 Answer
-
Jaron Trotter
11,472 Points1 Answer
-
Adrian Diaz
3,500 Points2 Answers
-
Maba Bah
2,744 PointsWhat exactly does super().__init__() do in THIS example specifically?
Posted by Maba BahMaba Bah
2,744 Points1 Answer
-
Zoe Wong
4,028 Points1 Answer
-
Aizah Sadiq
2,435 Points0 Answers
-
Aizah Sadiq
2,435 Points1 Answer
-
Aizah Sadiq
2,435 Points1 Answer
-
Aizah Sadiq
2,435 Points4 Answers
-
Kohei Ashida
4,882 PointsWhy does jso.name get back 'Kenneth' while jso['language'] raises KeyError: 'language' in javascriptobject.py?
Posted by Kohei AshidaKohei Ashida
4,882 Points2 Answers
-
tariqasghar
UX Design Techdegree Graduate 30,519 Points1 Answer
-
Luis Barahona
4,529 Points1 Answer
-
Prateek Sharan Lall
1,778 Points5 Answers
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up