Programming the firmware of a LoRa node in 40 lines of Python
Come to see our Microchip-based LoRa Network programmed in Python using Zerynth! (more…)
Read more »
For the next part of my blog series on pulling apart Python’s syntactic sugar, I’m going to be tackling rich comparison operators: ==, !=, >, <, >=, <=. For this post I am going to be picking apart the example of a > b. … Read more