Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: How to calculate a months' 1st, 4th, 7th day and also 1st again?
Post: RE: How to calculate a months' 1st, 4th, 7th day a...

(Nov-11-2020, 08:32 PM)cananb Wrote: Hi everyone, I just started how to learn to code. I am trying to write a program that should count the days an athlete decides to run once every three days for t...
chrischarley General Coding Help 3 2,227 Nov-12-2020, 12:35 AM
    Thread: python sort date
Post: RE: python sort date

(Nov-04-2020, 05:30 PM)deanhystad Wrote: (Nov-04-2020, 05:23 PM)chrischarley Wrote: Since the dates are nearly in iso form (with YYYY/MM/DD etc.), you may simply sort the lexicographic form. sort...
chrischarley General Coding Help 13 6,075 Nov-04-2020, 05:52 PM
    Thread: python sort date
Post: RE: python sort date

Since the dates are nearly in iso form (with YYYY/MM/DD etc.), you may simply sort the lexicographic form. sorted_lines = sorted(f, reverse=True)
chrischarley General Coding Help 13 6,075 Nov-04-2020, 05:23 PM

User Panel Messages

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