Overview of Notion SDK Python example tasks
mainThe examples are categorized by difficulty and specific API tasks:
Basic Tasks
1_add_block.py: Create a new block and append it to an existing Notion page.2_add_linked_block.py: Create and append new blocks, and add a link to the text of a new block.3_add_styled_block.py: Create and append new blocks, and apply text styles to them.
Intermediate Tasks
1_create_a_database.py: Create a new database with defined properties.2_add_page_to_database.py: Create a new database and add new pages to it.3_query_database.py: Create a new database, add pages to it, and filter the database entries.4_sort_database.py: Create a new database, add pages to it, and filter/sort the database entries.5_upload_file.py: Upload a file to Notion and attach it to a page as an image block.