Posts by Marcos Silveira • 57 points
4 posts
-
2
votes2
answers98
viewsQ: How to pass a Dict within a function, to be used in any case if necessary?
Good afternoon, I have a big keyError problem, because in my program that makes use of Dict will perform several processes, and if at some point he does not find an item in which he looks, will…
-
2
votes1
answer63
viewsQ: How to assemble a set of different data types into a named structure in python?
Good afternoon, I had a question about how to gather a set of different types of data in a structure named in Python. I’m in the process of migrating from Delphi to the Python language. But I want…
-
1
votes1
answer437
viewsQ: How to import a function from a module in Python?
I’m having trouble importing the function of a module and making use of it. I already made sure to put the file __init__.py folder. But I can’t make use of the functions. The program will download…
-
-1
votes1
answer156
viewsQ: How to find a value between two tags in an HTML text? Other than "XPATH"
I’m trying to extract the value between two HTML tags with Python, I need it between two tags same. I was doing it this way to extract values from a store catalog. But now I have a need to extract…