Skip to main content

List of pages per Masechet at each chapter at the Jewish Talmud/Gemara/Shas Bavli

Project description

bavli_pages

List of pages per Masechet at each chapter at the Jewish Talmud/Gemara/Shas Bavli.

usage example:
    import bavli_pages as bp

    masechtot_dict = bp.bavli_pages_as_nested_data()
    hebrew_page = masechtot_dict['ברכות'].chapters[2].start.page_hebrew_string
    print('מסכת ברכות פרק שלישי מתחיל בדף')
    print(hebrew_page)
    
    
        מסכת ברכות פרק שלישי מתחיל בדף
        יז:         
    
    bavli_masechtot_with_chapters = bp.bavli_pages_per_chapter()
    print('רשימה של כל הפרקים בשס עם דף התחלה וסוף')
    print(bavli_masechtot_with_chapters)
    
    
            רשימה של כל הפרקים בשס עם דף התחלה וסוף
         masechet  chapter page chapter_side  page_number  page_first_side
        0    בבא בתרא        1   ב.        start            2             True
        1    בבא בתרא        1  יז.          end           17             True
        2    בבא בתרא        2  יז.        start           17             True
        3    בבא בתרא        2  כז:          end           27            False
        4    בבא בתרא        3  כח.        start           28             True
        ..        ...      ...  ...          ...          ...              ...
        621     תענית        2  יח:          end           18            False
        622     תענית        3  יח:        start           18            False
        623     תענית        3  כו.          end           26             True
        624     תענית        4  כו.        start           26             True
        625     תענית        4  לא:          end           31            False
        
        [626 rows x 6 columns]
        
        
    all_bavli_pages = bp.bavli_per_page()
    print(all_bavli_pages.iloc[10])
    
    
        masechet       בבא בתרא
        chapter               1
        pages                יב
        page_number          12
        Name: 10, dtype: object
        
        
    print('דף יב בכל המסכתות. רשימה של 4 המסכתות האחרונות')
    print(all_bavli_pages.query("pages=='יב'").tail(4).T)


        דף יב בכל המסכתות. רשימה של 4 המסכתות האחרונות
        masechet     שבועות  שבת  תמורה  תענית
        chapter           1    1      1      1
        pages            יב   יב     יב     יב
        page_number      12   12     12     12

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bavli_pages-0.2.0.tar.gz (99.2 kB view hashes)

Uploaded Source

Built Distribution

bavli_pages-0.2.0-py3-none-any.whl (99.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page