Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Home Assistant

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://www.home-assistant.io/

https://github.com/home-assistant/core

GUI Automation Tools in Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

pyautogui https://github.com/asweigart/pyautogui

autopy https://github.com/autopilot-rs/autopy

Python for Game Development

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

pygame

pygame is a free and opensource Python library for making multimedia applications like games built on top of the excellent SDL library.

Async Framework for JVM-based Languages

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

RxJava

RxJava is a reactive extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

Use Streamlit to Build a Web App Quickly Using Python

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

https://docs.streamlit.io/

https://github.com/streamlit/streamlit

https://towardsdatascience.com/coding-ml-tools-like-you-code-ml-models-ddba3357eace