Auto activating python venv
In python, the venv module coupled with requirements.txt is the key to making your python creations truly portable, no need …
split stdout and stdin in same terminal
When using a serial link to communicate with for example an application running on a microcontroller you might find that …