Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SW
Swedishfish12 @lemmy.world
Posts 0
Comments 2
Auto import transactions to financial manager by parsing bank emails–– a sanity check
  • I’ve been after something like this as well. My bank only provides statements in PDF format which is pretty irritating. I’ve seen this library recommended for extracting tables from PDFs if you are dealing with that issue. I’m not sure if there is a great way to automatically download the statements though.

    https://py-pdf-parser.readthedocs.io/en/latest/overview.html

  • Can anybody help me understand this question?
  • This is a question designed to test your understanding of the underlying concepts as opposed to just being able to mechanically manipulate the functions.

    If you have a value of the anti derivative F(x) at some point x=a and you want to find F(x) at x=b, you can find it with the equation F(b) = F(a) + <the area under f(x) between x=a and x=b>.

    This problem gives you F(a) where a=0 and gives you f(x) between 0 and 9.