Posts by Paulo Alves • 25 points
2 posts
-
-3
votes0
answers36
viewsQ: Python code by duplicating the result of an array
I have a routine, in which, I need to create a matrix, which will be used to create some graphs. The code is structured as follows:: 3 lists for x, y, y 3 lists feeding the axes 1 for client sets…
-
2
votes1
answer35
viewsQ: What is the best way to get values within multiple tags in multiple HTML files
I have several HTML pages, so: <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html…