Raspberry Pi Pico W LESSON 72: Understanding Using Dictionaries in MicroPython

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • 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:
    / paulmcwhorter
    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.
    amzn.to/3ubMRs1
    In this video, I will show you how to use both dictionaries. Dictionaries are useful data structures, particularly useful in Object Oriented Programming. I will give practical examples of creating and interacting with dictionaries.
    More great content at:
    toptechboy.com
    [Disclosure of Material Connection: I am a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to amazon.com. ]
    #raspberrypipicow
    #micropython
    #dictionary

КОМЕНТАРІ • 28

  • @louistoweill4232
    @louistoweill4232 4 місяці тому

    I am excited. After much time, trials and errors, I got the homework working the way it is supposed to. I stored the three segments for all the individual colors in one long dictionary statement and pulled the segments out as I lit the chosen color for the LED. If I knew how, I would share my code.

  • @jameslewellen150
    @jameslewellen150 4 місяці тому

    I finally got the homework done. It will be on my UA-cam channel. Nice video, Thanks.

  • @EFoxVN
    @EFoxVN 4 місяці тому

    I am not currently following or doing the Raspberry Pi Pico W lesson series. But I had to watch this because I always wanted to understand dictionaries in Python. Thanks once again for a good lesson.

  • @mean7404
    @mean7404 4 місяці тому +1

    Omg I finally caught you live. You're awesome!

  • @larryb6759
    @larryb6759 4 місяці тому

    Loved the way you did the presentation on this one. It was funny and personal. Good tool as well. Thanks Paul!

  • @nigelworwood8530
    @nigelworwood8530 4 місяці тому +1

    Not only did we get to know dictionaries ... We got to know you.
    We need more Juventines.
    PS I have had to bail half way through the lesson be sure I will return very soon.

  • @edSabio572
    @edSabio572 4 місяці тому

    Thanks Paul!!! This time, I came away saying...'I got this' ...Working on it.

  • @VeryUsMumblings
    @VeryUsMumblings 4 місяці тому

    I remember when dictionaries used to be dusty old books that people only used when internet broke. 😄 Great lesson. Thanx 👍

  • @larryplatzek9017
    @larryplatzek9017 4 місяці тому

    yet another great lesson, giving us more tools to work with.

  • @TheUnofficialMaker
    @TheUnofficialMaker 4 місяці тому

    VERY clear and to the point. What happened to the ice coffee?

  • @edSabio572
    @edSabio572 4 місяці тому

    Used a previous lesson as a baseline. Using dictionaries on the old program cut the number of lines significantly. Waiting to see your solution.

  • @scottwait3585
    @scottwait3585 4 місяці тому

    Thank you paul!

  • @pralaymajumdar1206
    @pralaymajumdar1206 3 місяці тому

    New concept.. ❤

  • @dodosan7262
    @dodosan7262 4 місяці тому

    Best content ever ❤

  • @fsia11
    @fsia11 4 місяці тому

    Hello Professor Paul, how you doing ?
    Im having a problem with a Camera NoIR in Raspberry Pi 5 project using OpenCV.
    Any chance to check with you what can be the problem ? Its a very usefull project 🙂

  • @payaljain1905
    @payaljain1905 4 місяці тому

    Can you please make tutorials on esp32

  • @faizaanmubarak4925
    @faizaanmubarak4925 4 місяці тому +2

    hi

  • @patrickfox-roberts7528
    @patrickfox-roberts7528 4 місяці тому

    👍👍👍

  • @VeryUsMumblings
    @VeryUsMumblings 4 місяці тому

    I looked up Dictionary in the homework!: ua-cam.com/video/Wi-EqWdghDY/v-deo.html

  • @keithlohmeyer
    @keithlohmeyer 4 місяці тому

    Homework submitted ua-cam.com/video/FowK-wUEG8A/v-deo.html

    • @paulmcwhorter
      @paulmcwhorter  4 місяці тому

      LEGEND! Keith I am like you and never really was particularly interested in dictionaries, but now that I have dug into them I am starting to see how they are useful.