Notes on PIP (Package installer for Python)
By Al McDivitt Introduction. pip is the package installer for Python. It is used to install, update, and uninstall various Python packages (libraries). If you plan to code in Python … Read More
By Al McDivitt Introduction. pip is the package installer for Python. It is used to install, update, and uninstall various Python packages (libraries). If you plan to code in Python … Read More
Yes, that’s right! How to Install PyCharm Community Python IDE and Create a Project is now also an eBook WHY? In the eBook you get extras, such as – – … Read More
How to Install PyCharm Community Python IDE and Create a Project Introduction. I did a web search to find out “why python”? The results came back something like this… Python … Read More
If the software you have doesn’t do what you want, code your own. Yes that’s right, you could, you don’t have to be anyone special to learn to create code. … Read More
TTGO T8 ESP32-S2 ST7789 Display NTP Clock in CircuitPython. Following on from my last post on the TTGO T8 ESP32-S2 ST7789, I just could not leave that lovely screen sitting … Read More
TTGO T8 ESP32-S2 V1.1 ST7789 revisited Install and code Circuitpython. We are going to follow the instructions on the Circuitpython site to install and code the TTGO T8 ESP32-S2 TTGO … Read More
It’s here!… received my TTGO T8 ESP32-S2 V1.1 ST7789 just the other day and now I’m finally going to have a play. It’s full title is LILYGO® TTGO T8 ESP32-S2 … Read More
How to Control Relay using ESP8266 Wi-Fi NodeJS & Johnny Five on Windows 10 may sound like a major project, but it’s really not that hard. Although there are quite … Read More
How to use Firmata Builder (Wi-Fi) with ESP8266… If you want to communicate with micro-controllers from a PC especially via Wi-Fi, Firmata is very interesting. And Firmata Builder makes things … Read More