Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Removing duplicate list items
Post: RE: Removing duplicate list items

(Nov-19-2019, 06:59 PM)ichabod801 Wrote: You don't need OrderedDict. You sort the result after making a list of it, so you lose any order stored in OrderedDict. So you can just use set to remove the...
eglaud General Coding Help 4 2,691 Nov-22-2019, 06:03 PM
    Thread: Removing duplicate list items
Post: RE: Removing duplicate list items

For example,Paste excel data: blacknose dace Blacknose dace returns [Blacknose dace Blacknose dace]and Paste excel data: blacknose dace, Blacknose dace, blacknose dace blacknose dace Blacknose dacere...
eglaud General Coding Help 4 2,691 Nov-19-2019, 07:01 PM
    Thread: Removing duplicate list items
Post: Removing duplicate list items

Hello, I am creating a code that allows the user to paste copied excel cells into a function that will return all the entries with commas, properly capitalized, and without duplicates. My code is belo...
eglaud General Coding Help 4 2,691 Nov-19-2019, 06:38 PM
    Thread: Function not working
Post: Function not working

Hello, I am creating code that will allow the user to (manually) paste a list of excel cells and return a list that lacks quotation marks and duplicates. I have been wanting to do this on my own, and...
eglaud General Coding Help 0 1,648 Oct-24-2019, 03:30 PM

User Panel Messages

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