Calculating Hebrew date in Python
Asked Answered
E

1

8

I'd like to calculate Hebrew dates (primarily the current Hebrew date) in Python. Which library is mature, easy to use, and documented? I note these. There may be others.

Elizabethelizabethan answered 14/3, 2010 at 15:44 Comment(0)
S
5

The Python Date Utilities library (available on sourceforge) seems to be fine to do what you want, for more specific usage with hebrew dates you could have a look here, there are a lot of examples with many code snippets that should fit your needs i think.

Sharecrop answered 14/3, 2010 at 17:14 Comment(1)
Also, look at Calendrical Calculations books. Very, very helpful. emr.cs.iit.edu/home/reingold/calendar-book/second-editionJordanson

© 2022 - 2024 — McMap. All rights reserved.