[Tutor] Finding unique strings.

2019-05-03 Thread mhysnm1964
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

Re: [Tutor] pip issue

2019-05-03 Thread Anil Duggirala
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

Re: [Tutor] Finding unique strings.

2019-05-03 Thread Roger B. Atkins
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

Re: [Tutor] Finding unique strings.

2019-05-03 Thread Mark Lawrence
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

Re: [Tutor] pip issue

2019-05-03 Thread Alan Gauld via Tutor
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

Re: [Tutor] Finding unique strings.

2019-05-03 Thread Cameron Simpson
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

[Tutor] don't steel my code Mister user

2019-05-03 Thread nathan tech
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 .