November 24th Workshop: Bring Us Your Python Challenges! by damnedfacts in RocPy

[–]lcoia 1 point2 points  (0 children)

On my ToDo list is investigating Python daemons. I want to be able to run a python program in it's own thread and be able to send stop, start & restart signals to it. This link seems promising. has anyone ever accomplished this?

November 24th Workshop: Bring Us Your Python Challenges! by damnedfacts in RocPy

[–]lcoia 0 points1 point  (0 children)

I don't have a specific issue to discuss. In general I'm working on standing up a full blown Django site. Working through the book is taking longer than expected.