用Python计算希伯来语日期
我想用 Python 计算希伯来语日期(主要是当前希伯来语日期)。哪个库成熟、易于使用且有文档?我注意到这些。可能还有其他人。
- 此处讨论的 Python 日期实用程序库
- 日历
- libhdate 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Python Date Utilities 库(可在 sourceforge 上找到)似乎可以满足您的要求,因为有关希伯来语日期的更具体用法,您可以查看此处 ,有很多示例和许多代码片段,我认为应该适合您的需求。
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.