Just moozing

Before you can check your notes, you must make them…

Posts Tagged ‘sqlite3

wxPython, databases and multithreading

leave a comment »

I am doing a project where I have a data acquisition thread that dump data into an Sqlite database. To make it more useful, I wanted to auto update a wxPython listctrl. Not trivial, so I made a class to handle it.  Read the rest of this entry »

Written by moozing

August 9, 2012 at 09:00

Posted in Tech

Tagged with , ,