Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: filtering and summing data in a text file
Post: RE: filtering and summing data in a text file

I've been working with this piece of code which i can use to output the various columns but i am unable to successfully filter it. for line in open("data.txt"): columns = line.split() if le...
apexman General Coding Help 3 3,144 Mar-18-2019, 08:33 PM
    Thread: filtering and summing data in a text file
Post: filtering and summing data in a text file

i have a text file with columns of data, the first column has names that repeats and am trying to filter out the duplicates. The other columns have numbers and would like to sum those numbers in the c...
apexman General Coding Help 3 3,144 Mar-18-2019, 06:39 PM
    Thread: finding yesterday and tomorrrow without using date.time module
Post: RE: finding yesterday and tomorrrow without using ...

much thanks for all the replies.
apexman General Coding Help 10 5,562 Feb-24-2019, 06:57 PM
    Thread: finding yesterday and tomorrrow without using date.time module
Post: RE: finding yesterday and tomorrrow without using ...

is there a way to make so that it takes any date instead of just one given date
apexman General Coding Help 10 5,562 Feb-22-2019, 10:40 PM
    Thread: finding yesterday and tomorrrow without using date.time module
Post: RE: finding yesterday and tomorrrow without using ...

Much thanks.
apexman General Coding Help 10 5,562 Feb-22-2019, 03:22 PM
    Thread: finding yesterday and tomorrrow without using date.time module
Post: finding yesterday and tomorrrow without using date...

self learning python and been stuck trying to figure this out. Trying to output both the day before and the day after a given date without using the date.time module. script so far: #!/usr/bin/env ...
apexman General Coding Help 10 5,562 Feb-22-2019, 06:47 AM

User Panel Messages

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