Composite Design Pattern - Advanced Python Tutorial #10

preview_player
Показать описание
In this video we talk about the composite design pattern in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

💻 Exclusive Content 💻

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I just finished the entire playlist! Thank you so much for posting/teaching these videos for free! God bless you!

cottonsowfi
Автор

I just completed all your three Python Tutorials and I'm super excited about all I've learn in a very short time.. I want to thank you for all the knowledge you share for free.

jrgomez
Автор

Thanks, this course was awesome. A good learning curve for me.

harshchauhan-coolmind
Автор

I had fun while watching your videos and learning ! Thank you so much for such a great content !

sehaba
Автор

I'd really suggest doing dry runs of your exercises to avoid the mistakes (plus reviewing the material you're actually demo'ing)... You're using Python 3.8, for example, but demonstrating a technique (abstractstaticmethod) which has been deprecated since Python 3.3.

kicknotes
Автор

Most concise and to the point course for advanced python topics. These topics are not touched by most people and keep on working around them but once you get to know how stuff is actually supposed to be done, it makes life really easy. 😃

aryanrishilamba
Автор

day 4: could you do async/await on python?

arthur
Автор

Shouldn't the print_department function in the Accounting and other classes have a @staticmethod decorator? Since, the Parent class has the @abstractstaticmethod decorator. Am I missing something?

sammedskagi
Автор

Why do we implement ADD in a parent class and not in the interface?

hanswolkerburmesterwong
Автор

Just finished your Python Advanced Tutorials Playlist, and I really enjoyed it. Actually I would like it if you used Jupyter Notebooks to write the code and run it directly as I think it is more structured.. but in the end it is the same of course, just a personal preference. Thank you!

alice_x
Автор

Hi could you do a video on Embedding layers from scratch?

judedavis
Автор

Isn't the declaration of sub_depts = [] a little bit... wrong? Perharps it's not a problem here, but if you created two ParentDepartments you would probably end up with two of them sharing the same list of sub_depts if I'm not mistaken.

jansz
Автор

Very nice. Can you update advaced python tutorial ?

googoolimagooli
Автор

Hi, could you also make a video about design patterns need to implement Filtering like those on eShops?

johnkyp
Автор

Is this how Django model classes are constructed?

mattm
Автор

can you do some cool projects other than advanced python, such as tcp chat, screen sharing, qr code generator

madhav.s
Автор

I don’t think the for loop is required, you could have simply printed the self.employees

kjyothips
Автор

Could you down volume of intro its too loudly

erencelik
Автор

This is way over engineered for Singleton implementation in Python. You only need about 5 lines of code for the entire program.

djgarvey