Posts by José Ferraz Neto • 77 points
3 posts
- 
		0 votes1 answer1609 viewsQ: Iterate in multiple text filesGood afternoon. I have the following goal: I have a series of text files and I want to create a script to iterate over all of them and count how many times certain strings appear in them. I was able… 
- 
		2 votes1 answer71 viewsQ: Error installing module - egg_infoGood afternoon, I’m using python 3 through Anaconda. I need to install the Pattern module and I’m trying to install it through eating Pip. Pip install Pattern I get the following error: "python… 
- 
		3 votes1 answer618 viewsQ: Doubt about conditional (if) in functionI have a set of 300 and few worksheets in which we have to create a function with 3 arguments: the directory where the worksheets are, the variable that will be analyzed and the number of files that…