Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Calculating Hebrew date in Python

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.

  • Python Date Utilities Library as discussed here
  • Calendrical
  • libhdate Python bindings
  • This informal code listing.
like image 803
Joshua Fox Avatar asked Mar 14 '10 15:03

Joshua Fox


1 Answers

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.

like image 89
mdeous Avatar answered Oct 03 '22 01:10

mdeous