PostgreSQL in Python - Crash Course

Поделиться
HTML-код
  • Опубликовано: 5 янв 2025

Комментарии • 59

  • @avidreader6534
    @avidreader6534 Год назад +19

    Your python videos have been so crucial for a java developer like me who wants to learn python. Thank you! Pls keep putting out beginner content like this

  • @Harleyotter
    @Harleyotter Год назад +7

    Thank you so much! I spent hours on tutorials that produced nothing but errors. This was concise, informative, and easy to follow and test. Your video allowed me to end a very frustrating day with a success. Your voice and speaking speed are very pleasant and calming, too and I've discovered how much difference that makes when trying to learn/practice something new. Kudos!

  • @pepecopter
    @pepecopter Год назад +3

    Thanks man that's a great alternative to SQLite3 and MySQL. I can see why postgres is in the top databases and why it's so often required in job applications

  • @iamammar__
    @iamammar__ Год назад +1

    Thank you so much finally I find the best tutorial video because no one tell the whole solution that you discussed in this video :)

  • @tomkirbygreen
    @tomkirbygreen 4 месяца назад

    Super useful refresher! Thank you sir, I was up and running (again) in no time at all.

  • @bluelightsaberondesk
    @bluelightsaberondesk Год назад +4

    at 8:00 I can't figure out how to even bring up that response in vscode for me? alt + enter doesn't do anything, and there doesn't appear to be a command to inject a language

    • @shoukatalamsifat7173
      @shoukatalamsifat7173 Год назад

      I am facing the same problem, Did you be able to solve it?

    • @goldenbook2731
      @goldenbook2731 10 месяцев назад

      i didnt inject and directly executed the file and it created a table for me

    • @dzakaash
      @dzakaash 10 месяцев назад

      Have solved it?

    • @goldenbook2731
      @goldenbook2731 10 месяцев назад

      @@dzakaash yea

  • @gameknightplayz
    @gameknightplayz Год назад

    thank oyu so much for your tutorials they have been very helpful on my coding journey i am glad to see a helpful and consistent youtuber

  • @satomori6604
    @satomori6604 Год назад +2

    Perfect timing! Thank you! :)

  • @asielalabbassi7097
    @asielalabbassi7097 6 месяцев назад

    Thank you, an awesome video short,quick and easy to learn

  • @vc7057
    @vc7057 7 месяцев назад

    Easy to watch and hard to make it work on my side 🙂
    Thanks for the video

  • @daveys
    @daveys 9 месяцев назад

    3:33 - I had a load of strife getting the server running and access to the postgres user on Linux, but beyond that, PGAdmin seems to work OK.

  • @rhard007
    @rhard007 Год назад +3

    Great video, any chance you can do another video with postgres + sqlachemy and then used them with fastapi ? Thank you. Love your content.

  • @NaveenKumar-bl1oy
    @NaveenKumar-bl1oy Год назад +1

    Great -- need more Videos on SQL in Python and Some excel Automation -- doing Day to Day Work in Company. Hope You understand -- i want to do my work of doing lookups , filters and pivots and more excel works in Python

  • @NiceChange
    @NiceChange Год назад

    great video. Demystifying..great work

  • @Sam-tg4ii
    @Sam-tg4ii 11 месяцев назад

    If we want to write to the same table in multiple processes, should each process/worker have its own connection and/or cursor?

  • @МаратАғай
    @МаратАғай Год назад

    Dude, you are the best ❤️

  • @GulazLisboa
    @GulazLisboa 4 месяца назад

    Am facing problem on connecting to postgresql database using the latest version of psycopg, python, pydantic and fastapi, i tried going through documentation and use similar code to one you used but failed to connect, please kindly assist

  • @skylee5242
    @skylee5242 3 месяца назад

    Well explained bro

  • @omnitechsolutions1056
    @omnitechsolutions1056 3 месяца назад

    Awesome video

  • @tallalmoshrif6643
    @tallalmoshrif6643 Год назад

    Great stuff!

  • @Gadlbool
    @Gadlbool 8 месяцев назад +1

    Thenk you my bro🎉🎉🎉

  • @mickelodiansurname9578
    @mickelodiansurname9578 9 месяцев назад

    30 seconds in, and subscribed...

  • @viktoraspranckietis3772
    @viktoraspranckietis3772 Год назад +4

    what plugin do you use for writing sql query?

  • @ilmiriliasov2521
    @ilmiriliasov2521 Год назад

    Thank You for tutorial!. id column type "serial" will be good use. And i saw in another video what man use "with" construction and he talk what not need make cursor.close(), if you use "with" construction. May be somewho will be useful this). Sorry for my "legendary" english)

  • @grahamlindsay9798
    @grahamlindsay9798 Год назад

    Great video!

  • @briquesbts
    @briquesbts 2 месяца назад

    I'm getting the error: DLL load failed while importing _psycopg

  • @ambivert_sigma_motivation
    @ambivert_sigma_motivation Год назад

    Thankyou, really helpful :)

  • @ryomensukuna4526
    @ryomensukuna4526 Год назад +1

    Where can i find that the user is "postgres". Someone help plz.

    • @maazshaikh5283
      @maazshaikh5283 10 месяцев назад

      you can find it in the properties tab of the server.

  • @mdbarin2014
    @mdbarin2014 Год назад

    unsurprisinhly it was excellent. Tanx

  • @suen-tech
    @suen-tech Год назад

    Good advices
    Thank you

  • @bobvance9519
    @bobvance9519 7 месяцев назад

    I'm confused about what mogrify atually does.

  • @kenchak8356
    @kenchak8356 Год назад

    It's a great video. I have a question of querying data with NULL value from database. As found failure query result as I used WHERE name = %s with None in the condition tuple. I know that it should be name IS NULL instead of name = NULL. May I know how to fix this problem?

  • @spencersedano
    @spencersedano Год назад

    If you have errros installing PostgreSQL, just choose in 'locale', English, United States. I chose the country that I'm based in and it didn't work

  • @danielperezcastano777
    @danielperezcastano777 11 месяцев назад

    Can you teach us how to handle .ini files with postgreSQL and python?

  • @lupusexperience
    @lupusexperience Год назад

    I'm a novice. Been using MySQL for 3 years in a project. Workbench is such a bad program. This one for PG looks much better. Nice video thank you.

    • @stylishskater92
      @stylishskater92 Год назад

      What? I dropped MySQL for PostgreSQL years ago, but whenever i go back to MySQL im i notice how great Workbench is. Definitely much better than pgadmin.

    • @lupusexperience
      @lupusexperience Год назад

      @@stylishskater92 Well it crashes 20x per day for me (ubuntu), so if pgadmin is worse I can't even imagine how it is lol.

  • @manushreev6573
    @manushreev6573 5 месяцев назад

    Pg admin is not working. Fatal error. What to do?

  • @teo-1
    @teo-1 4 месяца назад

    thanks helpfull tutorial

  • @Abvht1656
    @Abvht1656 Год назад +10

    very strong password -1234

    • @kushdhingra
      @kushdhingra 6 месяцев назад

      Yes bro very strong nobody guesses it I use passwords like 58hsp*b4@ but it can be guessed so easily

  • @hoyinli7462
    @hoyinli7462 Год назад

    great video

  • @MahfudCodex
    @MahfudCodex Год назад

    Hello Sir, that a So Happy Code With Python, What is your Extension Sir, Please..

  • @bigj3867
    @bigj3867 Год назад

    Please make a brief explanation video on mojo..... lots of thanks..

  • @scfdtutorials-ro2ru
    @scfdtutorials-ro2ru Год назад

    Can Python do anything without packages?

    • @JurinF
      @JurinF 11 месяцев назад

      yeah

  • @RidwanurRahmanextreme
    @RidwanurRahmanextreme Год назад

    I chose a very complex one 1234 😂😂😂😂🧡

  • @BlackWindow-if1pt
    @BlackWindow-if1pt Год назад

    📈

  • @philtoa334
    @philtoa334 Год назад +2

    Thx_.

  • @mensmentalhealth3012
    @mensmentalhealth3012 Год назад

    cool

  • @RidwanurRahmanextreme
    @RidwanurRahmanextreme Год назад

    In my case pgadmin didn't open 💔

  • @aharongina5226
    @aharongina5226 Год назад

    thumb down