Being part of my college teachers Council made me understand and appreciate a lot more about teaching methods. There's a lot of people out there teaching coding stuff, but not all of them really knows how to exactly get 100% to the audience in terms of comprehension. So let me tell you Jim, BOY YOU GOT IT! Your videos are Awesome. Thanks for being in here for all of us!
Hey Rafael, I read your comment more than once and it was really meaningful comment to me and raises motivation to create more content here! Thanks again and much appreciation
4:44 just so you know, variables don’t have to be assigned in the __init__ method even without data classes. class MyClass: var = “some value” will work just as well other then that great work!
What you like the most in Data Classes ?
It is a good concept to work with
Being part of my college teachers Council made me understand and appreciate a lot more about teaching methods. There's a lot of people out there teaching coding stuff, but not all of them really knows how to exactly get 100% to the audience in terms of comprehension. So let me tell you Jim, BOY YOU GOT IT! Your videos are Awesome. Thanks for being in here for all of us!
Hey Rafael, I read your comment more than once and it was really meaningful comment to me and raises motivation to create more content here! Thanks again and much appreciation
Have been learning a lot bro
Soon be presenting my projects
Great to know that!
Thanks for your explanations.
v nicely explained with a simple example .. good job Jim :)
Glad it helped!
4:44 just so you know, variables don’t have to be assigned in the __init__ method even without data classes.
class MyClass:
var = “some value”
will work just as well
other then that great work!
Thanks for this! :)
Hello I am having problems with classes and object in python it says unexpected argument . Can you help me please