jekwatt / study_effective_python

Study materials to write more pythonic code inspired by book Effective Python
6 stars 0 forks source link

Add notebook for item 45: Use datetime Instead of time for Local Clocks #62

Closed jekwatt closed 4 years ago

jekwatt commented 4 years ago

Notebook for item 45:

jekwatt commented 4 years ago

To install pytz: https://pypi.python.org/pypi/pytz/ https://anaconda.org/anaconda/pytz

jekwatt commented 4 years ago

Issue resolved via #66.