Pythons Data Hiding Convention

preview_player
Показать описание
Looks at how Python is able to 'mimic' the data hiding mechanism of other programming languages.
Рекомендации по теме
Комментарии
Автор

This is the best Python training I have ever seen. I watched all videos, I wrote code myself by following your examples and now I feel much better handling objects regarding Network Programing, like Napalm, paramiko, netmiko, telnetlib, even other SDK tooks for API calls, but it was just because I clearly understood the basis you explained. your videos really changed me.
Thanks for all the effort

nlos
Автор

Wow I have finally understood the meaning of getters and setters. Thank you John, your step by step approach is great, it feels good to understand WHY things are this way. I saw nobody else who gave as clear explanations as you did.

matexxo
Автор

Thank you John for your amazing effort to create a new lens of seeing how python truly works. Well done.

alirezar.
Автор

I'm looking for a python tutorial about this topic because I'm having a hard time understanding it. I click your video... And when I saw a screenshot of a code, I said in my mind "here we go with some sh*tty tutorial."
BUT AFTER A FEW MINUTES, you became one of my favorite YouTuber ever from 0 to 100 real quick.
You explain things slowly, clearly, and detailed. You deserve millions of subscribers.

wilbertraymundrayos
Автор

again and again you proof your ability as an excellent tutor. I encourge any one who want to learn python to come to this chanel first alot of conundrums in other videos will be a bit clearer

fadilyassin
Автор

A really good explanation for the beginners, thanks to the effort.

mastermindtechniques
Автор

Thank you for your in-depth explanation of this video. It is very informative. Please continue uploading great contents of Python.

wildmanofhk
Автор

These are excellent, accessible to many confused by other presenters, and still relevant today. They only go about halfway, tho, as people are indeed expected to understand inheritance and polymophism in OOPS in Python. When those videos come, we will no doubt see more people saying "I never understood this properly before these excellent videos!" Cheers.

jvsnyc
Автор

Thx A lot again
Please continue the series, this is a very good lessons

Codality
Автор

wonderful playlist that I managed to finish it in 3 days . I hope you create another video to show an example of how different objects interact with each other.

ahmedr.
Автор

thank you very much, this was a great playlist. and it would be even better if you can extend the list with more advanced oop topics such as discriptors, static methods, class methods and super. thank you in advance

ridhatlati
Автор

Thanks for all of these videos! They are really helpful!

uncoded
Автор

This is an excellent series. Hope to continuation I'm waiting .

MohammedAwney
Автор

This is an excellent series. Thank you.

jokemiri
Автор

Oh no. I finally find someone who makes oop clear and the series ends before you address passing data between class instances.

I would also have liked to see what's under the hood with kivy, ktinker and other modules so I can know what I'm dealing with.

Was an excellent series though, I'm only disappointed because the penny was finally dropping.

davidmurphy
Автор

I have been studying OOP already 4 months and i can say that this is the best tutorial i have ever met. It shows basics of OOP very clearly and explanatorily. It would be very good if you had similar tutorial for intermediate and/or advanced level OOP even for a fee. If you don't have such, could you please offer someone's course who has the same approach and methods with yours ? Thanks in advance

TankutTalu
Автор

Thanks for these video. I was looking for other oops concept such as inheritence, multiple inheritence, abstract class, polymorphism. Where do i find these concept?

sanjeevdhakal
Автор

Educational videos, thank you!
I wondering whether you are going to cover magic methods one day.

Nyumbane
Автор

so technically there really isn't any built in getter and setter functions in python as the get_balance method was a made up name, i'm i right? I fyou like to you could of called the get_balance to and it would of done the same thing. all in all its just a naming convention?

srali
Автор

Not sure I see the idea behind the hidden data the logic escapes me.

MaxGoddur