КОМЕНТАРІ •

  • @todd3c
    @todd3c 9 місяців тому +1

    Modified lesson 12 project.
    colors = input('What colors would you like? (r/g/b/o/c/m/y/w/n)')
    cycles = input('For how many iterations? ')
    for x in range(0,int(cycles),1):
    for ans in colors:
    Enjoying the lessons! Thank you.

  • @jameslewellen150
    @jameslewellen150 Рік тому +1

    Nice lesson, I had a problem figuring this out. Will go back and repeat the last two lessons.

  • @zbigniewloboda3393
    @zbigniewloboda3393 Рік тому

    A excellent demonstration of complex inputs at their simplest form.

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

    I understood to ask not only for the color but also to ask how often to blink each individual color.This made my program a little more complex. But eventually I enjoyed my fistbumps ;-)

  • @edSabio572
    @edSabio572 Рік тому

    Thanks Paul! Looking forward to the next lesson, no issues with homework.

  • @mamadoubapassioninformatique

    Hello Paul. Happy to be back. These days I'm too busy because o end-of semester exams.

  • @qzorn4440
    @qzorn4440 Рік тому

    Another very interesting Raspberry Pi Pico W RGB LED color lesson. 🐬 Thank you.
    I really hope by the time I catch up with these lessons the new RPi5 will be out Amazon. 🥳

  • @larryplatzek9017
    @larryplatzek9017 Рік тому

    as USUAL YOU LESSON WAS GREAT!

  • @rassulkuatov6160
    @rassulkuatov6160 28 днів тому

    I am legend! Thank you very much!

  • @charlotteswift
    @charlotteswift Рік тому +4

    Here is my solution to Lesson 15: ua-cam.com/video/aFaUKO7Gl_s/v-deo.html (I'm including the link here because I posted it quite late and I would hate people to miss out😁)

  • @peterbush3972
    @peterbush3972 Рік тому

    Got homework done and working.

  • @scottwait3585
    @scottwait3585 Рік тому

    Thanks Paul!

  • @mavino6708
    @mavino6708 Рік тому

    amazing lesson thanks

  • @taurus548
    @taurus548 Рік тому

    Love it!

  • @TheTechRancher
    @TheTechRancher Рік тому

    Great video.

  • @jimallen4860
    @jimallen4860 Рік тому

    LED diffuser - Rolled a piece of tissue paper around a pencil, taped it to hold shape, and slipped over the led - worked well

  • @nejatpolat
    @nejatpolat 11 місяців тому

    Great!

  • @ctlancearrowlarson8237
    @ctlancearrowlarson8237 Рік тому

    Everything is explained so well, but I reviewed Learning Python for beginners. Python tutorial #2 that covers the empty array 23:25 - 26:25. Another example on how to append a number. Also I thought I could take line #19 myColor=myColor.lower() and replace it with .higher(). If you can make things lower case, why doesn't it work for capital letters. Had to try it for the fun of it.

    • @charlotteswift
      @charlotteswift Рік тому +1

      @Ct “Lancearrow” Larson it's .upper() because you have uppercase not highercase.

    • @ctlancearrowlarson8237
      @ctlancearrowlarson8237 Рік тому +1

      Charlotte Swift thanks for letting me know it's myColor.upper() case. Some how I accidentally deleted your reply, don't know how I did that. Thank you for your reply.

  • @freddyveza
    @freddyveza Рік тому +1

    I AM LEGEND! but I feel like cheated on that, because I mostly reused lesson 12 homework code for it

    • @charlotteswift
      @charlotteswift Рік тому

      @Freddy VZ
      It's OK. You would have been cheating if you had used someone else's lesson 12 homework code 😁😁

  • @peterbush3972
    @peterbush3972 Рік тому

    What did I do wrong. red 65535 green 65535 blue 65535 got green. My red=65375 green=7000;blue=1000 White

  • @TheTechRancher
    @TheTechRancher Рік тому

    I am Legend, Homework Link: ua-cam.com/video/mVlp8ilHfF4/v-deo.html I got my OBS window screen recorder fixed!!!