Tutorial about controlling multiple Arduinos via Bluetooth Low Power (BLE) with python multi-threading.
Category: Python
Django Template Translation (i18n) for Window
Setup Download gettext http://mlocati.github.io/gettext-iconv-windows/ Install the binary executable and make sure select "Add application directory to your environmental path" option. Run the following instruction through manage.py: makemessages -l en If you are using PyCharm, pressing ALT + CTRL + R will show you the manage.py task popup If everything is fine you will see the … Continue reading Django Template Translation (i18n) for Window
Install pip in the Raspberry Pi & using requests for HTTP request via JSON
Setting up pip and making HTTP JSON request with python