100 weekdays of code date range
Level: Intermediate (score: 3)
Doing a #100DaysOfCode can be challenging, and some of it is because you dedicate to do it on workdays AND during weekends.
PyBites coding to the rescue. In this Bite you plan your next 100 days excluding weekends.
Complete get_hundred_weekdays
that takes a start_date
which defaults to the TODAY
constant.
Read up on the awesome dateutil
module and try to use it to generate a list of 100 weekdays from start_date
. By completion you would have a cool new snippet for your coding arsenal :) - good luck and enjoy the ride!