Create a REST API Server with Python, Flask, and MongoDB

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

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

  • @keithlohmeyer
    @keithlohmeyer Год назад +1

    We are in deep now! Lots of studying ahead. Thanks for another interesting video.

  • @DonskyTech
    @DonskyTech  Год назад +1

    The first 3 posts of this series are heavy on the lectures/theories/set up but the following videos would be a breeze. I wrote this series for IoT developers and have carefully written the tutorials in a beginner-friendly style. I used Python over javascript as it is much easier to pick up and most hardware guys would be able to get a hang of the code much better. Hang in there!😀😀😀

  • @tratranvan8649
    @tratranvan8649 6 месяцев назад

    Great job! I don't watch the video but the writeup is really helpful

  • @tyh7388
    @tyh7388 11 месяцев назад

    Thanks for the video series Donsky! They are well done and have been very helpful. Your english is very good! 🙂

    • @DonskyTech
      @DonskyTech  11 месяцев назад

      Hey, thanks for the kind words. Please subscribe to my channel. I will be posting more content like this in the future.

  • @quaternion-pi
    @quaternion-pi Год назад +1

    great content and documentation, thanks.

  • @elvansaraydn2994
    @elvansaraydn2994 9 месяцев назад

    Thanks for this great series. Would you recommend using Django instead of Flask?

    • @DonskyTech
      @DonskyTech  9 месяцев назад +1

      Yes. It really depends on what you want to do. I find Flask simplicity enough for my needs.