I have a project, where I am using two NodeMCU_v3. I'm a student and this is my first micropython project so my question may will be obvious.
In the project one ESP8266 is used to collect two light sensors data through I2C and the other ESP8266 is calculating, then set an RGB LED's brightness.
I'd like to send the data from the first ESP to the second and I have found some solutions for that in C and Lua language, but not in Micropython.

I'm learning about networks now at school and home so I think it's something that I have to connect one to the other and somehow send sockets containing the data.

I would love to get some help from you for my problem.
Thank you in advance.