Posts by Leonardo Gouvêa Silva • 35 points
3 posts
-
0
votes0
answers42
viewsQ: SQL syntax error - Python
I have a flask application in which one of the features (log_request) is to record data from a form in an SQL database. When running def log_request, however, I have an error accusing incorrect…
-
1
votes1
answer31
viewsQ: Iterating over list with B Soup
I am trying to realize web Scrapping of a list of episodes of a series with BS. I mounted the structure below: #Importando todos os módulos import bs4 from bs4 import BeautifulSoup import…
-
1
votes3
answers84
viewsQ: Find largest element index in the list
I am putting together a code that creates a list with 3 items of purchase, and within this list some tuples with the names of the products and the respective prices. I want to find the lowest price…