1. python thirty days ago

    posted on April 16, 2010 - tagged as: python

    These tiny things make Python fun and useful:

    import datetime
    thirty_days = datetime.timedelta(days=30)
    thirty_days_ago = datetime.date.today() - thirty_days
    

    read the whole post »

« Page 2 / 8 »

social

tags