11/15/2023

How do I analyze electrodermal activity with Python? In this short blog post, I'll explain how you can use Python for evaluating and analyzing EDA data and which libraries are useful. 1. Python for Data Analysis: Python is ...

Read more

07/26/2021

Qt (like "cute" in English) is a C++-based framework of modules and libraries for cross-platform software development. Wrapper libraries, so-called "bindings," are used to enable the Qt framework to be used in Python. Python Qt enables ...

Read more

03/28/2019

Testing newly developed hardware can sometimes be quite time-consuming and nerve-wracking. Whenever multiple components of a unit are developed simultaneously, isolated tests are required to verify all functions independently. In our case, it's ...

Read more