Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hebrew calendar in python

I have to work with Jewish Calendar in Python. I want to know if there is a Jewish Calendar in Python or if there is import in python

Hope for answers

like image 629
אריאל ליטמנוביץ Avatar asked Feb 23 '13 15:02

אריאל ליטמנוביץ


2 Answers

You could use the Python Date Utilities module, which claims to convert between different date systems, including Hebrew.

There is more info on this site (Jewish calendar calculation in Python), which covers the manual implementation of some utilities such as the calculation of Jewish holidays and the weekly Torah sessions.

like image 109
user1002327 Avatar answered Sep 17 '22 18:09

user1002327


pyluach makes it trivial to transform Jewish dates to Gregorian and vice-versa.
It also has the Weekly Torah Reading (Parasha), but does not have Jewish Holidays.

like image 42
nak Avatar answered Sep 20 '22 18:09

nak