Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: join string lists
Post: RE: join string lists

(Jun-11-2020, 02:33 PM)GOTO10 Wrote: I'm curious to hear from some of the more experienced coders on the forum what they think is the best way to do this. I understand that it's generally considere...
redminote4dd General Coding Help 9 3,382 Jun-11-2020, 02:56 PM
    Thread: join string lists
Post: RE: join string lists

(Jun-11-2020, 02:06 PM)DPaul Wrote: If you start with: 1=[A, B, C, D] you are going to have a hard time making this work. - You need a legal name for your list - If A,B,C,... are strings , they seem...
redminote4dd General Coding Help 9 3,382 Jun-11-2020, 02:15 PM
    Thread: join string lists
Post: join string lists

Hello! I have a lists which I want to join with the second item of itself for exmaple: 1=[A, B, C, D] I want python to output: 1=[AB, BC, CD] how can I manage that?
redminote4dd General Coding Help 9 3,382 Jun-11-2020, 01:37 PM
    Thread: access dictionary with keys from another and write values to list
Post: RE: access dictionary with keys from another and w...

Thanks for the quick answer... can anyone give me a quick example how to loop over it? The dictionary part of my code looks like this: d11=dict() for a in range(len(GN)): d11[a]=GN[a] listOfK...
redminote4dd General Coding Help 6 3,160 Jun-03-2020, 12:37 PM
    Thread: access dictionary with keys from another and write values to list
Post: access dictionary with keys from another and write...

Hello! I have a list of keys from a dictionary and I want to these keys to get the values from another dictionary where the keys are the same and write that values to a list.. Is there any possibilit...
redminote4dd General Coding Help 6 3,160 Jun-03-2020, 12:13 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020