Posts by Alan Cesar • 26 points
4 posts
-
0
votes1
answer62
viewsA: Accessing a Pyqt5 Widget and modules within a package
Here is the mistake: (most likely due to a circular import) When you import a file, the code inside it runs. Soon, the file main py. is running the file characters py. which again calls the file…
-
-1
votes3
answers174
viewsA: Deactivate Pycharm autocomplete
I honestly disagree with that. Actually you will fix some commands better, but many times for you to check the type of the object the autocomplete function is very good. I started studying Python a…
-
1
votes2
answers490
viewsA: How to use the contents of the index in Python?
To declare a list you must write: MinhaLista = list() To add an element to this list you must use the function append() MinhaLista.append('vaca') MinhaLista.append('cachorro') >>MinhaLista…
pythonanswered Alan Cesar 26 -
0
votes1
answer452
viewsA: Error making a loop for comments on instagram, who helps me? Python Selenium
So I don’t know how to solve your problem, but if you comment several times for this method on instagram it will realize that you are actually a bot and forbid you to comment, the correct way is to…