Hey, been following you for a while a love your content. I hope you won't mind this seeing as my channel is not-for-profit and a non-monetised (no-ads, no affiliate links). I make tutorials for intermediate Python learners and those who want to increase their experience and exposure to the language through specific examples covering specific built-in modules and other core language features. Hope there are some other commenters who would benefit from and see this. The most popular ones at the moment are super() in 5 mins, creating a RESTful server in 3 minutes with no third party libraries and metaclass usage. Keep making the great content!
@hazelcatherine27825 жыл бұрын
You have a really clear way of explaining things - subbed
@HolisticApproach5 жыл бұрын
Thank you. Your accent is beautiful.
@szymonf55545 жыл бұрын
Thanks mate, especially for the way how to sort a list of objects.
@traal5 жыл бұрын
This is one way to explain lambda functions, yes, but it’s not the most pythonic code in the world. I wish you would at least mention itemgetter and attrgetter from the standard library, which is what I would use in production.
@TheSlyProductions4 жыл бұрын
Really clear and simple explanations! Is there a way to define how a class should be sorted within the class? So that every time you wanted to compare objects you wouldn't need a lambda function?
@UrbanNilssonOssian2 жыл бұрын
You have to implement the __lt__ function in your class.
@Tagos2005 Жыл бұрын
So you want to define new way of sorting and a new way to compare equality of objects?
@aspirin23575 жыл бұрын
So easy to learn, thank you very much.
@whiplash15123 жыл бұрын
Thank you, this was very helpful!
@rohamartina71042 жыл бұрын
Thank you 😌
@krerk8154 жыл бұрын
Thanks man
@createdbyjulius61334 жыл бұрын
How is your python dark-themed?
@secularph84244 жыл бұрын
Because he is using a theme in his editor mahn
@abhineetsingh67202 жыл бұрын
good good
@spacenodus79595 жыл бұрын
Do you want to master Machine Learning ? So do I
@caioandrade2899 Жыл бұрын
wow you overcomplicate things for no reason, like, why using lower() for no reason at the names sorting as a first example?