A reposting of my 2016 blog post where I turn a finch robot into a remote-controlled toy with a Raspberry Pi and Battery pack.
Tag: college
Asynchronous Server/Client with Python [0x01]: Starting our Server
Follow this series to learn how to program your own group chat using Python! In this first section, we will be starting our server. By the end of this post, our server will be capable of accepting multiple clients and reading the messages they send!