[gentoo-user] OT: python, accounting gentoo

2012-08-24 Thread James
Hello I'm looking to learn more about Python and it's capabilities. Since I have some loose requirements to integrate some financial accounting and data collection into an sql database, I figured I'd research relevant, existing software as well as writing some code in python, to see how well I

Re: [gentoo-user] OT: python, accounting gentoo

2012-08-24 Thread Randolph Maaßen
2012/8/24 James wirel...@tampabay.rr.com Hello I'm looking to learn more about Python and it's capabilities. Since I have some loose requirements to integrate some financial accounting and data collection into an sql database, I figured I'd research relevant, existing software as well as

Re: [gentoo-user] OT: python, accounting gentoo

2012-08-24 Thread Tom Cocagne
There are a few Python packages that come to mind when reading your description. ZeroMQ (with the pyzmq bindings) - Exceedingly simple, robust, and reliable message passing. This may simplify your data collection needs. Twisted (http://www.twistedmatrix.com) - An excellent asynchronous