Skip to content

Instantly share code, notes, and snippets.

View TeneoPython01's full-sized avatar
🌭

TeneoPython01 TeneoPython01

🌭
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