Skip to content

Instantly share code, notes, and snippets.

View mrrrk's full-sized avatar

Mark Hodgson mrrrk

  • Breeze (IT) Limited
  • Nottingham, UK
View GitHub Profile
@mrrrk
mrrrk / moon.py
Created December 2, 2017 16:05
Calculate lunar (moon) phase
import math, datetime
class Moon:
# average length of a lunar cycle (Wikipedia)
@staticmethod
def lunar_month_days(): return 29.530588853
@staticmethod