the quality of your python videos is already up there with the big names, please keep this going. Your design strategy was the first time I fully understood that pattern (great use case). Would love to see you dive into more python design patterns
Thanks! I'm hoping to! I'd like to do a video on the facade pattern soon, as it fits in nicely with the strategy pattern and dependency injection in general. Also making some non-Python videos too 😉
Thank you! I put a lot of effort into this one. I was honestly really surprised that the dataclasses library is as hacky as it is, and I understand now why Pydantic uses inheritance rather than a decorator
I was watching my online course class and saw that I wasn't understanding properly(the content wasn't getting into my mind) so I searched for other people videos, thanks for that.
Thank you so much for following the conventions!
Always!
An amazing video, really educational! Keep up the good work 💪💪
Thank you so much! I'm glad you enjoyed it :)
the quality of your python videos is already up there with the big names, please keep this going. Your design strategy was the first time I fully understood that pattern (great use case). Would love to see you dive into more python design patterns
Thanks! I'm hoping to! I'd like to do a video on the facade pattern soon, as it fits in nicely with the strategy pattern and dependency injection in general.
Also making some non-Python videos too 😉
@@IsaacHarrisHolt looking forward to it
I’m so happy I just found this channel, but sad at the same time because I missed a lot of content ☹️
I appreciate it! You'll just have to catch up 😉
Wow! What an unexpectedly great content! Should have x100 views
Thank you! I put a lot of effort into this one. I was honestly really surprised that the dataclasses library is as hacky as it is, and I understand now why Pydantic uses inheritance rather than a decorator
I was watching my online course class and saw that I wasn't understanding properly(the content wasn't getting into my mind) so I searched for other people videos, thanks for that.
No worries! I hope it was helpful
I always wondered why they didn’t use deepcopy instead of field functions for dataclasses
There are so many things they could have done better! Honestly though, this was a blast to make