Posts by Roger Amaro • 41 points
2 posts
-
2
votes1
answer277
viewsQ: "rank" array in Python
I’m having a problem and I’m having trouble solving it, the following is I have a list of the kind : ['Words', 4], ['evidenced', 3], ['presented', 2], ['showed', 2], ['second', 1], ['treaties', 1],…
-
1
votes1
answer982
viewsQ: Error generating matplotlib graph
I am new to Python and I am having difficulty with my algorithm, the function of it is to check words in a set of files in PDF format and analyze the recurrence of each word generating with this…