Just to add to the content, getattr can also work with methods inside class. Let’s say you got a Bot class with a method named display, you can use getattr(Bot(), “display”)() to dynamically call the methods.
This was a jewel. I am more comfortable with Functional Programming with Pandas. Trying to have a RAD flow with OOP has been very challenging for me. This was the missing link. How or Can the OOP be a dataset to sync with a DB? I never understood how the OOP Devs managed the data efficiently. To me, it seems like if the server goes down they lose all of the data because it wasn't a DB. Maybe it was a DB, but this is my delima. Anyway, Thanks for sharing 🎉
guys you can also use self.__dict__['key'] to add , change , remove or find if class attributes exists. It works similar to globals() and returns a dictionary of class attributes.
Just to add to the content, getattr can also work with methods inside class. Let’s say you got a Bot class with a method named display, you can use getattr(Bot(), “display”)() to dynamically call the methods.
NeuralNine should be renamed NeuralTenOutOfTen. Thank you for this great video
Is'nt the comments for this video are less MAN I mean he explained everything so nicely..
sehr schöner Content!
Neuralnine have you tried Mojo?
Thank you ❤
Thanks very useful.
Perfect
This was a jewel. I am more comfortable with Functional Programming with Pandas. Trying to have a RAD flow with OOP has been very challenging for me. This was the missing link. How or Can the OOP be a dataset to sync with a DB?
I never understood how the OOP Devs managed the data efficiently. To me, it seems like if the server goes down they lose all of the data because it wasn't a DB. Maybe it was a DB, but this is my delima.
Anyway,
Thanks for sharing 🎉
I wanna cry, why my tech hasn't taught that 😢
guys you can also use self.__dict__['key'] to add , change , remove or find if class attributes exists. It works similar to globals() and returns a dictionary of class attributes.
Your head morphed into gta san andreas character
interesting .
Bro I want to learn subprocess
man your voice tone has changed a bit. you okay?
its good video please don t show your face
Wrong