How can i do arduino programming using python??
To run code on Arduino, you usually use C like language: https://www.arduino.cc/en/Guide
But there are the frameworks, that allow you to use Python too, for example https://pythonhosted.org/pyserial/
To know more about which language you can use with Arduino, please check: https://www.makeuseof.com/tag/programming-languages-can-use-arduino/
How can i do programming using jupyter
Please tell