Browsed by
Tag: datetime

Daily Grind 1: Python Problems & Solutions

Daily Grind 1: Python Problems & Solutions

To start things off I am tossing out a few python problems I have come across recently, and the solutions I found for them. Python Date Manipulation While creating a python integration for MailChimp I needed to create a SQL query that would grab all records of a certain type that were created since Friday of last week.  If you have spent any time in the land of PHP, the strtotime method may come to mind.  Python even has a port of that…

Read More Read More