7
votes
5answers
875 views
Best way to extract text from a Word doc without using COM/automation?
Is there a reasonable way to extract plain text from a Word file that doesn't depend on COM automation? (This is a a feature for a web app deployed on a non-Windows platform - that's non-negotiabl …
7
votes
5answers
1k views
Amazon API library for Python?
What Python libraries do folks use for querying Amazon product data? (Amazon Associates Web Service - used to be called E-Commerce API, or something along those lines).
Based on my research …
3
votes
What Hosting Service is best for Django applications?
@Patrick: the big issue with hosting a Django app on Google App Engine is that GAE requires you to use BigTable for storage, and that isn't (and likely won't be) …
0
votes
How do I make the business case for Python?
For many classes of problems, Python hits the sweet spot of power-vs-development speed: it's significantly more powerful (and maintainable) than batch/VBScript, but has a lot less overhead (and is …
