Can Arduino be programmed with Python? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Can Arduino be programmed with Python?

I know that arduino can be programmed with C

28th Jul 2019, 8:31 AM
Md. Ismail Hossen
Md. Ismail Hossen - avatar
1 ответ
+ 4
No, or at least not directly. Python is just way to slow and bloated for such small microprocessors that Arduino boards use. But I can recommend you to learn C/C++ because it will give you a deeper understanding of other languages (such as Python) and you will simply need it for embedded devices as well.
28th Jul 2019, 9:06 AM
Aaron Eberhardt
Aaron Eberhardt - avatar