Supabase Crash Course For Python Developers

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 42

  • @codewithguillaume
    @codewithguillaume 2 ปีที่แล้ว +4

    Thanks for this video Patrick! I am loving @supabase - will try it with python for sure. I personaly used JS on my channel to demonstrate but interested to try others langages as well! Best

  • @BruceElgort
    @BruceElgort 2 ปีที่แล้ว +5

    This was a FANTASTIC crash course Patrick. Thank you for sharing it with us.

  • @Deadnature
    @Deadnature 10 หลายเดือนก่อน +3

    Note that sign_in has been deprecated in favor of sign_in_with_password

  • @satyammishrageneral8076
    @satyammishrageneral8076 ปีที่แล้ว

    Thanks, I had Same issue discussed in auth policies section of your video. The issue was that after signing in I wasn't allowed to perform CRUD when policies were set to authenticated users only. By now I know to fix that. Thanks for mentioning that.

    • @shawn.builds
      @shawn.builds ปีที่แล้ว

      How did you solve it? I created the RLS and tried the .auth() trick and it didn't work for me.

  • @LaminarRainbow
    @LaminarRainbow 9 หลายเดือนก่อน +1

    @0:18 Thank you!! 🙏

  • @stefanAH97
    @stefanAH97 2 ปีที่แล้ว +2

    Excellent turorial, thnx a lot!
    Would be great if u make a video session about connecting flask to Supabase :)

  • @78wesley67
    @78wesley67 2 ปีที่แล้ว +3

    Hi Patrick, Thanks for a Course about Supabase!, Can you also make a video for the docker installation of Supabase?

  • @holthuizenoemoet591
    @holthuizenoemoet591 ปีที่แล้ว

    really like the solid support of all type of Auth providers!

  • @FrankFlavell
    @FrankFlavell ปีที่แล้ว +2

    Hey Patrick, thank you for the comprehensive overview of supabase-py! Extremely informative. Quick question - I've seen a few devs use Supabase with SQLAlchemy. Are there benefits or disadvantages compared to superbase-py?

  • @npython
    @npython 2 ปีที่แล้ว +1

    Patrick, although, I did my Ph.D. in AI and I have excellent programming skills, I still learn from you. you have one of the wealthiest approaches in teaching coding among the other channels. I kindly ask you to do a tutorial about T-sne (a manifold learning method) to code it from scratch as you did in the ML playlist.

  • @MuhammadAsad-e5b9g
    @MuhammadAsad-e5b9g 11 หลายเดือนก่อน

    quite amazing video , you saves my time

  • @tiagogalvao6780
    @tiagogalvao6780 ปีที่แล้ว +1

    Hello, how to only print the information of the database and ignore "count = None" and {} from the output??

  • @lucasacchiricciardi
    @lucasacchiricciardi 2 หลายเดือนก่อน

    Thanks for this video!

  • @pcbeldaas5503
    @pcbeldaas5503 10 หลายเดือนก่อน

    Hi ..I am a newbie trying to learn Supabase. @5:31 ,what project is set up in the IDE? Can you elaborate on the project setup?

  • @redsolaris1
    @redsolaris1 2 ปีที่แล้ว +2

    ran into new row violates row-level security policy for table using the public api key

  • @Monuccestduletpou
    @Monuccestduletpou หลายเดือนก่อน

    I have a stupid question : with python, we don't have the pre-build sdk as in Javascript, but we do have the bash.
    Could we just copy-paste right into the python code the bash command (curl - "https blablabla...") with a "!" or a "%" before ?
    Like "!curl - "https blablabla..." or "%curl - "https blablabla..."

  • @nuhhassan8557
    @nuhhassan8557 ปีที่แล้ว

    good tut not much info available for supabase with python, thanks a lot

  • @vladislavkurichenko5413
    @vladislavkurichenko5413 2 ปีที่แล้ว

    Thank you for your work, Patrick! Do you plan to make an Airflow Crash Course video?

  • @roshanroy5806
    @roshanroy5806 ปีที่แล้ว

    Is there any way to display list of tables in a supabase database?

  • @Darbokst
    @Darbokst 11 หลายเดือนก่อน

    do you have one about connecting the front end to this?

  • @zulhilmi6939
    @zulhilmi6939 ปีที่แล้ว

    great course🎉

  • @1000tb
    @1000tb หลายเดือนก่อน

    if I use django, makes sense to use supabase?

  • @borneoviral6379
    @borneoviral6379 2 ปีที่แล้ว

    can you create a tutorial for login page apps using kivymd, python and supabase

  • @UCSAdityaKiranPal
    @UCSAdityaKiranPal 2 ปีที่แล้ว +1

    Can't thank enough, was really looking for some alternatives to Heroku. Wanted to Learn Supabase

  • @mcpduk
    @mcpduk 10 หลายเดือนก่อน

    what is difference between supabase and supabase_py

  • @KOFFIBISALOMON-tf6ze
    @KOFFIBISALOMON-tf6ze 3 หลายเดือนก่อน

    salut, peux-tu refaire le tutos en français, supabase avec Flask ou Django...?

  • @__________________________6910
    @__________________________6910 2 ปีที่แล้ว

    Thanks Patrick

  • @innotect6464
    @innotect6464 2 ปีที่แล้ว

    Very Cool 🎉

  • @dishwad
    @dishwad ปีที่แล้ว

    Would you recommend configuring the supabase client to never persist sessions if you're using it behind an API like FastAPI?
    For example:
    create_client(
    SUPABASE_URL,
    SUPABASE_KEY,
    ClientOptions(persist_session=False),
    )
    I'm not totally familiar with how this works yet, but ideally the server would be stateless and wouldn't maintain sessions, but rather just pass along JWTs. Any thoughts on this?

  • @prashlovessamosa
    @prashlovessamosa 2 ปีที่แล้ว

    Why you changed your channel name

  • @holthuizenoemoet591
    @holthuizenoemoet591 ปีที่แล้ว

    good video, but don't remove the type hint, or any other best practice steps.

  • @guptaji0786
    @guptaji0786 2 ปีที่แล้ว

    Make a video on django cookie cutter

  • @fee-f1-foe-fum
    @fee-f1-foe-fum 2 ปีที่แล้ว +1

    Who is Patrick? 😅

  • @golodiassaid4879
    @golodiassaid4879 ปีที่แล้ว

    Golang soon please!

  • @Ak47Hangu
    @Ak47Hangu 2 ปีที่แล้ว

    🌟👍

  • @VarunSharma-dn8oq
    @VarunSharma-dn8oq 2 ปีที่แล้ว

    Bro rename channel to python engineer

  • @larrykubin5987
    @larrykubin5987 2 ปีที่แล้ว

    👍🦧🐶

  • @mcpduk
    @mcpduk 10 หลายเดือนก่อน

    supabase = hotmess, "Failed to delete records: 200
    Failed to delete records: 200
    Failed: []" WTF is this supposed to tell me???

  • @cbbcbb6803
    @cbbcbb6803 ปีที่แล้ว

    Very good. I do not like Python, though.

  • @neofox2526
    @neofox2526 ปีที่แล้ว

    thanks so much for that supabase.postgres.auth() trick. they still havent fixed it lol