Python SQL Alchemy: Never Write SQL Syntax Again

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

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

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

    👉 Join my Python Newsletter ~ www.thenerdnook.io
    👉Join our Discord Community ~ discord.gg/dvrcpXSwyc
    👉Get my Python Courses, Free ~ zerotoknowing.gumroad.com

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

    Thanks so much for this tutorial, Josh! It was tremendously useful! I especially appreciate the fact that you talked through the problems along the way so that we can follow your thought process.

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

      Glad it helped! That's what it's all about 😁

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

    I'm truly grateful for the wealth of knowledge shared in our community, which has greatly enhanced my learning experience. Could you please provide information on a course that covers using SQLAlchemy with async functionality? Thank you!

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

      I’m glad you found value in the video! I can note this down and hopefully circle back to it!

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

      @@codewithjoshoffical Thank you so much for considering this! I really appreciate your attention to it and would love to hear back whenever there’s an update🥰

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

    Josh tutorials are always fun to learn.

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

    FANTASTIC COURSE HERE! Sensei! You need to post more!

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

      Thank you! I’m glad you got value, any specific types of videos you’re looking for?

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

    Great explanation on how to build relationships between tables! Super clear and easy to follow😄

  • @user-vy3ed4gu5l
    @user-vy3ed4gu5l 8 วันที่ผ่านมา +1

    I liked this video, but it could be nice if you could integrate things like relationships and constraints on table fields with what's shown in your basic Flask tutorial. Specifically, making of CRUD app which works on database with more than one table. Also, syntax between this tutorial and Flask tutorial is slightly different, I don't know if it must be that way, but I am trying to expand the basics shown in that tutorial. Overall, a decent overview 👌👌

    • @codewithjoshoffical
      @codewithjoshoffical  7 วันที่ผ่านมา +1

      Hey thank you! I’m glad you got value 😁
      There’s different approaches for SqlAlchemy based on what we want especially when dealing with multiple tables.
      So the two videos were set up differently. I hope to do another video for you on this!

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

    thanks , i'm trying to learn some coding , yours help a lot.

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

      I’m glad these videos can help, keep it up!

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

    Can you use it with stored procedures?

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

      Yeah you can, once you build out your session your can run session.execute() inside execute you can put the SQL syntax for your stored procedures

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

    Thanks you josh ❤

  • @stephenstien3944
    @stephenstien3944 28 วันที่ผ่านมา +1

    Great content it don't give a price

    • @codewithjoshoffical
      @codewithjoshoffical  28 วันที่ผ่านมา

      Thank you, glad you found it helpful! 😄

  • @Daniel-fl4si
    @Daniel-fl4si หลายเดือนก่อน +1

    Cool video! But you need to start using the debugger