Gnubesoft: Async Python Websockets - Part 2

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

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

  • @finkle131
    @finkle131 4 года назад +1

    I love your commentary style and the fact that you spend so much time on the extra bits that really make the difference between a introductory hello-world example and a closer-to-production tutorial, like shutdown, exceptions, ... I hope you get the views you more than deserve. Keep up the good work!

    • @Emily_Entropy
      @Emily_Entropy  4 года назад

      Thank you very much, Pluie. It is nice to hear that it is appreciated!

  • @mazzini8789
    @mazzini8789 4 года назад +1

    I know that it had few views yet but for me it was very important to have watched both parts!

  • @AhmarZaidi
    @AhmarZaidi 3 года назад +1

    Great videos. I've been following this series and really appreciate the work you've put in. I was looking for p2p data transfer using python and websockets and I found your videos.

  • @djfliq1
    @djfliq1 3 года назад +1

    Dude you are a godsend!!! Thank you so much! SUBSCRIBED!!!

  • @thesamabo5362
    @thesamabo5362 4 года назад +1

    Thank you so much. Keep up the good work!

  • @matiasv2525
    @matiasv2525 4 года назад +1

    Excellent video. Thanks! I want to connect to a server, but I have to pass a token to connect. How do I do it?

  • @djfliq1
    @djfliq1 3 года назад

    How did you get the yellow highlight on your class for your IDE? We use the same one.

  • @surajkhanra3767
    @surajkhanra3767 4 года назад +1

    Your video is great and specially your voice. Could drop your code somewhere so we can get a look on that ?

    • @Emily_Entropy
      @Emily_Entropy  4 года назад +1

      Sorry for the very late reply. I didn't get notifications for comments on this video! I will be posting the whole thing to GitHub when the series is done and I've had a chance to clean it up a bit.

  • @djfliq1
    @djfliq1 3 года назад

    Server side: TypeError: argument of type 'NoneType' is not iterable, if 'password' not in password:.
    Client side: TypeError: unhashable type: 'dict', if challenge not in challenge:

    • @djfliq1
      @djfliq1 3 года назад +2

      Figured it out, just watch your video again until you get it! Thanks again! Keep making these videos. You solved like 10 problems I was having because you focus on practical use instead of just showing how to do any given step and that puts you way ahead of everyone else with tunnel vision.

    • @Emily_Entropy
      @Emily_Entropy  3 года назад

      @@djfliq1 Nice! It is great to hear my approach is solving real problems!