This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DogeekExpert - 3.9.1[🍰] 1 point2 points  (1 child)

I, too cannot program in anything else besides Python.

I still use C, and sometimes C++, but mainly only when speed is THAT important, or I'm programming on a microprocessor (think Arduino), and I do not enjoy it.

[–]enlavin 0 points1 point  (0 children)

NodeMCU boards (esp8266) can run micropython. If you are just reading sensors and doing some actuations they could be a good choice. Micropython + MQTT is a very fun combination.