Archive | Uncategorized RSS feed for this section
Mastering Python Second Edition Cover

Mastering Python Second Edition

https://www.packtpub.com/product/programming/9781800207721 The new edition of Mastering Python includes many new chapters and all chapters have either been revised or completely rewritten. What’s new? New Python features up to Python 3.10 Extensive section on Structural Pattern Matching (PEP 622/PEP 634). The Python Switch Statement. Completely rewritten asyncio chapter. New Scientific Python chapter featuring libraries such as […]

Leave a comment Continue Reading →

Controlling a ESP8266 H801 Wifi controller through Python

These controllers can be bought for about ~$10 from Aliexpress which makes it possible to light an entire room with LEDs for about ~$20 if you wish. Controlling them is pretty easy too, besides the available Android application, the protocol is actually fairly simple. The controller: RGBWW LED Strip Light WiFi Controller Dimmer ESP8266 (Android […]

Leave a comment Continue Reading →