Wireless Arduino to Arduino Communication with NRF24L01 in language PYTHON

Is it possible to broadcast between 2 arduinos with NRF24L01 in python language? I would like a little help because I would like to start in the python language with the arduino and I need some programming help.

Best regards

You could try....

click here....

I use the well developed/matured arduino IDE environment. Haven't gone down the python road before.

I´m not use the XBEE modules, i need use the NRF24L01 to my project , but thanks for the help

Arduinos must be programmed using C++

Have a look at this Simple nRF24L01+ Tutorial

If you want to write a PC program in Python that sends data to an Arduino (which could then be sent using the nRF24) have a look at this Python - Arduino demo and at Serial Input Basics

...R

Forget about (normal) Arduinos with Python, for (normal) Arduinos you could/should use C++.