new core enhancement https://tm.tl/#9312 by rodrigc: Remove twisted.python.win32.getProgramsMenuPath and twisted.python.win32.getProgramFilesPath
rodrigc submitted <https://tm.tl/#9312> - Remove twisted.python.win32.getProgramsMenuPath and twisted.python.win32.getProgramFilesPath (unassigned) for review
itamar joined the channel
Volund joined the channel
Volund
Huzzah people.
I'm looking to create a long-running Python program that will gather information from a RESTful-ish web API, and manage my own database that compiles and presents that information. Would the Twisted framework be a good core for that sort of endeavor?
teratorn
Volund: sure
itamar has quit
Volund
hrm.. so I'll be using Twisted for my main loop/async (assuming I understand it well enough...), I want an HTTP/2 client connected to the web API and I've found a few good-looking examples of that. I've figured out how to process a bunch of bytes into a string, then load to JSON, and convert to Python objects (list/dict/etc). ... All that's left is figuring out what sort of database wizardry would be best for this.