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!
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.
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.
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:
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.
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!
Thank you very much, Pluie. It is nice to hear that it is appreciated!
I know that it had few views yet but for me it was very important to have watched both parts!
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.
Dude you are a godsend!!! Thank you so much! SUBSCRIBED!!!
Thank you so much. Keep up the good work!
Excellent video. Thanks! I want to connect to a server, but I have to pass a token to connect. How do I do it?
How did you get the yellow highlight on your class for your IDE? We use the same one.
Your video is great and specially your voice. Could drop your code somewhere so we can get a look on that ?
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.
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:
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.
@@djfliq1 Nice! It is great to hear my approach is solving real problems!