Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Defining a Function
Post: Defining a Function

Hi, I'm learning python, and I made this code that sorts a document according to the words it contains. path_txt = 'temp' files1 = os.listdir(path_txt) for TXT in files1: with open(path_txt + '\\...
mattt1998 General Coding Help 4 3,409 Dec-13-2017, 06:32 PM
    Thread: Defining a Function
Post: count booleans in an if

I have this code that sorts a document according to the words it contains. There is a pythonic way of counting the files classified as "_fruit" and "_veget" that I am moving to the folder untitled1 p...
mattt1998 General Coding Help 4 3,409 Dec-10-2017, 01:45 PM
    Thread: Regex using the AND NOT operator
Post: Regex using the AND NOT operator

Hello, I'm looking for a regular expression that I find in the text, the words "ata de audiência" OR "termo de audiência", and find "inconcilia" AND "reclamante" AND "reclamada", and do NOT find the w...
mattt1998 General Coding Help 2 5,873 Dec-08-2017, 12:30 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020