1:30 "Whenever we take a look at a member from the ASAP mob, that member goes solo, because as soon as a member gets a little bit of attention, he goes solo" I laughed so hard when he said this 😂😂
@micahbeckman44424 жыл бұрын
I've seen a lot of python tutorials - yours are the best.
4 жыл бұрын
You probably say that to all the Python KZbinrs ;-)
@micahbeckman44424 жыл бұрын
What other Python KZbinrs? :)
@jsonhub40825 жыл бұрын
thx for such infos , good work, BTW this is the third video YT that i've seen about dunder and it's the BEST ONE.
@debvdo7 жыл бұрын
Good video. I liked how you return a generator object from a call to __iter__(), using yield. It works as an iterator.
@pilaramonkgogimoshebashebi23716 жыл бұрын
8:00 "If A$AP Sebbie, thats me. Thats my A$AP mob name..." 😂...............😂 That deserves a double like. Good Tutorial.
@ibekwevictor11582 жыл бұрын
Thanks for the Tutorial ... I appreciate your work .... Bringing hip hop vibes in python 👍💪
@yt-11612 жыл бұрын
@11:10 when you write return member in self._members Which function does the python use to check whether the member is "in" the list?
@BigOlKnothead2 ай бұрын
The pure depth of actually insightful and useful and unrepetitive conprehensively exhaustive full wealth of the correct information makes you the best code writing creator by huge margins. So many others give the most vagueried minimum of information that often leave the viewer at the end with more questions than the video provided s
@SebastianSanchez654 жыл бұрын
great video in dunders!
@min2MAXdances4 жыл бұрын
this was a very helpful straightforward tutorial!
@andyd5685 жыл бұрын
Sebastiaan is the OG of programming. Great vids.
@UniBreakfast7 жыл бұрын
No __next__? Also this __iter__ gives members in reverse order. Is it supposed to do that?
7 жыл бұрын
+Михаил Нинин The __next__() function is only necessary when you implement iteration through a separate iterator class, rather than through a generator function as done here (in which case yield serves the same purpose). But you're right about the order: it would've been more elegant to do a pop (0)!
@marcelangulo5104 жыл бұрын
Excelente video
@sheikhakbar20674 жыл бұрын
Beautiful!
@experimentalhypothesis11374 жыл бұрын
interesting video
@dontbetoxic43873 жыл бұрын
How are ur sunglasses called?? Pls answer
3 жыл бұрын
My sunglasses prefer to remain anonymous ;-)
@dontbetoxic43873 жыл бұрын
@ :(
@surajchopade67356 жыл бұрын
Thanks for such amazing video
@abhayagarwal50975 жыл бұрын
Great work man,thks
@ramstein747 жыл бұрын
Great vid Can you suggest a python book ?
7 жыл бұрын
Thanks! I generally recommend the Python track on CodeAcademy for beginners (www.codecademy.com/learn/learn-python). Or, if you prefer a book format, A Byte of Python (python.swaroopch.com/). For more advanced Pythonistas, I think watching KZbin tutorials about specific issues is a good way to learn as well.
@mainsequence10555 жыл бұрын
"Automate the Boring Stuff in Python" is also a great book.
@SS-pz8md3 жыл бұрын
@ thanks
@TechieGuy823 жыл бұрын
Sublime!
@veziop3 жыл бұрын
goes solo, hilarious
@blenderremastered99594 жыл бұрын
programmer elevated to gagster still Sebastiaan Mathôt.
@dillip45724 жыл бұрын
You rock :)
@arryhere Жыл бұрын
single _ is protected , double __ is private
@PaulaJBean6 жыл бұрын
een ___getitem___ die als side-effect het muteren van de datastructuur heeft? Daar gaan je gebruikers van opkijken. Je schendt daarmee het *principle of least astonishment* , en.wikipedia.org/wiki/Principle_of_least_astonishment