Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of three_pineapples

three_pineapples

three_pineapples has asked 0 questions and find answers to 38 problems.

Stats

1.3k
EtPoint
494
Vote count
0
questions
38
answers

About

I'm a recent PhD graduate from Monash University, Australia. As part of my PhD thesis, I developed an open source experiment control system for hardware-timed experiments. We published a paper on this control system here (free preprint version). It is written in Python using PyQt for the GUI.

I've also written/contributed to some Python libraries:

  • qtutils - A library with various tools for PyQt/PySide apps. Most notably, this library contains functions which always run specified code in the main thread. This makes it very easy to create secondary threads which call Qt methods in a thread safe way (the Qt methods always run in the main thread). This library also provides a common interface to dynamically load .ui files at run time for PyQt and PySide. Widget promotion is also supported, and can even be dynamically defined at run time.

  • zprocess - A cross-platform multiprocessing library using PyZMQ sockets for communication.

#SOreadytohelp