All,
I have a list of strings which has been downloaded from my bank. I am trying
to build a program to find the unique string patterns which I want to use
with a dictionary. So I can group the different transactions together. Below
are example unique strings which I have manually extracted fro
On Fri, 2019-05-03 at 10:14 +1000, Cameron Simpson wrote:
> On 02May2019 17:24, Anil Duggirala wrote:
> > I executed the pip3 install --user -r
> > contrib/requirements/requirements.txt (I actually did sudo before
> > that).
>
> Please don't use sudo for this. The notion "install" does not impl
It would probably make things easier if you specified your operating
system, Python version, data file type and location.
Typically, the bank info would be downloadable as a CSV (comma
separated value) file. Assuming that to be the case, and assuming you
are using Windows, and assuming Python 3, a
On 03/05/2019 13:07, mhysnm1...@gmail.com wrote:
All,
I have a list of strings which has been downloaded from my bank. I am trying
to build a program to find the unique string patterns which I want to use
with a dictionary. So I can group the different transactions together. Below
are example un
On 03/05/2019 17:11, Anil Duggirala wrote:
>> Try this (as _yourself_, not as root):
>>
>> pip3 install --verbose --user 'aiorpcX<0.18,>=0.17.0'
>
> I tried this and got a lot of messages like:
...
> 9a0d86eb (from https://pypi.org/simple/aiorpcx/) (requires-
> python:>=3.6) is incompatible wit
On 03May2019 22:07, Sean Murphy wrote:
I have a list of strings which has been downloaded from my bank. I am
trying
to build a program to find the unique string patterns which I want to use
with a dictionary. So I can group the different transactions together. Below
are example unique strings w
Hi there,
Hope you like the subject, I was feeling inventive.
my question today concerns compilation.
I hear this a lot from the communities I hang around in, and it is
something I wonder about often.
There are tools like py2exe and pyinstaller that are able to compile
your python code into .