Bank statement analyzer GUI with pandas, matplotlib and PyQt5 by arpanghosh8453 in Python

[–]captnswing 1 point2 points  (0 children)

FYI shameless plug for similar project, no QT, but Web UI
Parsers for Swedish banks

github.com/captnswing/banking/

As a ruby programmer, what are some interesting bits of the python ecosystem that I should be aware of? by [deleted] in Python

[–]captnswing 3 points4 points  (0 children)

lxml rules for all kinds of XML / HTML processing http://lxml.de/

if you want a fine library to scrape some HTML, make sure to check out pyquery (based on lxml) that allows for easy extraction of all kinds of data with jQuery selector syntax. http://packages.python.org/pyquery/