Raspberry Pi Pico W LESSON 63: Object Oriented Programming in MicroPython with Classes and Methods

preview_player
Показать описание
You guys can help me out over at Patreon, and that will help me keep my gear updated, and help me keep this quality content coming:

In this class we will be using the Sunfounder Raspberry Pi Pico W Keppler Kit. It will make things a lot easier if we are working on identical hardware. the link below is to amazon, and is for the identical hardware I will be using in this entire class.

In this video, I will show you how to do object oriented programming in micropython using classes and methods.

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

Getting to the good stuff now. Looking forward to these lessons. Thanks Paul for all you do.

keithlohmeyer
Автор

This video is like a ray of sunshine on a cloudy day.

MyCodingDiary
Автор

Twice through, and I feel like I'm beginning to understand 'self'... Time will tell.
The way you explain things is clear, easy to follow, and it's so encouraging to see you making mistakes and correcting just like the rest of us mere mortals!
Thanks so much for all the work.

viragored
Автор

Gifted teacher. This series would be great 7th grade comp sci coursework. Well, maybe simplify, or skip some of the more complicated math examples.

greenpotatochip
Автор

This series is incredible! I am enjoying this getting away from hardware and focusing on programming theme over the past few lessons . I actually laughed out loud at time 27:00. "This might be a video you have to watch twice". Yes!!! You are correct. Both the first and second time through I paused the video several times and did several rewinds.

craigflorin
Автор

Thanks Paul!
For yet another valuable lesson, your explanation has added a new dimension in my understanding of classes. Looking forward for more lessons like this. You hit it off the ballpark!!!

edSabio
Автор

Classy video showing your methods and now I can function. Thanks

nigelworwood
Автор

Clearly explained. Thanks for your dedication to teaching. I know it is very time consuming to make such excellent videos.

TheUnofficialMaker
Автор

What a great lesson! OOP has been a challenge for me.

peterhartshauser
Автор

Thank you very much for you crystalclear explanation!

tjcuxhd
Автор

This is so versatile! I really am enjoying this, and am looking forward to working with classes more

shawnlowe
Автор

Paul! I Watched the video for the second time as suggested...Works!

edSabio
Автор

This was an excellent lesson! I will practice using knowledge. Thank You PAUL!

larryplatzek
Автор

Invoking the "calculation" methods from outside of the class does not update the instance variables (e.g., area, et.al.). To update the instance variables use, One could also re-invoke the __init__ method but this might be confusing and it would be better practice to front the __init__ method within the class definition with a update(self) method which invokes the __init__ method. This clearly indicates we are causing the object instance to update itself.

gdavids
Автор

I feel smarter after watching your videos. Thank you!

MyCodingDiary
Автор

Love the explication of classes thank you very much!!!

cvicracer
Автор

Nice job explaining Paul, Thank you! In Christ

vaughntaylor
Автор

❤❤متى ستعود استاذ الى سلسلة تعلم الربوت من فضلك استاذ وشكرا ❤❤

salh
Автор

Thank you very much for the lessons, I am curious what specifications does your computer have if you don't mind me asking that is

raz
Автор

Thanks for another great lesson, Paul!

scottpettygrove