25
loading...
This website collects cookies to deliver better user experience
Python's close connection to scientific computing has paved the way for the development of IoT. If a social scientist or biologist wants to create a program for his or her smart device in the lab, they will be happy to use their favorite language. In most cases, this language will be Python, because this technology has become scientific computing.
Python is the language of choice for the Raspberry Pi. This is important because the Raspberry Pi is one of the most popular microcontrollers on the market.
Python provides tools that simplify the IoT development process, such as webrepl. This option allows you to use your browser to execute Python code for IoT. In addition, the mqtt messaging protocol allows you to update your code or configuration.
Because Python is an interpretive language, you can easily test your solution without compiling code or flashing the device. Using a C program, you have to compile the code on your PC, then upload it to your "object". Python allows you to enter directly into the interpreter about your "object", and this experiment makes different solutions easier.
AWS provides the Python SDK for AWS IoT. Think of it as a cherry on top of a delicious cake right now.