My Solution to Paul McWhorter's "Arduino with Python: LESSON 8" homework.

Поделиться
HTML-код
  • Опубликовано: 25 янв 2025

Комментарии • 11

  • @chrisb7250
    @chrisb7250 11 месяцев назад +1

    Beautiful display Ian. Nicely done.

  • @paulmcwhorter
    @paulmcwhorter 2 года назад +1

    Exceptional visual on the meter. Also, really nice production quality on the video

  • @shuttlepodone1707
    @shuttlepodone1707 2 года назад +2

    Your work is so cool! Thanks for sharing! I'm going to review your code to learn from it and see if I can some day reach my goal to make VPython gauges look like vintage aircraft gauges.

    • @ianneill9188
      @ianneill9188  2 года назад

      Good luck. If you have any questions about my code, just ask.

  • @keithlohmeyer
    @keithlohmeyer 2 года назад +1

    Great job as always! You put a lot of thought in the code. FYI NumPy has a built in clip function. You can use it on a whole array but it works fine on a single number too. b=np.clip(a,0.5,12.2).

    • @ianneill9188
      @ianneill9188  2 года назад

      Thanks for the NumPy clip function tip! That will be in my code tomorrow.

  • @franciscotoledo8314
    @franciscotoledo8314 2 года назад

    Ian, nicely done!! I like your conception and the way you use both lessons and present them in a very professional way. Thanks for sharing your code. For sure I will learn more about vpython.

    • @ianneill9188
      @ianneill9188  2 года назад +1

      I hope my code is useful to you, but ask if anything is unclear.

  • @bigbogeyface
    @bigbogeyface 2 года назад +1

    Awesome!! 👍

    • @ianneill9188
      @ianneill9188  2 года назад +1

      Thank you. I Hope my code is useful to you.