I buy these devices (433MHz RF receiver/transmitter), and i want to use them in my projects (to send and receive commands).
But, to do anything, i have to know how these modules works.
I work in Python, so i try many times to find any libraries to help me send and receive data via these radio modules, but i didn't find anything in Python.

I read articles about radio.
And i wrote one little demo code, how to send and receive data by these radio modules in Python.
Ofcourse, i know that this method to send and receive bytes is very slow, and very bad.
I wrote this subject, because i want together to find better method than this to send and receive data via these modules in Python.
Python code:
Show code

