Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to discard list repeat values
Post: RE: How to discard list repeat values

(Dec-28-2020, 04:56 AM)perfringo Wrote: Don't use list as name. >>> list('abc') ['a', 'b', 'c'] >>> list = ['a', 'b', 'c'] >>> list('abc') Traceback (most recent call la...
akanowhere General Coding Help 7 3,701 Dec-28-2020, 09:14 PM
    Thread: How to discard list repeat values
Post: RE: How to discard list repeat values

(Dec-27-2020, 08:27 PM)buran Wrote: it's still unclear why do you remove the last element (presumably from your first post - because of repeating 3585) and yet preserve repeating 3847 sorry..... it´...
akanowhere General Coding Help 7 3,701 Dec-27-2020, 08:57 PM
    Thread: How to discard list repeat values
Post: RE: How to discard list repeat values

(Dec-27-2020, 08:17 PM)buran Wrote: Let's make the terminology right. There are no repeating elements in this list. It's a list of lists. There are repeating elements in the list elements (i.e. in t...
akanowhere General Coding Help 7 3,701 Dec-27-2020, 08:24 PM
    Thread: How to discard list repeat values
Post: How to discard list repeat values

Dears; In the bellow list there repeats values in the last indice: I need discard the the key and the value (all) if the value is repeated: Exemple: list[0][2] is 3585 and list[4][2] are the same!!...
akanowhere General Coding Help 7 3,701 Dec-27-2020, 08:08 PM
    Thread: Convert python list to dictionary
Post: RE: Convert python list to dictionary

Please how can I finish the topic as solved????
akanowhere General Coding Help 6 3,462 Dec-27-2020, 08:05 PM
  Sad Thread: Convert python list to dictionary
Post: Convert python list to dictionary

I need a help to convert the bellow list to a dictionary: list = [{'Dia': 'qua', 'Promo': 'João', 'Loja': 6697}, {'Dia': 'qui', 'Promo': 'João', 'Loja': 5599}, {'Dia': 'sex', 'Promo': 'João', 'Loj...
akanowhere General Coding Help 6 3,462 Dec-27-2020, 12:45 AM
    Thread: Eliminate entering QR - Whatsapp web automated by selenium
Post: Eliminate entering QR - Whatsapp web automated by ...

Hi: I put this code to active without QR code...but it doesnt function. I open de whatsweb, scan the QR and closed all. After I active the code bellow but its doesnt work. Could anybody help me? op...
akanowhere General Coding Help 1 3,094 Aug-30-2020, 02:35 PM
    Thread: Chat bot
Post: RE: Chat bot

I LOVE YOU MAN!!!!!!!
akanowhere General Coding Help 16 5,885 Dec-12-2019, 02:47 PM
    Thread: Chat bot
Post: RE: Chat bot

line 44 print: is this ?????(+str(phone_no)) Error:= RESTART: D:\Programas\Aulas\scripts\Projetos\whatsautomatico\Aut0001.py == 'WebDriver' object has no attribute 'switch_to_alert' 'WebDriver' objec...
akanowhere General Coding Help 16 5,885 Dec-12-2019, 01:52 PM
  Exclamation Thread: Chat bot
Post: RE: Chat bot

Hi again...tks for you help....so I removed all try an exceptions and re run.....so here below the results.... from time import sleep from selenium.webdriver.common.by import By from selenium impor...
akanowhere General Coding Help 16 5,885 Dec-12-2019, 12:54 PM
    Thread: Chat bot
Post: RE: Chat bot

Hi again...listem i have removed de all comments to rerun again and it doesn´t work. Could you have a whatsapp number for contact...i could show you the problem by cam... I think this will be more efe...
akanowhere General Coding Help 16 5,885 Dec-12-2019, 01:17 AM
    Thread: Chat bot
Post: RE: Chat bot

Thanks a lot for your help. As you recomend I removed the is_connected() function as bellow and didt´n work in second phone number in the list again. The same error persists from time import sleep fr...
akanowhere General Coding Help 16 5,885 Dec-11-2019, 08:24 PM
    Thread: Chat bot
Post: RE: Chat bot

from time import sleep from selenium.webdriver.common.by import By from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.support import expected_condit...
akanowhere General Coding Help 16 5,885 Dec-11-2019, 08:02 PM
    Thread: Chat bot
Post: RE: Chat bot

Sorry for this..but i don´t know where the error was occuried. Well I did like you told me to do: I removed all try´s and excepts from time import sleep from selenium.webdriver.common.by import By fr...
akanowhere General Coding Help 16 5,885 Dec-11-2019, 04:15 PM
  Thumbs Up Thread: Chat bot
Post: RE: Chat bot

Ok thanks from time import sleep from selenium.webdriver.common.by import By from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.support import expe...
akanowhere General Coding Help 16 5,885 Dec-11-2019, 02:49 PM
    Thread: Chat bot
Post: Chat bot

I need a help with this code: from time import sleep from selenium.webdriver.common.by import By from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver....
akanowhere General Coding Help 16 5,885 Dec-11-2019, 12:37 PM

User Panel Messages

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