3
votes
1answer
977 views

Reading a large XML file and parsing necessary elements into MySQLdb

I have fair concept in a programming (learner) but not an expert to refactor code at the highest level. I am trying to read a huge (100MB-2GB) XML file and parse necessary element (attributes) from a ...
3
votes
1answer
70 views

Extracting the text of a specific XML node

I have to extract friendlyName from the XML document. Here's my current solution: ...
4
votes
2answers
231 views

Python wrapper for the Help Scout API

I started porting an API wrapper from Java to Python for practice. I am looking for ways to improve the readability/maintainability this code. I have done some reading about "pythonic" style and I am ...
5
votes
3answers
84 views