# Python data loading with Supabase

DevFeed: [Python data loading with Supabase](<https://devfeed.tech/articles/python-data-loading-with-supabase-439.md>)

Original publisher: [Read original article](<https://supabase.com/blog/loading-data-supabase-python>)

Author: Ant Wilson

Published: 2022-06-17T07:00:00Z

Content type: tutorial

Language: en

Sources: [Supabase Blog](<https://devfeed.tech/sources/supabase-blog.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [CRUD](<https://devfeed.tech/topics/crud.md>), [Database](<https://devfeed.tech/topics/database.md>), [PyCharm](<https://devfeed.tech/topics/pycharm.md>)

Tags: [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [pycharm](<https://devfeed.tech/tags/pycharm.md>), [python](<https://devfeed.tech/tags/python.md>), [sdk](<https://devfeed.tech/tags/sdk.md>)

## AI overview

This tutorial explains how to load sample data into Supabase using Python and the Supabase Python SDK. It covers prerequisites, creating a Supabase project and schema, defining related Vendor and Product tables, and preparing to automate CRUD operations.

## Source excerpt

An example of how to load data into Supabase using supabase-py