๐๐ฉ๐๐ฎ ๐๐ฃ ๐ฉ๐๐ ๐ก๐ค๐ค๐ฅ ๐๐๐๐๐๐๐๐๐๐: https://snu.socratica.com/python Socratica Friends, we have a quiet little email group for Python if you'd like to receive updates (can't count on YT for notifications). Sign up here: https://snu.socratica.com/python
In Python, special methods are those "odd looking" methods that start and end with underscores. They let you override operators, intercept the setting and getting of attributes, customize object serialization, and much more. In this lesson we talk about the idea behind special methods and attributes, how to implement them, and give many examples along the way!
Some of the special methods & attributes we will cover include:
__init__
__doc__
__setattr__
__str__
__getattr__
__getattribute__
We were able to bring you this video thanks to our generous Kickstarter backers! Find their names hidden (okay, not very hidden) in the video!
โงโงโงโงโง
Subscribe to Socratica + bell for notifications:
http://bit.ly/SocraticaSubscribe
Find our programming playlists here:
Python programming: http://bit.ly/PythonSocratica
SQL programming: http://bit.ly/SQL_Socratica
โงโงโงโงโง
We recommend:
How to Be a Great Student
ebook: https://amzn.to/2Lh3XSP
Paperback: https://amzn.to/3t5jeH3
Kindle Unlimited (read free): https://amzn.to/3atr8TJ
Python Cookbook, 3rd edition
https://amzn.to/3goRmbG
The Mythical Man Month - Essays on Software Engineering & Project Management
http://amzn.to/2tYdNeP
Shop Amazon Used Textbooks - Save up to 90%
http://amzn.to/2pllk4B
โงโงโงโงโง
Join this channel to get access to perks:
https://www.youtube.com/channel/UCW6TXMZ5Pq6yL6_k5NZ2e0Q/join
Support Socratica on Patreon:
https://www.patreon.com/socratica
โงโงโงโงโง
Python instructor: Ulka Simone Mohanty (@ulkam on Twitter)
Written & Produced by Michael Harrison (@mlh496 on Twitter)
#Python #SpecialMethods #Coding