Posts by Mário Sérgio Dias • 33 points
2 posts
-
1
votes1
answer192
viewsQ: problems with return "None" in Python
Hello, I’m trying to get data from an API for a university job, but when trying to print the data I get the following error: Attributeerror: 'Nonetype' Object has no attribute 'text' Follows the…
-
2
votes2
answers1143
viewsQ: Extract and print specific xml values using Python
Hello :) I am trying to capture data from an xml to use in a search using python, but my algorithm is only returned the data from the last tags, example: The xml is found in…